@charset "utf-8";
/* CSS Document */
body
{
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
.main-table
{
	background:url(../images/bg.jpg);
	background-repeat:repeat-x;	
	background-color:#ffffff;
	color:#28323b;
	
}
.bottom-table
{
	background:url(../images/bottom.jpg);
	background-repeat:repeat-x;
	background-color:#383838;
	height:177px;	
	color:#9e9d9d;
	
}
.footer
{
	background:url(../images/footer.jpg);
	background-repeat:repeat-x;
	height:74px;
	background-color:#262626;
	color:#9e9d9d;
}
.right-box
{
	background-color:#edebeb;
	border:1px solid #e5e5e3;
	color:#39444c;
	padding:5px;
}
.gap
{
	padding:10px 0px 10px 0px;
}
.footer_nav
{
	color:#9e9d9d;
	text-decoration:none;
}
.footer_nav:link
{
	color:#9e9d9d;
	text-decoration:none;
}
.footer_nav:active
{
	color:#9e9d9d;
	text-decoration:none;
}
.footer_nav:visited
{
	color:#9e9d9d;
	text-decoration:none;
}
.footer_nav:hover
{
	color:#9e9d9d;
	text-decoration:underline;
}
.right_nav
{
	color:#39444c;
	text-decoration:none;
}
.right_nav:link
{
	color:#39444c;
	text-decoration:none;
}
.right_nav:active
{
	color:#39444c;
	text-decoration:none;
}
.right_nav:visited
{
	color:#39444c;
	text-decoration:none;
}
.right_nav:hover
{
	color:#000000;
	text-decoration:underline;
}
.main-link
{
	color:#28323b;
	text-decoration:none;
}
.main-link:link
{
	color:#28323b;
	text-decoration:none;
}
.main-link:active
{
	color:#28323b;
	text-decoration:none;
}
.main-link:visited
{
	color:#28323b;
	text-decoration:none;
}
.main-link:hover
{
	color:#28323b;
	text-decoration:none;
}
h1
{
	color:#373737;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}



a:link { color:#28323b; text-decoration:none; font-weight:normal; }
a:hover { color:#28323b; text-decoration:none; font-weight:normal; }
a:active { color:#28323b; text-decoration:none; font-weight:normal; }
a:visited { color:#28323b; text-decoration:none; font-weight:normal; }

