body {
	margin: 0;
	padding: 20px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #333333;
	background-image: url('../_images/bg.gif');
	background-repeat: repeat;
}

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #333333;
}

.noline a:link, .noline a:visited, .noline a:active {
	text-decoration: none;
}

p {
	line-height: 16px;
	margin: 8px 0px 0px 0px;
}

.small {
	font-size: 9px;
	color: #999999;
}

.small a:link, .small a:visited, .small a:active {
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}

.small a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #333333;
}

div.button {
	display: inline;
}

div.button a:link, div.button a:visited, div.button a:active {
	font-weight: bold;
	background: #ffffff;
	border: 1px solid #666666;
	color: #666666;
	padding: 2px 4px 2px 4px;
	margin-right: 8px;
	text-decoration: none;
}

div.button a:hover {
	border: 1px solid #666666;
	background: #666666;
	color: #ffffff;
	text-decoration: none;
}

.transparent a:link, .transparent a:visited, .transparent a:hover, .transparent a:active {
	background: transparent;
}

.more a:link, .more a:visited, .more a:active {
	color: #336699;
	text-decoration: none;
}

.more a:hover {
	background: transparent;
	color: #336699;
	text-decoration: none;
}

#container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 85px;
	background: url('../_images/logo.gif') no-repeat 10px 40px #333333;
	color: #cccccc;
	padding: 0px 10px 0px 10px;
}

#breadcrumb {
	height: 15px;
	background: #66aadd;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background: transparent;
}

#breadcrumb a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	background: transparent;
}

#footer {
	background: #333333;
	color: #cccccc;
	padding: 5px 10px 5px 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#footer a:link, #footer a:visited, #footer a:active {
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}

#footer a:hover {
	font-weight: bold;
	color: #cccccc;
	text-decoration: underline;
}

div.content_top {
	background-image: url('../_images/shadow.gif');
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 5px 10px 10px 10px;
	border-bottom: 1px solid #999999;
}

div.content {
	margin-top: 10px;
	background: #ffffff;
	padding: 5px 10px 10px 10px;
	border-bottom: 1px solid #999999;
}

#navigation {
	float: left;
	width: 175px;
	line-height: 16px;
}

#wrapper {
	float: right;
	width: 665px;
}

#main-content {
	float: left;
	width: 480px;
}

#sub-content {
	float: right;
	width: 175px;
}

div.side-block {
	background-color: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
}

div.links-block {
	margin-bottom: 10px;
}

div.links_title {
	background: #ffffff;
	color: #333333;
	padding: 1px 4px 1px 4px;
	border-bottom: 1px solid #999999;
}

h1 {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #336699;
	margin: 4px 0px 1px 0px;
}

h2 {
	color: #66aadd;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0;
}

h3 {
	color: #336699;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0 0 4px 0;
}

h4 {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #666666;
	margin: 4px 0px 1px 0px;
}

.note {
	color: #cc9933;
	font-weight: bold;
}

.input_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	background: #dddddd;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff
}

.input_button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	background: #dddddd;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666
}

.bb_block {
	padding: 5px;
	background-color: #f0f0f0;
	border: 1px dotted #cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bb_underline {
	border-bottom: 1px solid #999999;
}

.mandatory {
	color: #336699;
	font-weight: bold;
}