body {
	margin: 5px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
#header {
	margin-top: 0px;
	width:740px;
	height:68px;
}
#menubar {
	height: 31px;
	background-image: url('images/button_back.gif');
}
#menubar td {
	font-size: 11px;
}
a {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
.button {
	font-size: 13px;
	font-weight: 700;
	padding-left: 15px;
	padding-right: 15px;
}
#content {
	margin-top: 15px;
	background: #FFF url('images/home_back.jpg') norepeat;
	border:1px solid #000;
	width:740px;
	height:796px;
	background-image:url('images/home_back.jpg');
	background-repeat:repeat
}
#content td {
	padding: 30px;
	font-size: 12px;
}
#content a {
	color: #000000;
	border-bottom: 1px dashed #0077AA;
}
#content2 {
	margin-top: 15px;
	border:1px solid #000;
	width:740px;
	height:796px;
	background-image: url('images/content_back.jpg');
	background-repeat: repeat-y;
}
#content2 td {
	padding: 30px;
	font-size: 12px;
}
#content2 a {
	color: #000000;
	border-bottom: 1px dashed #006699;
}
.content2_header {
	width:740px;
	height:796px;
	background-image: url('images/content_header.jpg');
	background-repeat: no-repeat;
}
h2 {
	font-size: 14px;
	color: #222222;
	font-weight: 700;
	margin-bottom: 0px;
}
h3 {
	font-size: 12px;
	color: #555555;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 0px;
}
.footer {
	font-size: 9px;
	text-align: center;
	margin: 5px;
}
.footer a {
	color: #000000;
}
.breadcrumb {
	font-size: 10px;
	color: #555555;
	margin-bottom: -10px;
}
.breadcrumb a {
	color: #555555;
	border-bottom: 0px!important;
}
.plain {
	border-bottom: 0px!important;
}