body{
	margin: 0px 0px 0px 0px;
	/*background-image: url(../images/indexLogo.jpg);	
	background-repeat:  no-repeat;*/
	background-color:  #ffffff;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #333333;
}
.boldText {
	font-weight: bold;
	font-size: 12px;
}
.12points {
    font-weight: bold;
	font-size: 12px;
}
#main{
	position:absolute; 
	width:360px; 
	height:300px;
	top:150px; 
	left:180px; 
}
#bottom{
	position:absolute; 
	top:560px; 
	left:20px; 
}
/* links Nav*/
	A 			{ color: #999999; text-decoration: underline; } 
	A:link		{ color: #999999; text-decoration: underline; } 
	A:visited	{ color: #999999; text-decoration: underline; } 
	A:active	{ color: #E95A13; text-decoration: underline; } 
	A:hover		{ color: #E95A13; text-decoration: underline; }
	
#center {
	width:500px; 
	height:405px; 
	position:absolute; 
	top:50%; 
	left:50%; 
	margin:-250px auto auto -280px; 

}