/* CSS Document */
/* this is the style sheet for navigational bar in the top frame of the site frameset */

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
/*body {
	background-image: url(img/period_brick.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}*/
body {
	background-image: url(img/concrete_1.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
#subPage{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight:normal;
}
#subPage a{
	color:#600;	
}
.smalltext {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:  
}
INPUT { 
	background-color: #660000;
	border-color: #FFFFFF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 8pt;
}