body		{
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(images/back.jpg);
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
}

body		{
	margin-left: 0;
	margin-right: 0;
 	margin-top: 0px;
	margin-bottom: 0px;
}

body		{ margin: 0 }

a:link		{ color: #637CAD; text-decoration: underline}
a:visited	{ color: #637CAD; text-decoration: underline}
a:hover		{ color: #A5B0CE; text-decoration: underline}

.PageHeader {
	font-size: 18px;
	color: #003333;
	font-weight: bold;
}

.NavMenu {
	font-size: 10px;
	font-weight: bold;
}

.NewsHeader {
	font-size: 18px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 0px;
	width:100%;
}

.NewsText {
	margin: 0px;
	margin-bottom: 15px;
	color: #660000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
}

.SiteHeading {
	font-weight: normal;
	font-size: 24px;
	color: #000000;
	background-color: #FFFFFF;
	border: 0px #336633;
	padding: 5px;
	

}

.SiteBody {
}
@media screen {
.css-button {
	font-size: 10px;
	color: #000000;
	white-space: nowrap;
	font-weight: bold;
	text-align:center;
}

.css-button a {
	padding: 0;
	text-decoration: none;
	width: 98%;
	display: block;
	color: #224059;
	background-color: #b5c9e2;
	border-top: 2px #cce3ff solid;
	border-left: 2px #cce3ff solid;
	border-bottom: 2px #31557f solid;
	border-right: 2px #31557f solid;
}

.css-button a:hover {
	background-color: #99aabf;
	border-top: 2px #31557f solid;
	border-left: 2px #31557f solid;
	border-bottom: 2px #cce3ff solid;
	border-right: 2px #cce3ff solid;
	text-decoration: none;
}
}

@media print {
.css-button {display:none}
.LeftMenu {display:none}
.SiteHeading {display:none}
}

