/* CSS Document */

body {
	margin: 0px 15px 0px 15px;
	font-family: Arial, Helvetica, Sans Serif;
	color: #3a3a3a;
	background: #afafaf;
}

h1 {
	color: #3a3a3a;
	font-size: 16px;
	margin-bottom:2px;
}

h2 {
	color: #3a3a3a;
	font-size: 14px;
}

h3 {
	color: #3a3a3a;
	font-size: 13px;
}


td {
	font-size: 14px;
	color:#666666;
}

a {
	font-size: 14px;
	font-weight: normal;
	color:#333333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

td.header {
	background: url(images/header_bg.gif) #ededed;
}

td.slogan {
	padding: 27px 0px 0px 10px;
	font-size: 14px;
	color:#666666;
	font-weight: bold;
}

td.slogan a {
	font-size: 14px;
	color:#666666;
	font-weight: bold;
	text-decoration: none;
}

td.header_l {
	background: url(images/border_left_1.gif) #ededed;
}

td.header_r {
	background: url(images/border_right_1.gif) #ededed;
}

table.top_menu, table.top_menu td {
	background: url(images/top_menu_bg.gif) #3c444f;
	font-size: 14px;
	color:#ffffff;
	white-space: nowrap;
}

table.top_menu a:link, table.top_menu a:visited {
	font-size: 14px;
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
}

table.top_menu a:hover {
	background: url(images/top_menu_hover.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

td.top_menu_selected {
	background: #db7628;
}

td.top_menu_action {
	background:  url(images/top_menu_action.gif);
}

table.block td, table.block a {
	font-size: 13px;
}
table.justify td {
	text-align: justify;
}

table.block1 {
	background: #e4d4d3;
}

table.block2 {
	background: #d1d7e3;
}

table.block3 {
	background: #d6e3d5;
}

table.content_bg {
	background: #fcfcfd;
}

td.content_bg_l {
	background: url(images/border_left_2.gif) #ededed;
}

td.content_bg_r {
	background: url(images/border_right_2.gif) #ededed;
}

td.block_delimiter {
	background: url(images/block_delimiter.gif);
}

td.footer_bg {
	background: url(images/footer_bg_t.gif);
}

td.details, td.details a {
	font-size: 11px;
	color:#999999;
}

.color1 {
	color:#ff0000;
}

div.menu {
	font-size: 16px;
	color:#ffffff;
	font-weight: normal;
}

table.menu {
	background-color: #f8f8f8;
}

.table_bg {
	background-color: #a2a2a2;
}

.tr_bg1 {
	background-color: #e4e4e4;
}

.tr_bg2 {
	background-color: #f8f8f8;
}