/*
*
*	.,.,.,.,.
*
*/


body
{
	background-color: #9DA9C0;
	background-image: url(/static/img/v2/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:  white;
	font-size: 9pt;
	margin: 0;
	margin-top: 100px;
	width: 100%;
}

input
{
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

select
{
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div
{
	margin: 0;
	padding: 0;
}

.blo
{
	background-color: #8593BD;
	width: 100%;
	margin-bottom: 20px;
	padding: 3px;
}


div#c0
{
	margin-left: auto;
	margin-right: auto;
	Xborder: 3px dotted yellow;
	width: 870px;
}

div#menu_top
{
	background-color: #8593BD;
	float: left;
	width: 580px;
	height: 30px;
	border: 1px solid red;
}

div.col0
{
	float: left;
	width: 580px;
	Xborder: 1px dotted green;
	margin-right: 12px;	
	height: 100%;
}

div.col1
{
	float: right;
	width: 253px;
	Xborder: 2px dotted red;
	height: 100%;
}

div.cb
{
	clear: both;
}




h1
{
	font-size: 14pt;
}

h2
{
	font-size: 13pt;
}

h3
{
	font-size: 12pt;
}

h4
{
	font-size: 11pt;
}

a
{
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: yellow;
}

img
{
	border: 0;
}

a#transparent_logo
{
	position: absolute;
	top: 0px;
	left: 200px;
}

div#menu_top
{
	width: 500px;
}

th
{
	background-color: #8593BD;
	padding: 10px;
	font-weight: bold;
}

th, td
{
	text-align: left;
	vertical-align: top;
}

li
{
	zlist-style-position: outside;
	list-style-position: inside;
	display: block;
	list-style: disc;
	margin: 0;
	padding: 0;
}

ul
{
	list-style: disc;
	margin: 0;
	padding: 0;
}


.menuitem
{
	visibility: hidden;
}

