﻿body{
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	color: #000;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-y;
}

.mainlayer{
	position: absolute;
	left: 130px;  /* 137px */
	top: 105px;
	width: 800px;  /* 630px */
	z-index: 6;
}

.class{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000;
}

.formFields{
	color: #000;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #fff
}
.errorFormFields{
	color: #fff;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #d6e0f5;
}

.main{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
}

.copyright{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #fff;
}
.title{
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.subtitle{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.rowLink{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

a{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #00839b;  /* #000 */
	text-decoration: underline;
}

a:visited{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #004d7c;  /* #666 */
}

a:hover{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #00839b;  /* #000 */
}

a.menulink			{font-size: 10px; color: #fff; text-decoration: none;}
a.menulink:visited	{font-size: 10px; color: #eee; text-decoration: none;}
a.menulink:hover	{font-size: 10px; color: #fff; text-decoration: underline;}
a.menulink:active	{font-size: 10px; color: #fff; text-decoration: none;}

.companyList a, .companyList a:visited, .companyList a:hover, .companyList a:active{  /* listed all to make it work in IE6*/
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.tableFields{
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #00839b;
	font-weight: bold;
}

.tableContent{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #e6e6e6;
}
