BODY
{
	font-family: Arila, Helvetica, sans-serif;
	background-color: #001675;
	background-image: url(../img/back.png);
	background-repeat: repeat-y;
}

A
{
	color: #001675;
	text-decoration: none;
	font-weight: bold;
}

A:hover
{
	text-decoration: underline;
}

H1
{
	color: #001675;
	font-weight: bold;
	font-size: 11pt;
	margin-left: 10px;
	margin-top: 11px;
	margin-bottom: 3px;
}

P
{
	font-size: 10pt;
	margin-top: 0px;
}

IMG
{
	margin: 5px;
	border: 2px solid #001675;
}

IMG.Right
{
	margin-right: 0px;
}

IMG.Left
{
	margin-left: 0px;
}

DIV#Main
{
	position: absolute;
	left: 192px;
	top: 112px;
	width: 574px;
	background-image: url(../img/mainback.png);
	z-index: 2;
}

DIV#Main DIV
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

DIV#Menu
{
	position: absolute;
	left: 0px;
	top: 127px;
	width: 186px;
	z-index: 2;
}

DIV#Menu DIV
{
	text-align: right;
	margin-right:7px;
	font-size: 9pt;
}

DIV#Contact
{
	position: absolute;
	left: 600px;
	top: 30px;
	width: 155px;
	height: 75px;
	text-align: right;
	font-size: 8pt;
	color: white;
	z-index: 2;
}

DIV#Contact A
{
    font-weight: normal;
    color: white;
}

DIV#Logo
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 127px;
	background-image: url(../img/back_noline.png);
	z-index: 1;
}

DIV#Logo IMG
{
	position: absolute;
	left: 101px;
	top: 15px;
	width: 337px;
	height: 99px;
	margin: 0px;
	border: 0px;
}
