﻿body
{
	background-color: #ffffff;
    background-image: url("images/bkg.jpg");
    background-position: top center;
    background-repeat: repeat-x;
	margin:0px; font-family: arial, helvetica, sans-serif;
	font-size:12px; color:#000000;

	
	
}

.content
{
	color: #000000;
	font-size:12px;
	text-align: left; 

}

.red_text
{
	color: #cc0000;
	font-size:12px;
	font-style:italic;
	font-weight: bold;
	

}	
a:link
{
	color:#C00000;
	
}
a:visited
{
	color: #000; 
} 
a:active 
{
	color: #666;
}
a:hover
{
	color:#333;

}


h1, h2, h3, h4, h5, h6
{
	font-family: arial, helvetica, sans-serif;
}
h1
{
	color: #c00000;
	font-size: 14px;
	font-weight:bold;
	text-align: left;
}
h2
{
	color: #666666; 
	font-size: 12px;
	font-weight:bold
}
h3
{
	color: #999999;
	font-size:10px; 
	font-weight:bold
}

.footer
{
	color: #C00000;
	font-size:10px; 
	font-weight: bold;
}

.footer2
{
	color: #666666;
	font-size:11px; 
	font-weight: bold;
}
