.text 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align:justify;
}
.textnoalign
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.blocktext 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
	text-align: justify;
	padding: 10px;
	border: 1px solid #999999;
}
.blocktextnoalign 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #999999;
}
.heading 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4A7BCE;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #01226D;
}
.nav a, .nav a:hover, .holder 
{
	display: block;
	width: 130px;
	height: 25px;
	padding: 5px, 15px, 0px, 5px;
	color: white;
	font-family: arial, verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.nav a:hover, .holder
{
	color: orange;
	text-decoration: underline;
}
.borderall 
{
	border: 1px solid #000000;
}
.copyrightbkgd {
	background-attachment: fixed;
	background-image: url(images/mre_24.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

