/* CSS Document */

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	list-style-position: outside;
 	list-style-type: square;
	font-weight: normal;

}

.boldtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #333333;
	list-style-position: outside;
	list-style-type: square;
}

.latesnews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #333333;
	list-style-position: outside;
	list-style-type: square;
	text-align:center;
}

.bigheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;

}

a:link {
	text-decoration: none;
	color: #000066
}

a:visited {
	text-decoration: none;
	color: #990000
}

a:hover {
	text-decoration: underline;
	color: #006600
}

a:active {
	text-decoration: none;
	color: #FF9900

}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
}
.captions  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;	
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #0000CC;
}
.lastupdated {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
}
