body		{
	background-color: #FFFFFF;
	color: #336633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body		{
	margin-left: 0;
	margin-right: 0;
 	margin-top: 0px;
	margin-bottom: 0px;
}

body		{ margin: 0 }

a:link, a:visited	{ color: #336633; text-decoration: none; }
a:hover		{ color: #FF3333; text-decoration: none }

.PageHeader {
	font-size: medium;
	color: #003333;
	font-weight: bold;
}

.LeftMenu { }

.NewsHeader {
	font-size: medium;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#eed;
	border-top:2px solid #ddc;
	filter:progid:dximagetransform.microsoft.gradient(gradienttype=1,startcolorstr='#ffffffff',endcolorstr='#ffeeeedd');
	width:100%;
}

.NewsText {
	margin: 0px;
	margin-bottom: 15px;
	font-size: x-small;
}

.QuestionText {
}

.QuestionHeader {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	filter:progid:dximagetransform.microsoft.gradient(gradienttype=1,startcolorstr='#ffffffff',endcolorstr='#ffeeeedd');
	list-style-type: decimal;
}

.SiteHeading {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #336633;
	border: 0px #336633;
	padding: 5px;
}

.SiteBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336633;
}
.NewsText a:link, .NewsText a:visited, .QuestionText a:link, .QuestionText a:visited	{ color: #336633; text-decoration: none; border-bottom : 1px dashed }
.NewsText a:hover, .QuestionText a:hover		{ color: #FF3333; text-decoration: none; border-bottom: 1px solid }

@media screen {
.css-button {
	font-size: xx-small;
	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}
}



