body {
	margin: 0px 0px 0px 0px;
	height:100%;
	width:100%;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #434479;
	padding: 0px 0px 0px 0px;
}
#Title{
	width: 100%;
	font-size: 14px;
	font-style: oblique;
	height:24px;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 2px 0px 2px 4px;
	background-image: url(../images/csstitle2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#Menu
	{
	vertical-align:top;
	height:100%;
	width:120px;
	font-size: 10px;
	padding:0px 0px 0px 0px;
	text-align:center;
	}
.menu_inactive,.menu_over,.menu_sel{
	border:1px solid;
	font-size: 11px;
	padding:4px 2px 4px 2px;
	display:block;
	margin:0px;
	text-align: center;
	width: 116px;
	cursor:pointer;
}
.menu_over{
	background-color: #898ABE;
	border-color: #BDBEDB #7476A8 #7476A8 #BDBEDB;
	color:#FFF;
}
.menu_inactive{
	border-color: #6E71AA #1E1F34 #1E1F34 #6E71AA;
	color:#898ABE;
}
.menu_sel{
	border-color: #000 #7476A8 #7476A8 #000;
	background-color:#313355;
	cursor:default;
}
#Main{
	color:#434479;
	background-color:#FFF;
	height:100%;
	width:100%;
	text-align:center;
	padding-top:12px;
	vertical-align:top;
	
	background-image: url(../images/obntrans.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#Foot{
font-size: 9px;
width:100%;
height:13px;
text-align:center;
	background-image: url(../images/cssfoot.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#Foot a, #Foot a:hover,#Foot a:visited{

	text-decoration: none;
	letter-spacing: 11px;
	cursor: pointer;
}
#Foot a,#Foot a:visited{
	color: #898ABE;
}
#Foot a:hover{
	color: #FFF;
}
.Error{
	text-align: center;
	color: #434479;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	letter-spacing: 3px;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background-image: url(../images/DivErrorBckGround.jpg);
	background-position: center;
	background-repeat: no-repeat;
	line-height: 200%;
}
#Redirect{font-weight:normal;letter-spacing:2px;line-height:150%;}