BODY {
	color : Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration : none;
}

TD {
	color : Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration : none;
}

a{
	/* basic a href tag */
	color : #0000cc;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}
a:visited {
	/* basic a href tag visited */
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
}
a:hover{ /* basic a href tag hover */
	color : #cc0000;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
}


/* Navigation Links */
.nav { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : bold;
	text-decoration : none; 
	color: #606364;
}

.nav:visited { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : bold;
	text-decoration : none; 
	color: #606364;
}

.nav:hover { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : bold;
	text-decoration : none; 
	color: #3f7491; 
}

.bnav { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : bold;
	text-decoration : none; 
	color: #990000;
}

.bnav:visited { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : bold;
	text-decoration : none; 
	color: #990000;
}

.bnav:hover { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : bold;
	text-decoration : none; 
	color: #000066; 
}
/* Input Box Settings */


.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
}

.tinyblack{
	/* a href class for 10 pixel text - menus and such */
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 6px;
	text-decoration : none;
}

.smallblack{
	/* a href class for 11 pixel text - menus and such */
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	text-decoration : none;
}


