
body
{
	background-color:#EFF4FF;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body,table,textarea,input
{
	font-family:Tahoma;
	font-size:13px;
	color:black;
}
textarea,input
{
	color:black;
}
a
{
	color:#d2001b;
	text-decoration:underline;
}
a:hover
{
	text-decoration:none;
}
img
{
	border:0;
}
form
{
	margin:0;
	padding:0;
}

h1
{
	font-family:"Times New Roman", Times, serif;
	font-size:32px;
	font-weight:normal;
	font-style:italic;
	color:#d2001b;
	margin:10px 0 20px 0;
}
h2
{
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	font-weight:normal;
	color:#d2001b;
	font-style:italic;
	margin:15px 0;
}
h3
{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#d2001b;
	margin:13px 0;
}

p,center
{
	margin:5px 0 7px 0;
}

table.main
{
	background:url(../images/main_bottom_bg.jpg) center bottom repeat-x;
}

table.main tr.top td.center
{
	background:url(../images/main_top_image.jpg) left top no-repeat;
}
table.main tr.top td.right
{
	background:url(../images/main_top_right.png) left top no-repeat;
}
table.main table.menu
{
	font-size:12px;
}
table.main table.menu th.item
{
	border-right:1px solid #7FAAFF;
	background-color:#0055FF;
	padding:7px 0 7px 25px;
	font-weight:normal;
	text-align:left;
	color:white;
}
table.main table.menu th.selected
{
	background-color:#D0142C;
}

table.main table.menu th.item a
{
	color:white;
	text-decoration:none;
}
table.main table.menu td.item
{
	border-right:1px solid #7FAAFF;
	border-left:1px solid #7FAAFF;
	border-bottom:1px solid #003090;
	border-top:1px solid white;
	background-color:#C3D7FF;
	padding:7px 0 7px 25px;
	color:black;
}
table.main table.menu td.selected
{
	background-color:#FF96A4;
}
table.main table.menu td.item a
{
	color:black;
	text-decoration:none;
}
table.main table.menu td.first
{
	border-top:0;
}
table.main table.menu td.last
{
	border-bottom:0;
}

table.main div.content
{
	background-color:white;
	border:1px solid #7FAAFF;
	border-bottom:0;
	padding:10px 20px 20px 20px;
	text-align:left;
}

table.main div.content img
{
	border:1px solid #7FAAFF;
}

table.main div.content div.list span.name
{
	font-weight:bold;
	color:#0055FF;
}

table.main div.content div.list div.description
{
	border-top:1px solid black;
	padding-top:5px;
	margin-top:5px;
	margin-bottom:20px;
}

table.main div.topmenu
{
	position:relative;
	left:20px;
	top:271px;
}

div.counters
{
	float:left;
	position:relative;
	width:300px;
	left:400px;
	top:90px;
}
div.ditgroup
{
	float:left;
	position:relative;
	width:200px;
	left:400px;
	top:90px;
	font-size:11px;
	color:#739eff;
}
div.ditgroup a
{
	color:#739eff;
}

div.pages
{
	width:100%;
	padding:10px 0;
	text-align:center;
}
div.pages a, div.pages span
{
	width:30px;
	padding:0 5px;
}


