body, table, td, tr{
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:12px;
}

a:link, a:visited{ 
	color:#990033;
	font-weight:600;
	text-decoration:none;
}

a:hover{ 
	color:#FF3300;
	font-weight:600;
	text-decoration:underline;
}

p { 
	margin-bottom: 0px;
	margin-top: 10px;
}

.copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
}

.boxed{
	border: 1px solid #000000;
}

.nav{
	position:relative;
	top: 135px;
	left: 48px;
}

.nav_home{
	position:relative;
	top: 150px;
	left: 92px;
}


.scroller{
	height: 253px;
	width: 451px;
	width: expression('500px');
	padding:  0px 25px 0px 25px;
	overflow: auto;
	text-align: justify;	
}

.scrollerC{
	height: 253px;
	width: 451px;
	width: expression('500px');
	padding:  0px 25px 0px 25px;
	overflow: auto;
	text-align:center; 		
}