@charset "utf-8";
/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #1e1e1e;
	color: silver;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

table
{
	border-spacing: 4px;
}

table img
{
	border: 1px solid #333333;
}
h1 { font-size:17px; letter-spacing:3px; color:#818181; font-weight:normal; margin:9px 0 0 10px;}
.contacts {  margin:10px 0 0 10px; color:#505050; font-family: Verdana; font-size: 9px; }
.contact_info { margin:10px; line-height:19px; font-family: Verdana; font-size: 9px;}
a:link,a:visited {color:silver; text-decoration:none;}
.dark {color:#656565;}
#header
{
	background-image: url(/images/header_bg.gif);
	background-repeat: repeat-x;
	color: #666666;
	height: 49px;
	text-align: right;
}

#header-logo
{
	padding-top: 5px;
	float: left;
}

#header-links
{
	float: right;
	padding-top: 15px;
	padding-right: 10px;
	text-align: right;
}

#header a:link, #header a:visited
{
	color: #666666;
	text-decoration: none;
}

#header a:active, #header a:hover
{
	color: #888888;
	text-decoration: none;
}