
html
{
	width:100%; 
	height:100%; 
	background:#FFF;
}

body 
{  
	margin: 0px auto;
	padding: 0px;
	background-color: white;
	
	position: relative; 
	width: 920px; 
	height: 100%;
	color: #747474; 
	font: normal 11px Arial, Helvetica, sans-serif; 
	line-height: 1;
}
table
{
	border-collapse: collapse;
}

td
{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

html, div, dl, dt, dd, ul, li, ul li, h1, h2, p, form, fieldset, input, label, legend, img, a
{
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	vertical-align:baseline;
}

ul
{
	padding: 0px;
	margin: 0px;
}

ul li
{
	list-style: none;
}

img
{
	border: none;
}

a
{
	color:#747474; 
	text-decoration:underline;
}
a:hover
{
	text-decoration:none;
}

form.search
{
	display: block;
	width: 257px;
	height: 29px;
	background: white url("/images/site/search.jpg") no-repeat left bottom;
	float: right;
	margin: 1px 11px 0px 0px;
}
form.search input
{
	margin: 4px 0px 0px 35px;
	background-color: #ffffff;
	border: none;
	width: 210px;
	height: 16px;
	color: #333333;
	font-size: 15px;
}

td.menu ul
{
	padding-top: 10px;
}

td.menu li
{
	display: block;
	float: left;
	margin: 5px;
}

td.menu li a:link,td.menu li a:visited
{
	font-size: 14px;
	padding: 3px;
	color: #111111;
	text-decoration: none;
}

td.menu li a:active,td.menu li a:hover, td.menu a.select:link, td.menu a.select:visited
{
	color: white;
	background-color: #868686;
}

hr
{
	height: 1px;
	text-align: center;
	width:  80%;
	border: none;
	background-color:#ababab;
}

div.levels
{
	font-size: 8pt;
	display: inline;
}

div.date2
{
	display: inline;
	float: right;
	color: #ff9600;
	font-weight: bold;
	font-size: 8pt;
	margin: 0px 0px 5px 10px;
}

table.dopnavigate
{
	border: 1px solid #D0D0D0;
}

table.dopnavigate th
{
	text-align:center;
	background-color:#D0D0D0;
	color: white;
}

table.dopnavigate th a
{
	color: white;
}

table.dopnavigate td
{
	padding: 5px;
}

table.dopnavigate td a:link, table.dopnavigate td a:visited
{
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}

table.dopnavigate td a:hover, table.dopnavigate td a:active
{
	text-decoration: underline;
}

table.list
{
	width: 70%;
}

table.list td b
{
	font-size: 11pt;
}

table.list img
{
	margin-top: 0px;
}

ul.list
{
	margin-bottom: 60px;
}

ul.list li
{
	list-style-type: none;
	float: left;	
}

ul.list li a:link, ul.list li a:visited
{
	float: left;
	display: block;
	width: 40px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	background-color: #e0e0e0;
	border: 1px solid #e0e0e0;
	padding: 7px 0px 0px 0px;
	margin: 5px;
	
	font-size: 16px;
	text-decoration: none;
}

ul.list li a:hover, ul.list li a:active
{
	background-color: #d0d0d0;
}

ul.list li.selected a:link, ul.list li.selected a:visited
{
	font-weight: bold;
}

div.bottom
{
	padding: 0px 20px 20px 20px;
	color: #b8abb7;
}

div.bottom div
{
	float:right;
	margin-left: 20px;
}
