/* CSS Document */
a:link{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	color:#FF0000;
	text-decoration:underline;
}


.borderall{
	border:1px solid #000;
}

.bordergrey2{
	border:2px solid #AAA;
}

.bordergrey1{
	border:1px solid #CCC;
}

.borderdotted2{
	border:2px dotted #CCC;
}

.borderbottomdotted{
	border-bottom:2px dotted #CCC;
}

.borderlogin{
	border-top:5px solid #DDD;
	border-bottom:5px solid #DDD;
}

.borderleftmenu{
	border-top:15px solid #BBB;
	border-bottom:15px solid #BBB;
}


.menu{
	border-top:1px solid #EEE;
	border-left:1px solid #EEE;
	border-bottom:1px solid #AAA;
	border-right:1px solid #AAA;
	background-color:#DDD;
}

.buttons{
	background:url("../imag3s/bg_button.jpg") repeat;
	border:1px solid #666;
	font-family:arial,tahoma,verdana;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
}

.textfields{
	font-family:tahoma,verdana,arial;
	font-size:11px;
	color:#000;
	border:1px solid #666;
	padding-left:2px;
}

.arialblack12{
	font-family:arial,tahoma,verdana;
	font-size:12px;
	color:#333;
}

.tahomablack11{
	font-family:tahoma,verdana,arial;
	font-size:11px;
	color:#333;
}

.arialblack16{
	font-family:arial,"Century Gothic";
	font-size:16px;
	color:#666;
}

.tahomawhitebold11{
	font-family:tahoma,verdana,arial;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
}

.tahomablack10{
	font-family:tahoma,verdana,arial;
	font-size:10px;
	color:#333;
}

.tahomaorange10{
	font-family:tahoma,verdana,arial;
	font-size:10px;
	color:#FF9900;
}

.arialwhite10{
	font-family:arial,tahoma,verdana;
	font-size:10px;
	color:#FFF;
	font-weight:bold;
}

.arialblackbold12{
	font-family:arial,tahoma,verdana;
	font-size:12px;
	color:#FF9900;
	font-weight:bold;
}

.tahomaorange11{
	font-family:tahoma,verdana,arial;
	font-size:11px;
	color:#FF3300;
}

.verdanablack11{
	font-family:verdana,arial;
	font-size:11px;
	color:#333;
}

.trebuchetblack11{
	font-family:"trebuchet ms",verdana,arial;
	font-size:11px;
	color:#333;
}

.trebuchetgreenbold11{
	font-family:"trebuchet ms",verdana,arial;
	font-size:11px;
	color:#009900;
	font-weight:bold;
}

.tahomaorangebold11{
	font-family:tahoma,verdana,arial;
	font-size:11px;
	color:#FF9900;
	font-weight:bold;
}

.tahomabluebold11{
	font-family:tahoma,verdana,arial;
	font-size:11px;
	color:#3399FF;
	font-weight:bold;
}

.tahomablack12{
	font-family:tahoma,verdana,arial;
	font-size:12px;
	color:#333;
}

.tahomablackbold11{
	font-family:tahoma,verdana,arial;
	font-size:11px;
	color:#333;
	font-weight:bold;
}

.tahomaredbold11{
	font-family:tahoma,verdana,arial;
	font-size:11px;
	color:#FF0000;
	font-weight:bold;
}

.headertextblue{
	font-family:arial,tahoma;
	font-size:11px;
	color:#222;
	font-weight:bold;
	height:20px;
}
.headerborderblue{
	border:1px solid #1564B3;
}

.headerborderorange{
	border:1px solid #A67B04;
}

.headerbordergrey{
	border:1px solid #AAA;
}

.thumbborder{
	border:1px solid #AAA;
	float:left;
}

.imageborder{
	border:3px solid #AAA;
}

.floatleft{
	float:left;
	margin-right:10px;
}
