
/*background*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.banner-bg
{
	background:url(../images/slidshow-bg.png) no-repeat;
	width:762px;
	height:259px;
}


/*background images*/
.topimage {
	background-image: url(../images/top_bgblue.gif);
	background-repeat: no-repeat;
}
.link_blue {
	background-image:url(../images/link_bgblue.gif);
	background-repeat:repeat-x;
	height:31px;
	}
.link_lineblue {
	background-image:url(../images/linkline_blue.gif);
	background-repeat:no-repeat;
	}
.blue_head {
	background-image:url(../images/blue_head.gif);
	background-repeat:no-repeat;
	width:200px;
	height:25px;
	}
.grey_head {
	background-image:url(../images/grey_head.gif);
	background-repeat:no-repeat;
	width:180px;
	height:25px;
	}
.lightbg_blue {
	background-color:#EAF2F8;
	}
.darkbg_blue {
	background-color:#7597B5;
}
.grey_color {
	background-color:#D0D0D0;
	}
.light_grey {
	background-color:#F1F1F1;
	}
.bottom_bg {
	background-color:#EAF2F8;
		height:52px;
	}
	
/*textbox,listmenu*/		
.list_menubox {
	width:175px;
	height:20px;
	font-family: verdana;
	font-size:11px;
	color:#000000;
	}
.textbox {
	border:1px solid #CCCCCC;
	height:16px;
	width:175px;
	font-family: verdana;
	font-size:11px;
	color:#000000;
	}	
.button {
	background-color: #0E3454;
	border:1px solid #ffffff;
	width:80px;
	height:22px;
	font-family: verdana;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	}	



/*text,link*/
.whitelink {
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}
.whitelink:hover {
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#F7D200;
	text-decoration:none;
	}
.footerlink {
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#376D9D;
	text-decoration:none;
	}
.footerlink:hover {
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}
.simplelink {
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#376D9D;
	text-decoration:none;
	}
.simplelink:hover {
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}
.text {
	font-family:verdana;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	line-height:16px;
	text-align:justify;
	}
.copytext {
	font-family:verdana;
	font-size:12px;
	color:#8d8d8d;
	text-decoration:none;
	}	
.bluetext {
	font-family:verdana;
	font-size:12px;
	color:#183855;
	line-height:18px;
	text-decoration:none;
	}	
.listtext {
	font-family:verdana;
	font-size:12px;
	color:#376D9D;
	line-height:18px;
	text-decoration:none;
	}	
.whitehead {
	font-family:verdana;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}
.titlehead {
	font-family:verdana;
	font-size:18px;
	font-weight:bold;
	color:#376D9D;
	text-decoration:none;
	}
.blacktitlehead	{
	font-family:verdana;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}
.textfieldbig
{
    border: 1px solid #C7D5E1;
    width: 180px;
    height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}
.textfieldsmall
{
    border: 1px solid #C7D5E1;
    width: 125px;
    height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}
.textarea
{
    border: 1px solid #C7D5E1;
    width: 180px;
    height: 65px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}
.listmenu
{
    border: 1px solid #C7D5E1;
    height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}
.buttonred
{
    background-color: #7596B4;
    padding: 1px 5px 1px 5px;
    border: 1px solid #666666;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.redtext {
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	color:#CC0000;
	text-decoration:none;
	}