﻿body 
{
	background-color: #ffffff;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color: #095AA8;

}
#mainPage 
{
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.header
{
	width: 100%;
}

.logo {
	width: 300px;
}
.titleBar 
{
	background-color:White;
	font-size: 12pt;
	font-weight: bold;
	text-align:left;
	vertical-align: middle;
	padding-left: 200px;
	font-style:italic;
}
.titleBar-small
{
	font-size: 12pt;
	font-weight: normal;
}

.mainMenu 
{
	width: 100%;
	/*background-color: #a0a0a0;*/
	
}
.mainMenu a:link, .mainMenu a:visited, .mainMenu a:hover
{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	color:White;
	font-weight: bolder;
}
.curPageTab
{
	width: 16%;
	background-color: #095AA8;
	text-align: center;
}
.pageTab
{
	width: 16%;
	background-color: #F6D12B;
	text-align: center;
}
.curPageTab:hover 
{
	background-color: #156FC7;
}
.pageTab:hover 
{
	background-color: #7AB0E3;
}

.pageHeader
{
	width: 100%;
}
.pageImage
{   
	width: 33%;
	height: 150px;

}
.pageImage imj
{
	width: 10%;
}

.pageTitle
{
	text-align: left;
	vertical-align: bottom;
	background-color: #095AA8;
	text-indent: 10px;
	color:White;
	font-weight:bolder;
}
.contentPage
{
	font-size: 10pt;
}
.footer
{
	margin-top: 20px;
	/*color: #101010;*/
	font-size: 10pt;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}
.footerLeft 
{
	text-align: left;
}
.footerRight 
{
	text-align: right;
}
.footer hr
{
	/*color: #a0a0a0;*/
	color: #8CADCD;
}

.bodyTitle
{
	font-size: 12pt;
	font-weight: bold;
}
.bodyText
{
	font-size: 10pt;
}
.newsText 
{
	font-size: 11pt;
}
.newsText li
{
	margin-bottom: 10pt;
}
.productsText 
{
	font-size: 11pt;
}
.productsText li
{
	margin-bottom: 5pt;
}


.homeText
{
   	width: 92%;
   	margin-left: 2em;
}
.rightImage
{
	float: right;
}
.leftImage
{
	float: left;
}
.centerImage
{
	text-align: center;
}
