/* CSS Document */

body {
	margin:0;
	padding:0;
	background: #e4e4e4 url(images/bodybg.gif) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
}
.topnavbg {
	background:url(images/topnavbg.gif) repeat-x left;
	height:50px;
	padding-bottom:5px;
	padding-top:5px;
}
.content {
	font-size:12px;
	color:#303030;
	text-align:justify;
	line-height:20px;
}
.blacktext {
	font-size:12px;
	color:#303030;
}
.redcontent {
	font-size:12px;
	color:#bc2826;
}
.captions {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#bc2826;
}
.blackboldcaption {
	font-size:12px;
	font-weight:bold;
	color:#303030;
}
.blacktitle {
	font-size:14px;
	font-weight:bold;
	color:#303030;
}
.redcaption {
	font-size:14px;
	font-weight:bold;
	color:#bc2826;
}
.overseasepartners {
	font-size:12px;
	font-weight:bold;
	color:#303030;
	text-align:center;
	vertical-align:middle;
	padding-left:2px;
	padding-right:2px;
	background:#edf3fa;
}
.welcomebox {
	background:url(images/welcometextbg.gif) no-repeat top center;
	width:470px;
	height:237px;
}
.graybox {
	background:url(images/graybg.gif) no-repeat top center;
	width:380px;
	height:235px;
}
.bluecaption{
	font-size:14px;
	color:#0050ab;
	text-decoration:none;
}
img {
	border:0;
}
.bluelink, a.bluelink:link, a.bluelink:visited, a.bluelink:active {
	font-size:12px;
	color:#0050ab;
	text-decoration:none;
}
a.bluelink:hover {
	font-size:12px;
	color:#0050ab;
	text-decoration:underline;
}
.blacklink, a.blacklink:link, a.blacklink:visited, a.blacklink:active {
	font-size:12px;
	color:#303030;
	text-decoration:none;
}
a.blacklink:hover {
	font-size:12px;
	color:#bc2826;
	text-decoration:none;
}
#footer {
	height:50px;
	background:url(images/footerbg.gif) repeat-x top center;
	text-align:center;
	vertical-align:middle;
	color:#0050ab;
	font-size:12px;
	text-decoration:none;
}
a.footer {
	font-size:12px;
	color:#0050ab;
	text-decoration:none;
}
a.footer:hover {
	font-size:12px;
	color:#0050ab;
	text-decoration:underline;
}
.button {
	background:#241f8b;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	height:22px;
	cursor:pointer;
	border-top:solid 2px #bc2826;
	border-right:solid 2px #bc2826;
	border-bottom:solid 2px #bc2826;
	border-left:solid 2px #bc2826;
}
.input {
	border-top:solid 1px #b9b9b9;
	border-right:solid 1px #f2f2f2;
	border-bottom:solid 1px #f2f2f2;
	border-left:solid 1px #b9b9b9;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	width:150px;
	background:#f8f8f8;
}
.textarea {
	border-top:solid 1px #b9b9b9;
	border-right:solid 1px #f5f5f5;
	border-bottom:solid 1px #f5f5f5;
	border-left:solid 1px #b9b9b9;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	width:150px;
	background:#f8f8f8;
}
.select {
	border-top:solid 1px #b9b9b9;
	border-right:solid 1px #f5f5f5;
	border-bottom:solid 1px #f5f5f5;
	border-left:solid 1px #b9b9b9;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	background:#f8f8f8;
	width:150px;
	color:#000000;
}
.message {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	text-decoration:none;
}