body { margin: 0px 0px 0px 0px; }

.thinGreyBorder {
	border: 1px solid #CCCCCC;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;

}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.smallheading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.redborder {
	border: 1px solid #FF3300;
}
.bottomGreyBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.bigText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.profile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990033;
}
a:link {
	color: #8C0000;
	text-decoration: none;
}
a:visited {
	color: #8C0000;
	text-decoration: none;
}
a:hover {

	color: #FF0000;
	text-decoration: none;
}
.news {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#333333;
	line-height:20px;
}
.news_headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color:#990000;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.news_date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	font-style:italic;
	border-top:2px dashed black;
}
#popup2 {
	position:absolute;
	top:150px;
	left:150px;
	visibility:hidden;
	z-index:5;
	width:360px;
	height:600px;
	background-color:#CCCCCC;
	border: 3px solid black
}
#popup {
	position:absolute;
	top:150px;
	left:150px;
	visibility:visible;
	z-index:5;
	width:301px;
	height:168px;
}
