@charset "UTF-8";
/* CSS Document */

body {
	background-color: #a7dde5;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	
}

a:link {
	color: #007240;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #007240;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}



h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #007240;
	font-weight: lighter;
	font-style: italic;	
}


h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	font-weight: lighter;
	font-style: normal;
}

.bg_content {
	background-image: url(img/bg_content.png);
	background-repeat: no-repeat;
	border:none;
	width:1040px;
	
}

.bg_boddom {
	background-image: url(img/bg_bottom.png);
	background-repeat: no-repeat;
	border:none;
	width:1040px;	
}

.table_content {
	border:none;
	width:950px;
}

.table_content_cellheight {
	border:none;
	height:555px;
}

.table_bottom {
	border:none;
	height:20px;
}

.table_bottom_h1 {
	border:none;
	height:35px;
}
