@charset "iso-8859-1";
body    {
color: #000000;
font-size: 12px;
font-family: verdana;
margin: 0;
padding: 0;
background: #cccccc url(images/main_bg.jpg) repeat-x;
}

.content_bg {
	background: #ffffff url(images/content_bg.jpg) repeat-x;
}

.sidebar {
	background: #eeeeee url(images/sidebar_bg.jpg) repeat-x;
}

div, table, tr, td  {
font-size: 11px;
}

a, a:active, a:visited, a:focus {
	color: #4b806e;
	text-decoration: underline;
}

a:hover {
	color: #4b806e;
	text-decoration: none;
}

a.footer, a.footer:active, a.footer:visited, a.footer:focus {
	color: #685c5c;
}

a.footer:hover {
	color: #802a2a;
}

.sidebar_text {
	font-family: verdana;
	font-size: 11px;
	color: #6b6b6b;
}

.footer {
	font-family: verdana;
	font-size: 10px;
	color: #999999;
}

.button
{border: 1px;
border-style: solid;
border-color: #333333;
background: #CCCCCC;
font-family: verdana;
font-size: 10px;}

.text
{border: 1px;
border-style: solid;
border-color: #333333;
background: white;
font-family: verdana;
font-size: 10px;
height: 18px;
width: 150px;}