body {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-family: arial;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #000000;
}

p {
	margin: 0px;
	margin-bottom: 7px;
}

form {
	margin: 0px;
	padding: 0px;
}

.cms_page_text {
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

.cms_page_text a {
	color: #ff8011;
	text-decoration: none;
}

.cms_page_text a:hover {
	color: #333366;
}

.cms_page_title {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
}

.cms_page_title a {
	color: #ff8011;
	text-decoration: none;
}

.cms_page_title a:hover {
	color: #333366;
}

.logo {
	position: absolute;
	width: 350px;
	height: 68px;
	margin-top: -180px;
	margin-left: 40px;
}

.header_home {
	position: absolute;
	width: 150px;
	height: 34px;
	margin-top: -34px;
	margin-left: 130px;
}

.top_line {
	width: 900px;
	height: 9px;
	background-image: url(../images/top_line.gif);
	background-repeat: repeat-x;
}

.menu_bg {
	width: 900px;
	height: 45px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
}

.search_keyword {
	font-family: arial;
	font-size: 11px;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #666666;
	width: 120px;
}

.top_menu_holder {
	float: right;
	margin-right: 31px;
	border-left: 1px solid #999999;
}

.top_menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.top_menu li {
	float: left;
	border-right: 1px solid #999999;
}

.top_menu li a {
	color: #333333;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	padding: 10px 25px 9px 25px;
	//padding: 0px 25px 0px 25px;
	height: 35px;
	line-height: 35px;
}

.top_menu li a:hover {
	color: #ffffff;
	background-color: #FF8011;
}

.left_column {
	background-color: #ff8011;
	width: 280px;
}

.left_column_main_title {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

.left_column_title {
	font-size: 13px;
	color: #ffffff;
}

.left_column_readmore a {
	font-size: 12px;
	font-weight: bold;
	color: #4D4D80;
	text-decoration: none;
}

.left_column_readmore a:hover {
	color: #ffffff;
}

.left_column_principals_title a {
	font-size: 11px;
	color: #265C84;
	text-decoration: none;
}

.left_column_principals_title a:hover {
	text-decoration: underline;
}

.left_column_principals_subtitle a {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

.right_column {
	background-color: #ffffff;
	width: 620px;
}

.txt_holder {
	background-color: #E4E4E4;
	border: 2px dotted #666666;
	margin: 25px;
	margin-top: 17px;
	padding: 20px;
	padding-bottom: 13px;
	min-height: 350px;
	//height: 350px;
}

.gradient {
	background-color: #ff8011;
	height: 200px;
}

.bottom_line {
	width: 900px;
	height: 9px;
	background-image: url(../images/bottom_line.gif);
	background-repeat: repeat-x;
}

.footer_links a {
	font-size: 12px;
	color: #333366;
	text-decoration: none;
	margin-right: 20px;
}

.footer_links a:hover {
	color: #ff8011;
}

.copyright_holder {
	float: left;
	margin-left: 15px;
}

.copyright_txt {
	font-size: 9px;
	color: #65658C;
}

.ibs_holder {
	float: right;
	margin-right: 15px;
}

tr.tr_style_1 {
	background-color: #dbdbdb;
	height: 20px;
}

tr.tr_style_2 {
	/*background-color: #ffffff;*/
	height: 20px;
}

tr.tr_style_3 {
	background-color: #c2c2c2;
	height: 20px;
}
