/* CSS Document */

body {
	background-image:url(../images/bg2.jpg);
	background-repeat:no-repeat;
	background-color:#E2E2E2;
	padding:15px;
	background-position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	}
	
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size:12px;
	padding-left:15px;
}
	
#main {
	width:985px;
	margin-left:auto;
	margin-right:auto;
	}
	
p, td, div {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	line-height:20px;

	}
	
.img2 {
	padding:5px;
	border:1px #DDDDDD solid;
	margin-right:14px;
	margin-bottom: 8px;
	}
	
.img3 {
	padding:5px;
	border:1px  #CCCCCC solid;
	margin-right:14px;
	margin-bottom: 8px;
	}	
	
	
h1 {
	font-size:18px;
	color:#555555;
	}
	
h2 {
	font-size:18px;
	color:#555555;
	}
	
h3 {
	font-size:18px;
	margin-top:0px;
	margin-bottom:18px;
	color:#555555;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
	
#footer {
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	height:56px;
	padding-top:18px;
	font-size:11px;
	color:#AAAAAA;
	}
	
.footer p, td, div {
	font-size:11px;
	color:#AAAAAA;
	line-height:14px;
}

#footer a {
	font-size:11px;
	color:#AAAAAA;
	line-height:14px;
	text-decoration:underline;
	}
	
#footer a:hover {
	font-size:11px;
	color:#AAAAAA;
	line-height:14px;
	text-decoration:none;
	}
