html,body{margin:0px; padding:0px;}
.body{background:#143d5b;}
body{background:url(images/bg.jpg) repeat center top #143d5b;}
html,body,td,div{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:150%;
}

td{text-align:left;}
img{border:0px;}
a {color:#333333;}
a:hover {color:#666666;}

h1{
	display:block;
	background-color:#000000;
	line-height:43px;
	font-size:24px;
	color:#FFFFFF;
	padding-left:12px;
	margin:0px;
}
h2{	font-size:24px; }

.title{
	font-size:16px;
	line-height:41px;
	font-weight:bold;
}
.index_title{
	font-size:17px;
	line-height:41px;
	color:#FFFFFF;
}
.subtitle{
	font-weight:bold;
	font-size:16px;
}
.navwhite{
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
}
.cap{
	font-size:12px;
	line-height:120%;
	letter-spacing:1px;
}
.title{
	font-size:20px;
	line-height:120%;
	letter-spacing:1px;
}
.btitle{
	font-size:20px;
	line-height:120%;
	letter-spacing:1px;
    color:#FFFFFF;
    font-weight: bold;
    text-align:center;
}

#header{
	padding-top:12px;
	padding-bottom:12px;
	padding-left:13px;

}
#menu{
	padding-top:45px;
	padding-left:110px;
	text-align:center;
}
#menu img{
	margin-left:2px;
	margin-right:2px;
}
#body{
	margin-left:14px;
	margin-right:14px;
}
.TopImages{
	background-color:#FFFFFF;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
}
#footer{
	text-align:center;
	color:#5A5A5A;
	margin-top:5px;
	margin-bottom:10px;
}
#footer a{
	color:#5A5A5A;
	text-decoration:none;
}

#noticeDiv {
	background-color:#92B4DE;
	border-bottom-color:#667E9A;
	border-bottom-style:solid;
	border-bottom-width:thin;
	padding:5px;
	display:none;
}

#closeBtnDiv {
	background-image:url(/images/ui/closeBtn.png);
	background-repeat:no-repeat;
	float:right;
	width:18px;
	height:16px;
}

#closeBtnDiv:hover {
	background-image:url(/images/ui/closeBtn_hover.png);
	background-repeat:no-repeat;
	cursor: pointer;
	height:16px;
	width:18px;	
}

#textDiv {
	color:#FFF;
	padding:5px;
	text-align:center;
}

#browserBtnDiv {
	text-align:center;
}