@charset "UTF-8";
/* CSS Document */

/* Link styles*/
A:visited {
	color: #333366;
}
A:active {
	color: #333366;
}
A:link {
	color: #333366;
	text-decoration: underline;
}
A:hover {
	text-decoration:underline;
	color: #333333;
}

/* body styles*/
body {
	background-color: #FFF;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.content_bak {
	padding: 20px 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	letter-spacing: 120%;
}
.td_navbak {
	background-color: #FFF;
	width: 160px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #989898;
}
.td_vline {
	background-image: url(../graphics/v_line.gif);
	background-repeat: repeat-y;
	width: 30px;
}
.content_bak p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.content_bak h2 {
	font-size: 1.5em;
	color: #333366;
	margin-top: 0px;
	margin-bottom: 10px;
}
.content_bak h1 {
	font-size: 200%;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* Main Div Container styles*/
#outer_container {
	background-image: url(../graphics/base.png);
	background-repeat: no-repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 40px;
}
#pagebak {
	background-color: #FFF;
	padding: 30px;
	width: 840px;
	background-image: url(../graphics/building.jpg);
	background-repeat: no-repeat;
}
#header {
}
#footer {
	padding-top: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

/* fonts styles*/
.txt_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.tx_body {
	font-size: 11px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.tx_larger_header {
	font-size: 14px;
	color: #213668;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.tx_header2 {
	font-size: 14px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.tx_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #D3060D;
}
.tx_grey_bold {
	font-size: 18px;
	line-height: 20px;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif, "Lucida Grande";
	font-weight: bold;
	letter-spacing: -0.03em;
}

/* paragraph and br styles*/
br {
	line-height:8px;
}

/* table cell styles*/
.td_line_bottom {
	border-bottom-style: dotted;
	font-size: 12px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-top-style: none;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
}
.image_float_right {
	float: right;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
}
#disclamer {
	font-size: 10px;
}

.border {
border-bottom:thin dashed #cccccc;
}

.style1 {color: #333366}