a:link {
	TEXT-DECORATION: none;
}

a:visited {
  TEXT-DECORATION: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	TEXT-DECORATION: none;
}

.amenu:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.amenu:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.amenu:hover {
	COLOR: #ff0000; TEXT-DECORATION: none
}
.aleft:active {
	COLOR: #ff0000
}

.amenured:link {
	COLOR: #ff0000; TEXT-DECORATION: none;
	font-weight:bold;
}
.amenured:visited {
	COLOR: #ff0000; TEXT-DECORATION: none;
	font-weight:bold;
}
.amenured:hover {
	COLOR: #ff0000; TEXT-DECORATION: none;
	font-weight:bold;
}
.aleftred:active {
	COLOR: #ff0000;
	font-weight:bold;
}

.anav:link {
	COLOR: #ff6600; TEXT-DECORATION: none;
}
.anav:visited {
	COLOR: #ff6600; TEXT-DECORATION: none;
}
.anav:hover {
	COLOR: #ff6600; TEXT-DECORATION: none;font-weight:bold;
}
.anav:active {
	COLOR: #ff6600;TEXT-DECORATION: none;
}

.anavbold:link {
	COLOR: #ff6600; TEXT-DECORATION: none;font-weight:bold;
}
.anavbold:visited {
	COLOR: #ff6600; TEXT-DECORATION: none;font-weight:bold;
}
.anavbold:hover {
	COLOR: #ff6600; TEXT-DECORATION: none;font-weight:bold;
}
.anavbold:active {
	COLOR: #ff6600;TEXT-DECORATION: none;font-weight:bold;
}
input,textarea,select {	
	FONT-FAMILY: tahoma;
	font-size:11px;
}
body {
	FONT-FAMILY: tahoma;
	font-size:11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-images: "images/bg.gif";
}
td {
	FONT-FAMILY: tahoma;
	font-size:11px;
}
tr {
	FONT-FAMILY: tahoma;
	font-size:11px;
}
th {
	FONT-FAMILY: tahoma;
	font-size:11px;
}
.txtWhite {color:#003399;}
.txtGray {color:#595959;}
.txtBlue {color:#003884;}
.txtrOrange {color:#cc0000;}
.txtRed {color:#d20100;}
@media print {

body,td,th {font-family:"Arial", Times, serif; font-size:0.95em;}
h1 {font-size:1.4em; font-weight:bold;}
h2 {font-size:1.3em; font-weight:bold;}
h3 {font-size:1.2em; font-weight:bold;}

#contentpage {width:100%;}
#top1 {display:none;}
#top2 {display:none;}
#top3 {display:none;}
#left {display:none;}
}