body
{
	background-color:White;
	margin:0px 0px 0px 0px;
}
h1
{
	font:bold 24pt Verdana;
	color:#123555;
	text-align:center;
}
h2
{
	margin-top:15px;
}
h4
{
	vertical-align:top;
	font:bold 8pt Verdana;
	color:#123555;
}
a
{
	cursor:pointer;
}
th
{
	background-color:#4880C1;
	color:#000000
}
ol
{
	position:relative;
	left:-15px;
}
li
{
	padding-bottom: 10px;
}
td.r
{
	background-color:#9abce2;
	cursor:pointer;		
}
td.r1
{
	background-color:#c5d8ed;
	cursor:pointer;
}
.header
{
	background: #dee6f0 url(images/menu.png) repeat-x;
	width:100%;
	height:84px;
}
.menuPannel
{
	width:22%;
	background-color: #4880C1;
}
.menu
{
	background-color:White;
	border-color:#074B88;	
}
.menu.left
{
	width:45%;
	border-bottom:#4880C1 1px solid;
}
.item
{
	height:82px;
	background-image:url('images/menu.png');
	cursor:pointer;
}
.menu.right
{
	border-bottom:#4880C1 1px solid;
	color:#074B88;
	vertical-align:middle;
}
.menuTail
{
	height:81px;
	background-image:url('images/menuBG.gif');
}
.contentPannel
{
	padding-left:10px;
	margin:10px;
}
.popup
{
	position: absolute;
	top: 95px;
	background-color: #c5d8ed;
	border: #074b88 1px solid;
	width: 60%;
	visibility: hidden;
	padding: 10px;
	z-index: 1;
}
.bannerImg
{
	position:absolute;
	top:0px;
	right:35px;
}
.float
{
	position:relative;
	right:0px;
	top:0px;
	float:right;
	background-color:#c5d8ed;
	margin-left:10px;
	padding:0px;
}
.footer
{
	height:20px;
	width:100%;
	background-color:#4880C1;
	font: bold 8pt Verdana;
	color: #FFFFFF;
}