@charset "utf-8";
/* CSS Document */

body {
	background-color: #185A94;
	margin-top: 25px;
	
	font-family: Verdana;
	font-size: 10pt;
}

.sendusamsg {
	background-image: url(../images/sendusamsg-bg.png);
	background-repeat: repeat-y;
	font-size: 10pt;
	padding-left: 12px;
}

.contentarea {
	background-image: url(../images/content-right-bg.gif);
	background-repeat: repeat-y;
	padding-left: 14px;
	padding-right: 10px;
	font-size: 10pt;
}

.footer {
	height: 43px;
	background-image: url(../images/template_29.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #000;
	padding-bottom: 9px;
}

.pagebg {
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-y;
}

a:link, a:visited {
	color: #093;
	text-decoration: underline;
}

a:hover, a:active {
	color: #06F;
	text-decoration: none;
}

.footer a:link, .footer a:visited {
	color: #000;
	text-decoration: underline;
}

.footer a:hover,.footer  a:active {
	color: #CCC;
	text-decoration: none;
}
