@charset "utf-8";
/* CSS Document */

body
{
 margin: 0 0 0 0;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#777777;
}
a
{
 color:#FFFFFF;
 text-decoration:none;
}
a:hover
{
 color:#EEEEEE;
 /*color:#CCCCCC;*/
 text-decoration:none;
}

.banner_01
{
	background:url(/static/img/synergos/header_01_bg.jpg);
	background-repeat:repeat-x;
	padding-right:10px;
}
.banner_01 a
{
	color:#000000;
	text-decoration:none;
}
.banner_01 a:hover
{
	color:#999999;
	text-decoration:none;
}
.banner_02
{
	background:url(/static/img/synergos/header-02_bg.jpg);
	background-repeat:repeat-x;
	padding-left:10px;
}
.footer
{
	/*background:url(/static/img/synergos/footer_bg.jpg);*/
    background-color: #000000;
	background-repeat:repeat-x;
	height: auto;
	font-family:Verdana;
	font-size:11px;
	color:#4E4A49;
}
.footer a
{
	font-size:11px;
	color:#4E4A49;
	text-decoration:none;
}

.footer a:hover
{
	font-size:11px;
	color:#4E4A49;
	text-decoration:underline;
}

.menu_link
{
	font-family:Lucida Sans Unicode;
	font-size:15px;
	color:#4B3408;
	padding-right:10px;
	padding-left:10px;
	text-align:center;
}
.menu_link a
{
	color:#4B3408;
	text-decoration:none;
}
.menu_link a:hover
{
	color:#006699;
	text-decoration:none;
}
.table_top_bg
{
	background:url(/static/img/synergos/table_top_bg.jpg);
	background-repeat:repeat-x;
}
#body_table
{
	background:#C3C3C3;
}
.table_heading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#7D7D7D;
	margin:0px;
}
.sub_heading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}
.even_row
{
	background:#6E6E6E;
	color:#FFFFFF;
	line-height:22px;
}
.odd_row
{
	background:#BBB9BA;
	color:#322223;
	line-height:22px;	
}
