@charset "utf-8";
/* CSS Document */

body 
	{
		background: url(../images/back_main.gif) top left repeat-x #929196;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	}
body,td
{
	text-align: justify;
}	
h1
	{
	font-size: 1em;
	color:#00457c;
	margin-top: 12px;
	margin-bottom:8px;
	font-weight: normal;
	}

h2
	{
	position: relative;
	display: block;
	font-size:1.1em;
	text-transform:uppercase;
	color:#00457c;
	padding: 5px;
	background-color: #f2f6f8;
	margin-top: 5px;
	margin-bottom:5px;
	font-weight: normal;
	}
h3
{
	font-size:1.1em;
	text-transform:uppercase;
	color:#00457c;
	font-weight: bold;
	margin: 0px;	
}
img
	{
	border-color:#666666;
	border-style:solid;
	}	

a
	{
	color: #00457c;
	text-decoration: none;
	}

a:hover 
	{
	text-decoration: none;
	color: #00457c;
	}

body
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.66em;
	color: #666666;
	line-height:135%;
	}