body {
	font-style: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	background-color: #fff;
}

.main {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 600px;
}

td {
	color: #325780;
	font-weight: normal;
	font-size: 11px;
	line-height: 17px;
	background-color: #eef4fa;
	padding-top: 10px;
	padding-bottom: 10px;
}

.row1 {
	color: #6483b5;
	padding-left: 16px;
	width: 24%;
}

.row2 { width: 36%; }

.row3 {
	padding-right: 10px;
	width: 40%;
}

h1 {
	color: #325780;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}

h2 {
	color: #325780;
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
}

p {
	color: #325780;
	font-weight: normal;
	font-size: 11px;
	line-height: 17px;
}

a { text-decoration: none; }
a:link { color: #6483b5; }
a:visited { color: #8cabd7; }
a:hover { color: #325780; }
a:active { color: #325780; }
img { border: 0; }

.imagepad {
	margin: 2px;
	padding: 2px;
}

.dlimage { margin-left: -8px; }
.text { margin-left: 24%; }

.footer {
	float: left;
	position: relative;
	left: 0px;
	width: 24%;
}

.mail a, .mail a:link, .mail a:visited {
	background: url(../../images/subnav/mail_icon_off.gif) no-repeat 0 0;
	padding: 5px 0 5px 22px;
}

.mail a:hover {
	background: url(../../images/subnav/mail_icon_on.gif)no-repeat 0 0;
	padding: 5px 0 5px 22px;
}

.download a, .download a:link, .download a:visited {
	background: url(../../images/subnav/download_icon_off.gif) no-repeat 0 0;
	padding: 5px 0 5px 20px;
	margin: 0 0 0 -8px;
}

.download  a:hover {
	background: url(../../images/subnav/download_icon_on.gif)no-repeat 0 0;
	padding: 5px 0 5px 20px;
	margin: 0 0 0 -8px;
}

.text a,   .text a:link,  .text a:visited {
	background: url(../../images/subnav/link_icon_off.gif) no-repeat 0 0;
	padding: 5px 0 5px 22px;
}

 .text a:hover {
	background: url(../../images/subnav/link_icon_on.gif)no-repeat 0 0;
	padding: 5px 0 5px 22px;
}

table{
	width: 99%;
}