@charset "UTF-8";
.style1 {
	font-family: arial;
	font-size:12px;
	font-weight: normal;
	color: #535353;
	font-style: normal;
	text-align: left;
	}

	
		
.style2 {
	font-family: arial;
	font-size:12px;
	font-weight: bold;
	color: #02415c;
	font-style: normal;


}


.imp {
	font-family: arial;
	font-size:10px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	}
	

	
h1 { color:#02415c; font-size:18px; font-family:Arial;  }
h2 { color:#02415c; font-size:12px; font-family:Arial;  }


A:link {text-decoration:none; color:#02415c;}
A:visited {text-decoration:none; color:#02415c;}
A:active {text-decoration:none;color:#02415c;}
A:hover {text-decoration:underline; color:#02415c;}

.imp A:link {text-decoration:none; color:#ffffff;}
.imp A:visited {text-decoration:none; color:#ffffff;}
.imp A:active {text-decoration:none;color:#ffffff;}
.imp A:hover {text-decoration:underline; color:#ffffff;}


body{ text-align: left;}
	
#site { height: 1000px; width: 1100px;margin-right:auto;margin-left:auto;position: relative; }
	
	#logo
{
	position:absolute;
	left:15px;
	top:10px;
	width:900px;
	height:100px;
	overflow:visible;
}



#menu
{
	position:absolute;
	left:15px;
	top:140px;

	overflow:visible;
}
 
#cont
{
	position:absolute;
	left:230px;
	top:125px;
	width:700px;
	height:450px;
	overflow:visible;
	text-align:left;
}

 
