/* CSS Document */

body{
	margin-bottom:10px;
	margin-top:10px;
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:regular;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:regular;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: underline;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:regular;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
.boxtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:regular;
	font-variant: normal;
	text-transform: none;
	color: #00368E;
	text-decoration: none;
}
a.boxlinks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color: #00368E;
	text-decoration: none;
}
a.boxlinks:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color: #00368E;
	text-decoration: underline;
}

.border{
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

.imgborder{
	border-bottom:3px solid #51b;
	border-left:3px solid #51b;
	border-right:3px solid #51b;
	border-top:3px solid #51b;
}

.bodybg
{
    background: url(images/top_bg.gif);
	height:170px;
	background-repeat:no-repeat;
	background-position:left top;
	
}	
.bodybg1
{
    background: url(images/body_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.pagebg
{	background-image:url(images/page_bg.gif);
	background-repeat:repeat-y;
	background-position:left top;
}	
.leftmenubg
{
   background: url(images/baground_im.gif);
   background-color:#0059E7;
   width:240px;
   height:379px;
   background-repeat:no-repeat;
   background-position:left top;
}
.footerbg
{
   background: url(images/footer_bg.gif);
   width:776px;
   height:60px;
   background-repeat:repeat-x;
   background-position:left top;
}

.bodytext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight:regular;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
.footerlink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:regular;
	color: #ffffff;
	text-decoration:underline;
}
.footerlink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:regular;
	color: #FDDB00;
	text-decoration:underline;
}
.moreclass
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration:underline;
}
.moreclass:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration:none;
}
.textfield
{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	width:160px;
	height:18px;
	color:#000000;
	background-color: #DDEAFF;
	border: 1px solid #01255F;
}





