@charset "utf-8";
a:link{
text-decoration: none;
color: #0000FF;
}
a:visited {
text-decoration: none;
color: #0000FF;
}
a:active {
text-decoration: none;
color: #0000FF;
}
a:hover{
text-decoration: underline;
color: #0000FF;
}
BODY {
padding: 0px;
margin: 10px 0px 10px 0px;
}
#container {
	height: auto;
	width: 770px;
	margin: auto;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	visibility: visible;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #maincontent {
	padding: 10px;
	float: left;
	width: 598px;
	height: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC3300;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC3300;
}
#container #maincontent_no_padding {
	padding-top: 10px;
	float: left;
	width: 618px;
	height: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC3300;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC3300;
}
#container #footer {
	float: right;
	width: 620px;
	height: auto;
}
#container #header {
	height: 69px;
	width: 770px;
}
#container #login {
	float: left;
	height: auto;
	width: 149px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC3300;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC3300;
}
#container #maincontent_tabbed {
	width: 618px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CC3300;
	border-left-color: #CC3300;
	float: left;
	padding-top: 10px;
}

<!--layout header css-->
.style1 {font-size: 12px}
#header_layout_container #header_bottom #logo_link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.link {
text-decoration: none;
color: #0000FF;
}