/* General CSS */

H1 { font-size: 18; font-family:  "Arial"; }
H2 { font-size: 18; font-family:  "Arial" ;}
H3 { font-size: 14; font-family:  "Arial"; }
H4 { font-size: 12; font-family:  "Arial";  }

BODY
{
	font-family: "Arial";
	font-size: 8pt;
	background: url(../images/back.jpg); 
	background-repeat: repeat-y repeat-x;
	background-attachment:fixed;
}

.main
{
    border:none;
	background-color:#FFFFFF;
    position:absolute;
	top:50px;
	left:5px;
	width:90%;
	font-family: "Arial";
	font-size: 12pt;
    border-style : ridge;
    border-width : 5px;
}

.mainbody
{
    position:relative;
	top:1%;
	left:1%;
	width:95%;
}

.menu
{
    position:absolute;
	top:50px;
	left:15px;
	font-family: "Arial";
	font-size: 12pt;
    border-style : ridge;
    border-width : 5px;
}


.logos
{
    border:none;
	background-color:#FFFFFF;
    position:absolute;
	top:300px;
	left:15px;
	font-family: "Arial";
	font-size: 12pt;
    border-style : ridge;
    border-width : 5px;
}
.footer
{
    border:none;
    position:absolute;
	top:130%;
	left:140px;
	width:90%;

}
A:link { color:#003399 }
A:visited { color:#003399 }
A:hover	{ color:red     }
A
{
text-decoration:none;
}



