html, body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	color: #444444;
	font-size: 11px;
}

.hightlight {
	color: #000;
	font-weight: bold;
}

a {
	color:#000000;
}

a img {
	border: 0px;
}

h1{
	font-size: 16px;
}

h2{
	font-size: 13px;
}

table {
	border: 0;
	border-width: 0;
	padding: 0;
	border-collapse: collapse;
}
td,th {
	border: 0;
	border-width: 0;
	padding: 0;
	vertical-align: top;
}

p {
	margin: 0px;
	padding: 0px;

}

#mainbody {
	padding: 25px;
	width: 850px;
}

#header {
	padding: 0px;
	width: 850px;
	height: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 26px;
	margin-left: 0px;
}

#header img.right {
	float: right;
}

#header img.left {
	float: left;
}

#flashcontainer {
	margin: 0px;
	padding: 0px;
	height: 410px;
	width: 850px;
	background-color: #F0F0F0;
}
#flashcontainer strong {
	padding: 0px;
	margin: 10px;
	display: block;

}

#tabmenu {
	height: 28px;
	width: 850px;
	margin: 0px;
	padding: 0px;
}

#tabmenu a {
	height: 21px;
	text-decoration: none;
	width: 110px;
	display: block;
	float: left;
	margin-right: 2px;
	background-image: url(images/tab_bg_center.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #434343;
	padding-top: 6px;
}

#tabmenu a.selected {
	background-image: url(images/tab_bg_center_selected.gif);
	color: #FFFFFF;

}

#tabmenu a:hover {
	text-decoration: none;
	display: block;
	float: left;
	background-image: url(images/tab_bg_center_hover.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #FFFFFF;
}

#tabmenu a span.left {
	height: 27px;
	width: 9px;
	background-image: url(images/tab_bg_left.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	display: block;
	float: left;
	margin-top: -6px;
}

#tabmenu a span.right {
	height: 27px;
	width: 9px;
	background-image: url(images/tab_bg_right.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	display: block;
	float: right;
	margin-top: -6px;
}

#tabmenu a.selected span.left {
	background-image: url(images/tab_bg_left_selected.gif);
}

#tabmenu a.selected span.right {
	background-image: url(images/tab_bg_right_selected.gif);
}


#tabmenu a:hover span.left {
	height: 27px;
	width: 9px;
	background-image: url(images/tab_bg_left_hover.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	display: block;
	float: left;
	margin-top: -6px;
}

#tabmenu a:hover span.right {
	height: 27px;
	width: 9px;
	background-image: url(images/tab_bg_right_hover.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	display: block;
	float: right;
	margin-top: -6px;
}


/* static tab */

#tabmenu div.selected {
	height: 21px;
	text-decoration: none;
	width: 110px;
	display: block;
	float: left;
	margin-right: 2px;
	background-image: url(images/tab_bg_center_selected.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #FFFFFF;
	padding-top: 6px;
}

#tabmenu div.selected span.left {
	height: 27px;
	width: 9px;
	background-image: url(images/tab_bg_left_selected.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	display: block;
	float: left;
	margin-top: -6px;
}

#tabmenu div.selected span.right {
	height: 27px;
	width: 9px;
	background-image: url(images/tab_bg_right_selected.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	display: block;
	float: right;
	margin-top: -6px;
}


/* cols settings */

#leftcol {
	width: 540px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;

}

#rightcol {
	width: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;

}
.greylines {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d3d3d3;
	border-bottom-color: #d3d3d3;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 3px;
}
.block {
	margin-bottom: 20px;
}

.download {
	padding-left: 30px;
	background-image: url(images/download_icon.gif);
	background-repeat: no-repeat;
	background-position: 10px 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.download a {
	color: #ff2f00;
	text-decoration: none;

}
.download a:hover {
	color: #ff2f00;
	text-decoration: underline;

}


#footer {
	height: 47px;
	width: 570px;
	clear: both;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #949494;
}
