@charset "iso-8859-1";
body    {
color: #000000;
font-size: 10px;
font-family: verdana;
margin: 0;
padding: 0;
background: #979c90;
height: 100%;
}

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

a, a:active, a:visited, a:focus {
	color: #3182b5;
}

a:hover {
	color: #802a2a;
}

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

a.footer:hover {
	color: #d1afaf;
}

.footer_bar {
	background: #979c90 url(images/bottom_bg.jpg) no-repeat;
	color: #d1afaf;
	font-family: verdana;
	font-size: 10px;
	text-align: center;
}

.main_content {
	background: #ffffff url(images/content_bg.jpg) no-repeat;
	height: 100%;
}

.main_content_02 {
	background: #ffffff url(images/content_bg_02.jpg) no-repeat;
	height: 100%;
}

.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;}