.mainBody
{
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 5px;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}

.menuTable
{
	background-color: #FFFFFF;
	color: #FFFFFF;
	padding: 1;
}

div#container
{
   width: 1000px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}

.menuHead
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}

.menuItem
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	cursor: pointer;
}

h1
{
	color: red;
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	font-variant: small-caps;
	margin: 5px;
	padding: 0;
	padding-left: 5px;
}

h2
{
	color: red;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	margin: 3px;
	padding: 0;
	padding-left: 10px;
}

h3
{
	color: red;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	margin: 1px;
	padding: 0;
	padding-left: 15px;
}

h4
{
	color: green;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	margin: 1px;
	padding: 0;
	padding-left: 15px;
}

h5
{
	color: green;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	margin: 1px;
	padding: 0;
	padding-left: 15px;
}

h6
{
	color: black;
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	margin: 1px;
	padding: 0;
	padding-left: 15px;
}


label
{
	color: green;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	margin: 1px;
	padding: 0;
	padding-left: 15px;
}

input
{
	background-color: #FFFFFF;
	padding: 0;
}

p
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	white-space: nowrap;
	text-indent: 2px;
}

.link
{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #2828FF;
	white-space: nowrap;
	cursor: hand;
}

a:hover
{
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	text-decoration: none;
	color: #2828FF;
	white-space: nowrap;
	cursor: hand;
}

a:active
{
	font-size: 10px;
	font-weight: normal;
	font-family: Arial;
	text-decoration: none;
	color: #2828FF;
	white-space: nowrap;
	cursor: hand;
}

a:link
{
	font-size: 10px;
	font-weight: normal;
	font-family: Arial;
	text-decoration: none;
	color: #ffffff;
	white-space: nowrap;
	cursor: hand;
}

pasportlink
{
	font-size: 10px;
	font-weight: normal;
	font-family: Arial;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
	cursor: hand;
}

a:visited
{
	font-size: 10px;
	font-weight: normal;
	font-family: Arial;
	text-decoration: none;
	color: #ffffff;
	white-space: nowrap;
	cursor: hand;
}
a:hover
{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #ff021a;
	white-space: nowrap;
	cursor: hand;
}

a.sub:hover
{
	font-family:Arial;
	color: #ff021a;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}	

a.sub:link
{
	font-family:Arial;
	color:#1e6111;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

a.sub:active
{
	font-family:Tahoma, sans-serif;
	color:#1e6111;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

a.sub:visited
{
	font-family:Tahoma, sans-serif;
	color:#1e6111;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}


