/* CSS Document */

A:link {font-family: Verdana; font-size: 11px; text-decoration: none; font-weight: bold; color:#ffffff}
A:link:hover {text-decoration: none; color:#CC6666}
A:visited {font-family: Verdana; font-size: 11px; text-decoration: none; font-weight: bold; color:#ffffff}
A:visited:hover {text-decoration: none; color:#CC6666}

body{background-image:url("images/vertical-bg.gif");
background-attachment:fixed;
background-repeat: no-repeat;
background-position:right bottom;
}

.afterHeadText {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
.newsTitle {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
.newsDetails {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.welcomeText {
	font-family: Monotype Corsiva;
	font-size: 22px;
	font-style: italic;
	color: #990000;
}
.formText {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.PageButtons {
	font-family: Tahoma;
	font-size: 9px;
	color: #ffffff;
	background-color: #990000;
	border: 1px solid #000000;
	line-height: normal;
	font-weight: bold;
	padding: 1px 1px 0px;
	margin: 1px;
}

