/*@charset "utf-8";
/* CSS Document */

.areaLink
{
	color:#646161; height:20px; text-decoration:none;
	font-size:12px; text-align:left;
}
.areaLink::hover
{
	color:#646161;  font-weight:bold; height:20px; text-decoration:underline;
	font-size:12px; text-align:left;
}


body {
	margin: 0 auto;
	padding: 0;
	line-height: 16px;
	background: #fff url(../images/bg_toprepeat.gif) repeat-x top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

#boday{ text-align: left; margin:auto; padding: 0px; border:0px; width:996px;}

.divBorder
{
	padding:3px;
	background:#cfe0f6;
	border:1px #666666 solid;
}
.pad5
{
	margin:10px;
}
.boldName
{
	font-size:14px; 
	font-weight:bold;
	color:#00349A;
	
}
.boldName1
{
	font-size:12px; 
	font-weight:bold;
	color:Black;
	
}
.whiteBold
{
	color:White;
	font-weight:bolder;
	padding:3px;
	font-size:14px;
	height:25px;
	background-color:#00349A;
}

.link
{
	font-size:11px;
	color:#0033CC;
}

.link:hover
{
	font-size:11px;
	color:#FF3300;

}
.MenuLink
{
	font-size:12px;
	color:#0033CC;
}

.MenuLink:hover
{
	font-size:12px;
	color:#FF3300;

}

textbox
{
	width:300px;
}

.menuL
{
	background-image:url(images/menuL.jpg);
	background-repeat:no-repeat;
	height:27px;
	width:13px;	
}

.menuR
{
	background-image:url(images/menuR.jpg);
	background-repeat:no-repeat;
	height:27px;
	width:10px;
}

.menuC
{
	background-image:url(images/menuC.jpg);
	background-repeat:repeat-x;
	height:27px;	
}

.menuStyle
{
	font-size:13px;
	color:#00349A;
	font-weight:bolder;
	text-decoration:none;	
}

.menuStyle:hover
{
	font-size:13px;
	color:Red;
	font-weight:900;
}

.HeadMenu
{
	font-size:11px;
	color:#666666;
	font-weight:bolder;
	text-decoration:none;
}
.HeadMenu:hover
{
	font-size:11px;
	color:#666666;
	font-weight:bolder;
	text-decoration:underline;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}