/* 2010 e·Opt Solutions */

td, tr, p, div {
  font-family      : Calibri, Arial, Helvetica, sans-serif;
  font-size        : 15px;
  color            : #333333;
}
h2 {font-size:22px;color: #000062;}
h3 {font-size:20px;color: #000062;}
#nav {
	position: absolute;
	top: 220px;
	left: 0px;
	clear: both;
	width: 230px;
   }

a.menu:link{font-size:18px;
	color: #000062;
	font: Calibri, Arial, Tahoma;   
	text-decoration:none; 
	}
a.menu:visited{font-size:18px;
	color: #000062;
	font: Calibri, Arial, Tahoma;   
	text-decoration:none; 
	}
a.menu:hover{font-size:18px;
	color: #000062;
	font: Calibri, Arial, Tahoma;  	
	text-decoration:none; 
	font-weight:bold;}
	
#main{
	position: absolute;
	top: 210px;
	left: 200px;---earlier 240
	clear: both;
	width: 940px;
	font: Calibri, Arial, Tahoma;
	font-size:15px;
	color:#333333;
	height: 520;   
}

#main1{
	position: absolute;
	top: 210px;
	left: 850px;
	background-color:#ffffff;
  	}
	
a:link {
    font-size: 14px;
	color: #000033;
	text-decoration: none;
}
a:visited {
    font-size: 14px;
	color: #333333;
	text-decoration: none;
}
a:hover {
     font-size: 14px;
	color: #990000;
	text-decoration: underline;
}
a:active {
    font-size: 14px;
	color: #333333;
	text-decoration: none;
}

