/* CSS Document */

body{
	margin:0px 0px 0px 0px;
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	background-color:#ffffff;
	background-repeat:repeat-x;
	}

.homeText{
	font-family:Tahoma;
	font-size:13px;
	color:#666666;
	}

.textHeading{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#ff6600;
	font-weight:bold;
	}

a:link{
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	text-decoration:underline;
	}
a:hover{
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	text-decoration:underline;	
	}
a:visited{
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	text-decoration:underline;
	}
a:active{
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	text-decoration:underline;
	}
	
.menu a:link{
	font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	}
.menu a:hover{
	font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;	
	}
.menu a:visited{
	font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	}
.menu a:active{
	font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	}

input{
background:#ffffff;
border:1px #666666 solid;
height:15px;
font-size:10px;
color:#333333;
font-weight:bold;
}
input:focus{
background:#FFF5A4;
border:1px #f1b400 solid;
height:15px;
color:#333333;
font-size:10px;
font-weight:bold;
}

textarea{
background:#ffffff;
border:1px #666666 solid;
height:30px;
font-weight:bold;
}
textarea:focus{
background:#FFF5A4;
border:1px #f1b400 solid;
height:30px;
font-weight:bold;
}

select{
background:#ffffff;
border:1px #666666 solid;
width:142px;
font-weight:bold;
}
select:focus{
background:#FFF5A4;
border:1px #006699 solid;
width:142px;
font-weight:bold;
}