/* --------- 1. defaults  --------- */
body 
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px; 
	padding:0px; 
}
hr  
{
	color: #303390;
	height: 1px;
}
.main_box 
{
	height:90%; 
	width:90%;
	margin-top: 10px;
	margin-right:auto;
	margin-left:20px;
	margin-bottom: auto;
}
.boxxy 
{
	margin-top: 2px;
	margin-bottom: 10px;
	margin-right: 20px;
}
.text_black_14
{
	font-size: 14px;
}
.text_black_13
{
	font-size: 12.5px;
}
.text_black_12
{
	font-size: 12px;
}
.text_black_11
{
	font-size: 11px;
}
.text_black_10
{
	font-size: 10px;
}
.footer
{
	font-size: 11px;
}
.double_indent
{
	margin-right: 40px;
}
/* ---------- 3. links and navigation ---------- */
a 
{
	font-size: 12px;
	color: #FF0000;
	text-decoration:none;
	border=0;
}
		
a:hover 
{
	color: #3F7140;
	border=0;
}		
/* ---------- 4. fonts ---------- */
h1, h2, h3, h4, p, ul 
{
	margin-bottom: 2px;
}

h1 
{
	font-size: 28px;
}

h2 
{
	font-size: 14px;	
}

h3 
{
	font-size: 12px;
}
		
h4 
{
	font-size: 10px;	
}

p 
{
	font-size: 12px;	
}

td
{
	font-size: 12px;
}

ul 
{
	
} 