/* CSS Document */

body
{
	color: #000000;
	background: #F9F9F9;
	margin: 0px;
}

a
{
	color: #576568;
	text-decoration: none;
}

a:hover
{
	color: #93AF09;
}

h2
{
	font-size: 17px;
	font-weight: bold;
	font-family: arial;
	color: #576568;
	display: inline;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	color: #576568;
	display: inline;
	letter-spacing: 1px;
}

h4
{
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
	color: #576568;
	display: inline;
	letter-spacing: 1px;
}

.whole_table
{	
	width: 772px;
	border: 1px solid #ECECEC;
	background: #FFFFFF;
}

td.header
{
	background: #576568;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding: 10px;
	vertical-align: top;
}

td.header a
{
	color: #C3D8DC;
	text-decoration: none;
}

td.header a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.menu_style
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #576568;
	letter-spacing: 0.2pt;
}

.menu_style td
{
	height: 44px;
	text-align: left;
	border-bottom: 1px solid #ECECEC;
}

.main_body
{
	width: 100%;
	margin: 10px;
}

.right_col
{
	font-size: 11px;
	font-family: Arial;
	color: #576568;
	text-align: justify;
	line-height: 15px;
	margin-right: 10px;
}

.left_col
{
	background-color: #FFFFFF;
	background-image: url(images/left-column-bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 20px;
	font-size: 11px;
	font-family: Arial;
	color: #576568;
	text-align: justify;
	line-height: 15px;
}

.left_col a
{
	color: #93AF09;
}

.left_col a:hover
{
	color: #576568;
}

.image
{
	border: 1px solid #999999;
	margin: 2px 10px 10px 0px;
	float: left;
}

.footer
{
	width: 100%;
	border-top: 6px solid #576568;
	font-size: 11px;
	font-family: Arial;
	color: #576568;
	height: 50px;
}

.footer td
{
	padding: 0px 20px;
}