/* CSS Document */

html, body, form, h2, p
{	
	margin: 0px;
	padding: 0px;
}

body
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#265988;
	line-height:16px;		
	text-decoration:none;
	margin-right: auto;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#3d3d3d;	
	
}


h2{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#265988;
	line-height:26px;
	
}


a.navi
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;

}

a.navi:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#000000;
	font-weight:bold;
	text-decoration:none;

}
a.navi:hover
{
	color:#da251c;
	text-decoration:underline;
}

.menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#e4ca1e;
	font-weight:bold;
	text-decoration:none;

}

/*=====================
		body 
=======================*/

#body
{
	width:800px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
}

/*=====================================
		Open hedder
=======================================*/


#header
{
	float:left;
	width:800px;
	height:65px;
	background-color:#dadeee;
	
	
}


/*=====================================
		Open menu
=======================================*/


#menu
{
	float:left;
	width:800px;
	height:40px;
	background-image: url(images/img-2.jpg);
	background-repeat: repeat-x;		
}


/*=====================================
		Open flash
=======================================*/


#flash
{
	float:left;
	width:800px;
	height:273px;
	background-color:#FFFFFF;			
}


/*=====================================
		Open content
=======================================*/


#content
{
	float:left;
	width:800px;
	background-color:#FFFFFF;			
}


.subbold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;	
	color:#265988;
	font-weight:bold;
}

.subbold2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;	
	color:#265988;
	font-weight:bold;
}


.linecolor
{
	background-color:#1e3a50;
}

.blackcolor
{
	color:#000000;
}

.mainText{

font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#265988;
	line-height:16px;		
	text-decoration:none;
	font-weight:normal;
	
	
	}