@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;

}

body {
	background-color: transparent;
	width: 740px;
	text-align: center;
	/*background-image: url(images/transparentbackground.png);*/
	/*background-repeat:repeat-x, repeat-y;*/
}


.h1 {
	font-family:Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 20px;
	font-style: oblique, strong;
	line-height: 40px;
}

.h2 {
	font-family:Verdana, Geneva, sans-serif;
	color: #C00;
	font-size: 18px;
	text-align:center;
	font-style: italic;
	font-weight:bold;
	line-height: 40px;
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	left: 145px;
	vertical-align: bottom;
}

.h3 {
	font-family:Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 16px;
	font-style: oblique, strong;
	line-height: 40px;
}

.body_text {
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	font-size: 12px;
	text-align: justify;
	font-style:normal;
	font-weight:100;
	line-height: 22px;

}

.main_links {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFF;
	text-align:center;
	font-weight:bold;
	
}

.main_links a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:#FFF;
	text-decoration: none;
}

.main_links a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFF;
	text-decoration: underline;
}

.main_links a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #900;
	text-decoration: underline;
}

.main_links_current {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	font-style: normal;
	color: #900;
	text-decoration: underline;
}

.img_left {
	width: 350px;
	height: 234px;
	float: left;
}

.img_right {
	width: 350px;
	height: 234px;
	float: right;
}

.download_text {
	font-family:Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
}

.table_body_text {
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	font-size: 12px;
	text-align: center;
	font-style: normal;
	line-height: 22px;

}

.table_headers {
	font-family:Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
}

