/* CSS Document */

.CellHeight9 {
	height:9px;
}
.CellHeight25 {
	height:25px;
}
.CellHeight31 {
	height:31px;
}
.CellHeight50 {
	height:50px;
}
.MenuHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.HeaderText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	position: relative; left: 20px;
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.BodyLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration:underline;
}
a.BodyLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.HeaderBG {
	background-image: url(images/header-bg.gif);
	background-repeat: repeat;
	height:25px;
}
.HeaderNews {
	background-image: url(images/header-news.gif);
	background-repeat:no-repeat;
	height:31px;
}
#fullheight {
	height: 100%;
}
.FormTag {
	margin:0px;
	padding:0px;
}
.FormField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #FFFFFF;
	border-top: 1px solid #828282;
	border-left: 1px solid #828282;
	border-right: 1px solid #828282;
	border-bottom: 1px solid #828282;
	color: #333333;
}
.FormButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	font-style: normal;
	background-color: #3C6F98;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	color: #FFFFFF;
	cursor:pointer;
}