.text {  
   	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #333333;
}

.text2 {  
   	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #EEEEEE;
}

.text3 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #000000;
}

.text4 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #999999;
}

body { 
	scrollbar-base-color: #666666; 
	scrollbar-face-color: #003366; 
	scrollbar-track-color: #006699; 
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-highlight-color: #003366; 
	scrollbar-3dlight-color: #003366; 
	scrollbar-shadow-color: #003366;
	scrollbar-darkshadow-color: #003366;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(../images/bgMain.jpg);
	background-color: #006699;
	background-repeat: no-repeat;
	background-position: top; 
}
 
.link {
    font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #336600;
	text-decoration: underline;
}

.link2 {
    font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #EEEEEE;
	text-decoration: underline;
}

.link3 {
    font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

.link4 {
    font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}

a {  
	text-decoration: none;
}
a:hover {  
    color: #33FF00;
	text-decoration: none;
}

.form {
     border: 1px #003366 solid;
	 font-family: Tahoma, Verdana, Arial;
	 font-size: 12px;
	 color: #333333;
	 background-color: #EEEEEE;
	 font-weight: normal;
}

.button {
	border: 1px #00AD03 solid;
	padding: 4px;
	background-color: #00AD03;
	color: #EEEEEE;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
}

.imgBorder {
	border: 2px #000000 solid;
}

a.menubutton {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 10px;
	height: 15px;
}

a.menubutton:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00AD03;
	padding: 10px;
	height: 15px;
}.link5 {

    font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #8C0000;
	text-decoration: underline;
}
a.menubutton2 {

	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 5px;
	height: 5px;
}
a.menubutton2:hover {

	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0000CC;
	padding: 5px;
	height: 5px;
}
a.PopUp {
	position: relative;
	cursor: help;
	filter: alpha(opacity=100);
}
a.PopUp span {
 position: absolute;
 left: -10000px;
 top: 2em;
 width: 14em;
 padding: 0.5em;
 color: black;
 text-decoration: none;
 background: lightblue;
 border: 1px solid black;
 filter: alpha(opacity=100);
}
a.PopUp:hover span {
 left: 2em;
 filter: alpha(opacity=100);
}
/* IE needs this */
a.PopUp:hover {
 margin: 0;
 filter: alpha(opacity=100);
}
