body {
	background-color: #ffffff;
	background-image: url();
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	}
body,td,th {
	color: #333333;
	font-family: Tahoma, Arial Unicode MS, Arial, sans-serif;
	font-size: 11px;
}
/*.NewsMainPage{
	color: #005f9e;
	text-decoration: none;
}
.NewsMainPage:hover{
	color: #FF7E00;
	text-decoration: none;
}*/
a:link {
	color: #FF7E00;
	text-decoration: none;
/*	border-bottom: dotted 1px #333333;*/
	border-bottom: none; 
}
a:visited {
	text-decoration: none;
	color: #FF7E00;
/*	border-bottom: dotted 1px #333333; */
	border-bottom: none;
}
a:hover {
	text-decoration: none;
	color: #005f9e;
	border-bottom: dotted 1px #ff7e00;	
}
a:active {
	text-decoration: none;
	color: #005F9E;
	border-bottom: dotted 1px #005F9E;
}
.menuBar {
	border-top-style : solid;
	border-top-color : #ffffff;
	border-top-width : 0px;
	border-top-style : groove;
}
.barOver {
	font-family : tahoma;
	font-size: 12px;
	color : #333333;
	background-color : #ffffff;
	border-style : dotted;
	border-color : #ffffff;
	border-width : 0px;
}
.Bar {
	font-family : tahoma;
	font-size: 12px;
	color : #ffffff;
	border-bottom-color : #005F9E;
	border-bottom-width : 0px;
	border-bottom-style:groove;
}
.menuItem {
	font-family : tahoma;
	font-size: 11px;
	color : #000000;
	background-color : #C1DAF0;
	border-width : 1px;
	border-color: #999999;
	border-top-color : #000000;
	border-top-width : 1px;
	border-top-style : Solid;
	border-bottom-color : #9E9B9B;
	border-bottom-width : 1px;
	border-bottom-style : Solid;
/*	width:200; */
}
.ItemMouseOver {
	font-family : tahoma;
	font-size: 11px;
	color : #ffffff;
	background-color : #005F9E;
	border-style : solid;
	border-color : #005F9E;
	border-width : 0px;
/*	width:200; */
}
.TextBox{
	font-family : tahoma;
	font-size: 11px;
	color : #000000;
}
.CheckBox{
	font-family : tahoma;
	font-size: 11px;
	color : #000000;
}
.button{
    font-family : tahoma;
	font-size: 11px;
	color : #ffffff;
    background-color: #005F9E;
	border-style : solid;
	border-color : #005F9E;
	border-width : 0px;
}