html, body, form, img, table, td {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c3c3c;	
} 
body {
	background: #ebebeb;
	text-align: center;
}
html, body {
	height: 100%;
	background: url(../images/body_bg.png);
}
td {
	vertical-align: top;
}

td.empty {
	font-size: 1px;
}
img {
	border: 0px;
}

input.textfield {
	width: 100px;
	height: 14px;
	border: 1px solid #7d869c;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 2px 0;
}

p {
	margin-top: 0px;
	margin-bottom: 14px;
}

a {
	color:#249c24;
	text-decoration: underline;	
}

a:hover {
	color:#249c24;
	text-decoration: none;
}



#main {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 780px;
	background: white;
}


#menu {
	margin-top: 15px;
	margin-left: 13px;
	width: 189px;
	border-top: 1px solid #ebebeb;
}

#menu a {
	display: block;
	width: 100%;
	padding: 4px 0;
	text-indent: 40px;
	font-size: 12px;
	font-weight: bold;
	color: #434343;
	text-decoration: none;
	background: url(../images/menu_point.png) #fff no-repeat;
	background-position: 0px 0px;
	border-bottom: 1px solid #ebebeb;
}
#menu a:hover {
	color: #22a222;
	text-decoration: none;
	background: url(../images/menu_point.png) #fff no-repeat;
	background-position: 1px 0;
}



.img1 {
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-top: 2px;
	border: 1px solid #767676;
}

.img2 {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 2px;
	border: 1px solid #417bdc;
}

.img3 {
	float: right;
	margin-left: 12px;
	margin-bottom: 5px;
	margin-top: 2px;
	border: 1px solid #079707;
}


.sep1 {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin-top: 22px;
	padding-bottom: 15px;
	background: url(../images/hsep1.png) repeat-x;
}

.sep2 {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin-top: 22px;
	padding-bottom: 15px;
}


td.footer {
	padding: 32px 0 2px;	
	text-align: center;
	color: #434343;
	font-size: 11px;
}

td.footer a {
	color: #434343;
	text-decoration: none;
	font-size: 11px;
} 
td.footer a:hover {
	color:#249c24;
	text-decoration: underline;
}

td.copyright {
	font-size: 11px;	
	color: #899889;
	text-align: center;
	padding-top: 10px;
}

td.copyright a {
	color: #899889;
	text-decoration: underline;
}

td.copyright a:hover {
	color: #899889;
	text-decoration: none;
}



/*div {
	border: 1px solid green;
}*/

.float_close {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

