body {
	margin: 0px;
	padding: 0px;
	background-color: #0C729D;
}
.bg_top {
	background-image: url(../images/structure/bg_midbar_03.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
}
#content_area {
	width: 740px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	padding-bottom: 20px;
}
a {
	color: #FFDEAD;
}
a:link {
	color: #FFDEAD;
}
a:hover {
	color: #FFFFCC;
	font-weight: bold;
}
a:active {
	color: #FFDEAD;
}
a:visited {
	color: #FFDEAD;
}
h1 {
	font-size: large;
	color: #66FFFF;
}
h2 {
	font-size: medium;
	color: #66FFCC;
}
.font_medium {
	font-size: medium;
}
h3 {
	font-size: small;
	color: #66FFCC;
	font-weight: bold;
}
.bg_body {
	background-attachment: fixed;
	background-image: url(../images/structure/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.img_border {
	margin: 2px;
	border: 1px solid #FFFFFF;
}
