body {
	background-color: #28333c;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #444e57;
	font-size: 12px;
	text-align: left;
}

h1 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #444e57;
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: normal;
	font-size: 24px;
	color: #28333c;
	text-align: left;
	line-height: 100%;
}
h2 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #444e57;
	display: block;
	margin: 0 0 16px;
	padding: 0;
	font-weight: normal;
	font-size: 18px;
	color: #28333c;
	text-align: left;
	line-height: 100%;
}
h2.inline {
	display: inline;
	margin: 0;
	padding: 0;
}
h3 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #444e57;
	display: block;
	margin: 0 0 14px 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	color: #28333c;
	text-align: left;
	line-height: 100%;
}
h3.inline {
	display: inline;
	margin: 0;
	padding: 0;
}
h4 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #444e57;
	display: block;
	margin: 0 0 12px 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	color: #28333c;
	text-align: left;
	line-height: 100%;
}
h4.inline {
	display: inline;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}


/************ Standard tags ************/


/************ Positioning Classes ************/
.clear {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0;
}
.clearLeft {
	clear: left;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0;
}
.clearRight {
	clear: right;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0;
}
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
.posCenter {
	margin: 0 auto;
	padding: 0;
}
.VAtop {
	vertical-align: top;
}
.VAmiddle {
	vertical-align: middle;
}
.VAbottom {
	vertical-align: bottom;
}
.floatLeft{
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}
.floatRight{
	float: right;
	display: inline;
	margin: 0;
	padding: 0;
}
.block{
	display: block;
}
.inner {
	float: left;
	overflow: hidden;
}


/************ Color Styles ************/
.textcolor {
	color: #444e57;
}
.white {
	color: #ffffff;
}
.black {
	color: #000000;
}
.red {
	color: #e84700;
}
.lightblue {
	color: #28c5dd;
}
.blue {
	color: #24abce;
}
.gray {
	color: #28333c;
}
.lightgray {
	color: #444e57;
}
.field_req{
	color: #ff0000;
}
.error_normal{
	color: #ff0000;
}


/************ Font Styles ************/
.line_through {
	text-decoration: line-through;
}
.remark {
	font-size: 90%;
	color: #666666;
}
.timestamp {
	font-size: 90%;
}

/************ List Styles ************/
ul {
	margin: 0 0 2px 5px;
	padding: 0;
}
	ul li {
		list-style-type: none;
		padding: 0 0 0 20px;
		background: url(../images/content-bullet.gif) left 4px no-repeat;
	}
ul.sitemap {
	line-height: 40px;
}
	ul.sitemap li {
		background: url(../images/content-bullet.gif) left 14px no-repeat;
	}
	ul.sitemap a:link, ul.sitemap a:visited {
		color: #444e57;
		text-decoration: none;
		font-weight: inherit;
	}
	ul.sitemap a:hover {
		text-decoration: underline;
	}


/************ Link Styles ************/
a:link {
	color: #e84700;
	text-decoration: underline;
	font-weight: inherit;
}
a:hover {
	color: #28333c;
	text-decoration: underline;
	font-weight: inherit;
}
a:visited {
	color: #444e57;
	text-decoration: underline;
	font-weight: inherit;
}
a.gray:link, a.gray:hover {
	color: #28333c;
	text-decoration: underline;
	font-weight: inherit;
}
a.gray:hover {
	color: #e84700;
	text-decoration: underline;
	font-weight: inherit;
}
a.arrow:link, a.arrow:visited {
	display: inline;
	padding: 0 10px 0 0;
	color: #e84700;
	text-decoration: underline;
	font-weight: inherit;
	background: url(../images/content-arrow-right-red.gif) 100% 50% no-repeat;
}
a.arrow:hover {
	text-decoration: none;
}


/************ Image Styles ************/
img {
	border: 0;
	outline: 0;
}
img.grayBorder {
	border: 0 solid #666666;
}
img.grayBorder-VAB {
	border: 1px solid #666666;
	vertical-align: bottom;
}
img.floatLeft-M {
	display: inline;
	float: left;
	vertical-align: bottom;
	margin: 3px 10px 2px 0;
}
img.floatRight-M {
	display: inline;
	float: right;
	vertical-align: bottom;
	margin: 3px 0 2px 10px;
}
img.link {
	cursor: pointer;
	margin-top: -2px;
}
img.arrowlink {
	border: 0 solid #666666;
	padding: 3px;
	margin: 0px 2px;
	vertical-align: middle;
	cursor: pointer;
}
img.input_error {
	vertical-align: middle;
	margin-top: -2px;
}


/************ Table Styles ************/
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	text-align: left;
}
table.centered{
	margin: 0 auto;
}
td {
	margin: 0;
	padding: 2px;
}
td.noborder {
	border: 0;
}
td.VAtop {
	vertical-align: top;
}
table.actionForm-tdTop td {
	margin: 0;
	padding: 5px 2px;
	vertical-align: top;
}
table.hasborder{
	border: 1px solid #666666;
}
table.hasborder td {
	border: 1px solid #666666;
}
table.hasborder td.noborder {
	border: 0;
}
table.hasborder_tCenter{
	border: 1px solid #666666;
	text-align: center;
}
table.hasborder_tCenter td {
	border: 1px solid #666666;
}
table.hasborder_tLeft{
	border: 1px solid #666666;
	text-align: left;
}
table.hasborder_tLeft td {
	border: 1px solid #666666;
}
thead {
	background-color: #0a1f62;
	color: #ffffff;
}
tr.lightbkground {
	background-color: #ffffff;
}
tr.darkbkground {
	background-color: #e6e6e6;
}
tr.graybkground {
	background-color: #999999;
}


/************ Layout ************/
#container-mainmenu {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #28333c;
}
	#mainmenu {
		display: block;
		margin: 0 auto;
		padding: 0;
		width: 991px;
		height: 51px;
		color: #ffffff;
	}
		#mainmenu #end-left {
			display: block;
			float: left;
			margin: 0;
			padding: 0;
			width: 10px;
			height: 51px;
			background: url(../images/mainmenu-container-left.gif) top left no-repeat;
		}
		#mainmenu #links {
			display: block;
			float: left;
			margin: 0;
			padding: 0;
			width: 971px;
			height: 51px;
	}
		#mainmenu #end-right {
			display: block;
			float: left;
			margin: 0;
			padding: 0;
			width: 10px;
			height: 51px;
			background: url(../images/mainmenu-container-right.gif) top left no-repeat;
		}
		#mainmenu #links a:link, #mainmenu #links a:visited {
			display: block;
			margin: 0;
			padding: 0 20px;
			text-align: center;
			font-size: 18px;
			color: #ffffff;
			font-weight: normal;
			line-height: 51px;
			text-decoration: none;
			outline: 0;
		}
		#mainmenu #links a:hover {
			color: #e84700;
		}
		
		#mainmenu #links .tab-left {
			display: block;
			float: left;
			margin: 0;
			padding: 0;
			width: 3px;
			height: 51px;
			background: url(../images/mainmenu-btn-left.gif) top left no-repeat;
		}
		#mainmenu #links .tab-bkground {
			display: block;
			float: left;
			margin: 0;
			padding: 0;
			height: 51px;
			line-height: 51px;
			color: #ffffff;
			font-size: 14px;
			font-weight: bold;
			background: url(../images/mainmenu-btn-bkground.gif) top left repeat-x;
		}
		#mainmenu #links .tab-right {
			display: block;
			float: left;
			margin: 0 1px 0 0;
			padding: 0;
			width: 3px;
			height: 51px;
			background: url(../images/mainmenu-btn-right.gif) top left no-repeat;
		}
		#mainmenu #links a.lang:link, #mainmenu #links a.lang:visited {
			display: block;
			margin: 3px 4px 2px 0;
			padding: 2px 0;
			width: 30px;
			text-align: center;
			font-size: 11px;
			color: #ffffff;
			font-weight: bold;
			line-height: 16px;
			text-decoration: none;
			background-color: #303a44;
			outline: 0;
		}
		#mainmenu #links a.lang:hover {
			color: #e84700;
		}

#container-banner {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #ffffff;
}
	#banner {
		display: block;
		margin: 0 auto;
		padding: 0;
		width: 971px;
		height: 270px;
		overflow: hidden;
		background: url(../images/banner.jpg) 0 -25px no-repeat;
	}
		#banner a.home {
			display: block;
			float: right;
			margin: 0 4px 0 0;
			padding: 0;
			width: 56px;
			height: 29px;
			background: url(../images/bannerlink-home.gif) 0 0 no-repeat;
		}
		#banner a.email {
			display: block;
			float: right;
			margin: 0 4px 0 0;
			padding: 0;
			width: 56px;
			height: 29px;
			background: url(../images/bannerlink-email.gif) 0 0 no-repeat;
		}
		#banner a.sitemap {
			display: block;
			float: right;
			margin: 0 4px 0 0;
			padding: 0;
			width: 56px;
			height: 29px;
			background: url(../images/bannerlink-sitemap.gif) 0 0 no-repeat;
		}

#container-content {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #ffffff;
}
	#content {
		display: block;
		margin: 0 auto;
		padding: 30px 21px 30px 20px;
		width: 930px;
		line-height: 150%;
		background: url(../images/content-background.gif) top left repeat-x;
	}
		#content .cols3-Mr {
			display: inline;
			float: left;
			margin: 0 30px 0 0;
			padding: 0;
			width: 290px;
		}
		#content .cols3 {
			display: inline;
			float: left;
			margin: 0;
			padding: 0;
			width: 290px;
		}
			#content .cols3 .hseparator-gray{
				display: block;
				margin: 4px 0;
				padding: 0;
				width: 290px;
				height: 1px;
				background: url(../images/hseparator-gray-bkground.gif) top left repeat-x;
			}
			#content .cols3-Mr .hseparator-gray{
				display: block;
				margin: 4px 0;
				padding: 0;
				width: 290px;
				height: 1px;
				background: url(../images/hseparator-gray-bkground.gif) top left repeat-x;
			}
			#content .cols3-Mr .cols2-Mr, #content .cols3 .cols2-Mr {
				display: inline;
				float: left;
				margin: 0 20px 0 0;
				padding: 0;
				width: 135px;
			}
			#content .cols3-Mr .cols2, #content .cols3 .cols2 {
				display: inline;
				float: left;
				margin: 0;
				padding: 0;
				width: 135px;
			}
		#content .cols3-2cols {
			display: inline;
			float: left;
			margin: 0;
			padding: 0;
			width: 610px;
		}
			#content .cols3-2cols .hseparator-gray{
				display: block;
				margin: 4px 0;
				padding: 0;
				width: 610px;
				height: 1px;
				background: url(../images/hseparator-gray-bkground.gif) top left repeat-x;
			}
		#content .cols4-Mr {
			display: inline;
			float: left;
			margin: 0 30px 0 0;
			padding: 0;
			width: 210px;
		}
		#content .cols4 {
			display: inline;
			float: left;
			margin: 0;
			padding: 0;
			width: 210px;
		}
			#content .cols4 .hseparator-gray{
				display: block;
				margin: 4px 0;
				padding: 0;
				width: 210px;
				height: 1px;
				background: url(../images/hseparator-gray-bkground.gif) top left repeat-x;
			}
			#content .cols4-Mr .hseparator-gray{
				display: block;
				margin: 4px 0;
				padding: 0;
				width: 210px;
				height: 1px;
				background: url(../images/hseparator-gray-bkground.gif) top left repeat-x;
			}
		.fs-big {
			font-size: 14px;
			line-height: 150%;
		}

#container-footer {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #28333c;
}
	#footer {
		display: block;
		margin: 0 auto;
		padding: 15px 0 25px 0;
		width: 971px;
		text-align: center;
		color: #ffffff;
		font-size: 11px;
		line-height: 20px;
	}
	#footer a:link, #footer a:visited {
		color: #ffffff;
		text-decoration: none;
		font-weight: inherit;
	}
	#footer a:hover {
		text-decoration: underline;
	}


/************ Forms ************/
form {
	display: inline;
	margin: 0;
	padding: 0;
}
/*label {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	padding-left: 2px;
}

form table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
form table td {
	margin: 0px;
	padding: 2px;
	border: 0px;
}
form table td.noborder {
	border: 0px;
}
form table.hasborder{
	border: 1px solid #999999;
}
form table.centered{
	margin: 0 auto;
}
form table.hasborder td {
	border: 1px solid #999999;
}
form table.hasborder td.noborder {
	border: 0px;
}
*/
select {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #444e57;
	background-color: #ffffff;
    border: 1px solid #666666;
    font-size: 11px;
  	margin: 0;
	padding: 0;
}
textarea {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #444e57;
	background-color: #ffffff;
    border: 1px solid #666666;
  	margin: 0;
	padding: 0 2px; 
	font-size: 11px;
}
input {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #444e57;
	display: inline;
	background-color: #ffffff;
	border: 1px solid #666666;
 	h/eight: 16px;
	margin: 0;
	padding: 0 2px;
	text-align: left;
	font-size: 11px;
}
input.hidden {
    display: none;
    border: none;
    background-color: transparent;
    width: 0;
    height: 0;
    line-height: 0;
}
input.input_1 {
	width: 100px;
}
input.input_2 {
	width: 200px;
}
input.input_3 {
	width: 300px;
}
input.input_4 {
	width: 400px;
}
input.input_5 {
	width: 500px;
}
input.input_6 {
	width: 600px;
}
img#visualCaptcha {
	border: 1px solid #444e57;
	padding: 1px;
}
a.fmBtn-Mr:link, a.fmBtn-Mr:visited {
	display: block;
	margin: 0 20px 0 0;
	padding: 2px 20px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	background-color: #444e57;
;
}
a.fmBtn-Mr:hover {
	background-color: #e84700;
}
