body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	color: #4D4D4D;
	background:#f5eadc url(/images/bg.png) repeat-x;
	/*background: #f1f0e0 url(/images/main_bg.png) repeat-y center 0px fixed;*/
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #3E3530;
}

h3
{
	font-weight:normal;
	font-size:16pt;
	font-weight:bold;
}
h3 a
{
    color:#2c8eb4;    
}

h3 a:hover
{
    color:#2c8eb4;
    text-decoration: underline;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #256a84;
}

a:hover 
{
    text-decoration: underline;
}

