body {
	background-color: #A93434;
	margin: 0; padding: 0;
	font-size: 10pt;
	color: #444;
}
td {
	margin: 0; padding: 0;
	vertical-align: top;
	font-size: 10pt;
}

#header {
	margin:0; padding: 0;
	height: 103px;
	background-image: url(../img/logo_main.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top left;
	text-align: right;
	vertical-align: top;
}
#header a:link, #header a:visited {
	color: #9E9E9E;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
#header a:hover {
	color: #4A4A4A;
}
.header_separator {
	margin:0; padding: 0;
	width: 1px; height: 50px;
	background-color: #9E9E9E;
	vertical-align: text-top;
}
#header h1, #header h2 {
	display: none;
}

#footer {
	background-color: #FC9701;
	background-image: url(../img/logo_bottom.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 27px; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #fff;
}
#footer a:link, #footer a:visited {
	color: #fff;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#footer p {
	margin: 5px;
}


#column_td {
	margin:0; padding: 0;
	width: 172px;
	background-image: url(../img/circle_left.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: top;
}
#content_td {
	margin:0; padding: 0;
	background-image: url(../img/circle_right.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: top;
}

#content, #content_home {
	margin: 0 10px 10px 10px;
}
#content {
	padding: 0 10px 0 10px;
	border-top: 1px solid #9E9E9E;
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 10pt;
}
#content h1, #content h2, #content h3 {
	margin-top: 5px;
	font-size: 14pt;
}
#content h2, #content h3 {
	font-size: 13pt;
}
#content a:link, #content a:visited {
	color: #FC9701;
}
#content a:hover {
	text-decoration: none;
}


/* -- column start -- */
#column {
	margin-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #9E9E9E; 
	border-right: 1px solid #9E9E9E; 
	min-height: 360px;

	font-family: Verdana, sans-serif;
	font-size: 8pt;
}
#column small {
	color: #888;
}
#column p {
	margin-top: 10px;
}
#column a:link, #column a:visited {
	color: #888;
	text-decoration: none;
}
#column a:hover {
	text-decoration: underline;
}
#column_title_box {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #4A4A4A;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #888;
}

#column ul {
	margin-top: 5px;
}
#column li {
	margin-left: -20px;
	list-style-type: square;
}

/* -- column end -- */


.promo{
	border: 0;
	margin-bottom: 10px;
}




.hilite_td {
	border-top: 1px solid #9E9E9E;
	border-right: 1px solid #9E9E9E;
}
.hilite_td_last {
	border-top: 1px solid #9E9E9E;
}

.hilite {
	width: 160px;
	padding: 0 5px 5px 5px;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
}
.hilite p {
	margin: 0; padding: 0;
	margin-top: 10px;
}
.hilite a:link, .hilite a:visited {
	color: #FC9701;
	text-decoration: none;
}
.hilite a:hover {
	text-decoration: underline;
}
.hilite_title_box {
	margin: 5px 0 10px 0;
	border-bottom: 1px dotted #888;
}


.title_first_word {
	color: #FC9701;
	font-style: italic;
	font-weight: bold;
	font-size: 13pt;
	font-family: Arial, sans-serif;
}
.title_next_word {
	color: #4A4A4A;
	font-weight: bold;
	font-size: 13pt;
	font-family: Arial, sans-serif;
}


.msg_error {
	color: red;
}
.msg_info {
	color: green;
}


.table_list th {
	padding: 0 5px 0 5px;
	background-color: #FFB13D;
	font-size: 85%;
}
.table_list td {
	padding: 0 5px 0 5px;
	background-color: #FFE5BF;
}