a:link {color: #003F8C}
a:visited {color: #3C76B2}
a:hover {color: #CC0000}
a:active {color: #003F8C}

body 
{
	background-color: #FFFFFF;
	background-repeat: repeat-y
}

.pageTitle
{
	text-align: center;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: black;
	font-weight : bold;
	font-size : 140%;
	text-decoration : none;	
}

.picInfo
{
	text-align: center;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: black;
	font-weight : normal;
	font-size : 65%;
	text-decoration : none;	
}

.plainText
{
	font-family: times, courier, arial, serif;
	color: black;
}

.boldBig
{
	text-align: left;
	font-family: times, courier, arial, serif;
	color: black;
	font-weight : bold;
	font-size : 150%;
	text-decoration : none;	
}

.boldCentered
{
	text-align: center;
	font-family: times, courier, arial, serif;
	color: black;
	font-weight : bold;
	font-size : 90%;	
}

.boldItalic
{
	text-align: left;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: black;
	font-weight : bold;
	font-style: italic;
	font-size : 80%;	
}

.boldLeft
{
	text-align: left;
	font-family: times, courier, arial, serif;
	color: black;
	font-weight : bold;	
}

.boldRight
{
	text-align: right;
	font-family: times, courier, arial, serif;
	color: black;
	font-weight : bold;
}

.boldBlue
{
	text-align: left;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #3C76B3;
	font-weight : bold;
	font-size : 80%;	
}

.smallLinks
{
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight : normal;
	font-size : 65%;	
}

.smallCenter
{
	text-align: center;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: black;
	font-weight : normal;
	font-size : 65%;
	text-decoration : none;	
}

.smallRed
{
	text-align: center;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #FF0000;
	font-weight : normal;
	font-size : 65%;
	text-decoration : none;	
}

.smallLeft
{
	text-align: left;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: black;
	font-weight : normal;
	font-size : 65%;
	text-decoration : none;	
}
.announcement {
		text-align: center;
		width: 600px;
		background-color:  yellow;
		border: 5px solid red;
		padding: 10px 10px 10px 10px;
		font-size: 100%;		
		
}
#counter{
		text-align: left;
		font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
		color:  white;
		font-weight;  bold;
		font-size:  80%;
		text-decoration:  none;
}

#newsflash {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: Red;
	font-weight;  bold;
	text-decoration:  none;
}

a img {
	border: 1px solid #000000;
}



