﻿body 
{
	font-size: 12px;
	font-family: 'Arial', 'Verdana';
	text-align: center;
	background: #DEDEDE;
	margin-top: 20px;
}

body *
{
	text-align:left;
}

b, strong
{
	color: #393C71;
}

b.Red
{
	color: #FF0000;
}

a
{
	color: #393C71;
	text-decoration: underline;
}
a:hover
{
	color: #FF0000;
}

a img {border:none;}


div.Main
{
	margin: auto auto;
	width: 908px;
	background: #FFFFFF;
}

div.Main div.Head
{
	padding-left: 70px;
	padding-right: 70px;
	height: 64px;
	overflow: hidden;
	background: url('/gfx/divHeadBackground.jpg') top left transparent no-repeat;
}

div.Main div.Content
{
	width: 768px;
	overflow: hidden;
	margin: 0px 70px;
}

div.Main div.Body
{
	width: 767px;
	height: 460px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}

div.Menu
{
	width: 768px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.RootMenu div
{
	margin-right: 1px;
	padding-left: 10px;
}

table.RootMenu div.Off
{
	background: url('/gfx/divMenuOffBackground.jpg') top left transparent repeat-x;
}

table.RootMenu div.On
{
	background: url('/gfx/divMenuOnBackground.jpg') top left transparent repeat-x;
}


table.RootMenu td, table.SubMenu td
{
	width:128px;
}

div.Menu div a, table.SubMenu div a
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	line-height: 12px;
	font-family:'Tahoma';
}

table.RootMenu div, table.SubMenu div
{
	padding: 4px; 
	padding-left: 10px; 
	margin-right: 1px;
}

table.SubMenu div a     {line-height: 16px;}

table.SubMenu div.Off   {background: #BABBCD;}
table.SubMenu div.Off a {color: #393C71;}

table.SubMenu div.On   {background: #5B6592;}
table.SubMenu div.On a {color: #FFFFFF;}

div.Contact {margin-top: 14px;}
div.Contact * 
{
	font-weight: bold;
	color: #3C3F73;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
}

div.Foot
{
	height: 40px;
	background: url('/gfx/divFootBackground.jpg') no-repeat center center #FFFFFF;
}

div.Foot marquee *
{
	line-height: 40px;
	text-decoration: none;
	font-weight: bold;
	color: #3C3F73;
	font-size: 11px;
}

div.Foot marquee span
{
	margin-right: 20px;
	padding-left: 15px;
	background: url('/gfx/spanFootBackground.jpg') no-repeat center left;
}

div.Home
{
	width: 768px;
	text-align: right;
	margin: 0 auto;
}

div.Home a {font-weight: bold;}

table.Pager td {width:25px; height:25px; text-align:center;}

div.Navigator a {font-weight: bold;}

div.Navigator a.Last {color: #FF0000;}
div.Navigator span {font-family:'Courier';}

table.Split
{
	table-layout: fixed;
	width: 747px;
}
table.Split td {vertical-align: top;}
table.Split td.Left
{
	width: 383px;
	overflow: hidden;
}
table.Split td.Right {padding-left: 10px;}

td.Form
{
	background: #000000;
	text-align: left;
	border:solid #AAAAAA 1px;
}

table.FormHead
{
	background: url('/gfx/divMenuOffBackground.jpg') top left transparent repeat-x;
}

td.FormTitle
{
	font-weight: bold;
	color: #FFFFFF;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

div.FormContent
{
	background: #FFFFFF;
	padding: 0px;
}

div.FormStatus
{
	background: #999999;
}

td.FormClose
{
	background: url('/gfx/imgClose.gif') no-repeat center center;
}

table.ImageGallery
{
	border:solid #AAAAAA 1px;
}

table.ImageGallery td.Title
{
background: url('/gfx/divMenuOffBackground.jpg') top left transparent repeat-x;
height:23px;
}

table.ImageGallery td.Title span
{
	padding: 3px;
	color: #FFFFFF;
}