BODY {
	color : Black;
	font-family: Arial,Helvetica;
	font-size: 16px;
	line-height: 19px;
	text-decoration : none;
}

a{
	/* basic a href tag */
	color : #0000cc;
	font-family : Arial,Helvetica;
	font-weight : bold;
	text-decoration : none;
}
a:visited {
	/* basic a href tag visited */
	color : #000099;
	font-family : Arial,Helvetica;
	font-weight : bold;
	text-decoration : none;
}
a:hover{ /* basic a href tag hover */
	color : #cc0000;
	font-family : Arial,Helvetica;
	font-weight : bold;
	text-decoration : underline;
}


/* Navigation Links */
.nav { 
	font-family : Verdana, Arial,Helvetica; 
	font-size : 10px; 
	/*font-weight : bold; */
	text-decoration : none; 
	color: #ffffff;
}

.nav:visited { 
	font-family : Verdana, Arial,Helvetica; 
	font-size : 10px; 
	/*font-weight : bold; */
	text-decoration : none; 
	color: #ffffff;
}

.nav:hover { 
	font-family : Verdana, Arial,Helvetica; 
	font-size : 10px; 
	/*font-weight : bold; */
	text-decoration : underline; 
	color: #708ADF; 
}

/* Navigation Links */
.navh { 
	font-family : Verdana, Arial,Helvetica; 
	font-size : 10px; 
	/*font-weight : bold; */
	text-decoration : none; 
	color: #0000cc;
}

.navh:visited { 
	font-family : Verdana, Arial,Helvetica; 
	font-size : 10px; 
	/*font-weight : bold; */
	text-decoration : none; 
	color: #0000cc;
}

.navh:hover { 
	font-family : Verdana, Arial,Helvetica; 
	font-size : 10px; 
	/*font-weight : bold; */
	text-decoration : underline; 
	color: #708ADF; 
}

td {
	/* basic td tag 13 pixels black text */
	color : Black;
	font-family: Arial,Helvetica;
	font-size: 16px;
	line-height: 19px;
	text-decoration : none;
}

.yellowtextb {
	/* basic td tag 13 pixels black text */
	color : #ffff00
	font-family: Arial,Helvetica;
	font-size: 16px;
	line-height: 19px;
	text-decoration : none;
}

.yellowtext {
	/* basic td tag 13 pixels black text */
	color : #ffff00
	font-family: Arial,Helvetica;
	font-size: 12px;
	line-height: 13px;
	text-decoration : none;
}

.smallblack{
	/* a href class for 11 pixel text - menus and such */
	color : #000000;
	font-family : Arial,Helvetica;
	font-size: 10px;
	line-height: 12px;
	text-decoration : none;
}

.whitetext{
	/* a href class for 11 pixel text - menus and such */
	color : #ffffff;
	font-family : Verdana, Arial,Helvetica;
	font-size: 10px;
	line-height: 15px;
	text-decoration : none;
}

.bluetext{
	/* a href class for 11 pixel text - menus and such */
	color : #0000cc;
	font-family : Verdana, Arial,Helvetica;
	font-size: 10px;
	line-height: 15px;
	text-decoration : none;
}

td.whitetext{
	/* a href class for 11 pixel text - menus and such */
	color : #ffffff;
	font-family : Verdana, Arial,Helvetica;
	font-size: 10px;
	line-height: 13px;
	text-decoration : none;
}

td.bluetext{
	/* a href class for 11 pixel text - menus and such */
	color : #0000cc;
	font-family : Verdana, Arial,Helvetica;
	font-size: 10px;
	line-height: 13px;
	text-decoration : none;
}

a.tiny{
	/* a href class for 10 pixel text - menus and such */
	color : #336699;
	font-family : Arial,Helvetica;
	font-size: 8px;
	text-decoration : none;
}
a:visited.tiny {
	/* a href class for 10 pixel text - visited */
	color : #336699;
	font-family : Arial,Helvetica;
	font-size: 8px;
	text-decoration : none;
}
a:hover.tiny{
	/* a href class for 10 pixel text - hover */
	color : #336699;
	font-family : Arial,Helvetica;
	font-size : 8px;
	text-decoration : none;
}
