@charset "utf-8";
/* CSS Document */

body
	{
		font-size:11px;
		font-family:Arial;
		margin:0px;
		background-repeat:repeat;
		background-color:#ffffff;
		height:900px;
		color:#4F81BD;
		
	}
#main
	{
		width:1200px;
		margin:0px auto;
	}
.header
	{
		background:url(../images/header.png) no-repeat;
		width:1200px;
		height:156px;
	}

.content
	{
		background:url(../images/body.png) no-repeat;
		width:1200px;
		height:628px;
		
		
	}


.footer 
	{	
		
		width:1200px;
		height:74px;
	}

.dotted {border-style: dashed; border: 1px; background-color:#eeeeee;} 



img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
	border:0;
}

a {	color:#263E5B; text-decoration:none; }

a:hover	{ color:#4F81BD; text-decoration:none; }

