/*ABtech CSS sheet by Robert Chu*/

/*begin text styles*/
.bodytext{	font-family: Verdana, MS Sans Serif;
		font-size:10pt;
		font-weight: normal; 
}

.bodybold{	font-family: Verdana, MS Sans Serif;
		font-size:10pt; 
		font-weight: bold;
}


.bodyheader{	font-family: Verdana, MS Sans Serif;
		font-size:24pt;
		font-weight: normal; 
}







/*link styles*/
.navtop:link{
		color:#FFFFFF;
		text-decoration:none;
		font-family: Verdana, MS Sans Serif;
		font-size: xx-small;
		font-weight: bold;
}

.navtop:visited{
		color:#FFFFFF;
		text-decoration:none;
		font-family: Verdana, MS Sans Serif;
		font-size: xx-small;
		font-weight: bold;
}

.navtop:active{
		color:#FFFFFF;
		text-decoration:none;
		font-family: Verdana, MS Sans Serif;
		font-size: xx-small;
		font-weight: bold;
}

.navtop:hover{
		color:#FFFFFF;
		text-decoration= "underline overline";
		font-family: Verdana, MS Sans Serif;
		font-size: xx-small;
		font-weight: bold;
}

.navside:link{
		color:#FFFFFF;
		text-decoration:none;
		font-family: Verdana, MS Sans Serif;
		font-size: x-small;
		font-weight: bold;
}

.navside:visited{
		color:#FFFFFF;
		text-decoration:none;
		font-family: Verdana, MS Sans Serif;
		font-size: x-small;
		font-weight: bold;
}

.navside:active{
		color:#FFFFFF;
		text-decoration:none;
		font-family: Verdana, MS Sans Serif;
		font-size: x-small;
		font-weight: bold;
}

.navside:hover{
		color:#FFFFFF;
		text-decoration= "underline overline";
		font-weight=none;
		font-family: Verdana, MS Sans Serif;
		font-size: x-small;
		font-weight: bold;
}

.mail:link {	text-decoration: "none"; 
		color: #0000FF;
		font-family: Verdana, MS Sans Serif;
}

.mail:visited {	text-decoration: "none"; 
		color: #0000FF;
		font-family: Verdana, MS Sans Serif;
}

.mail:active {	text-decoration: "none"; 
		color: #0000FF;
		font-family: Verdana, MS Sans Serif;
}
.mail:hover {	text-decoration: "underline overline"; 
		color: #FF0000;
		font-family: Verdana, MS Sans Serif;
}
 