body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006980;
}
a {
	color:#CC6600;
}
.frame_lt {
	background-image: url(images/frame_lt.gif);
	background-repeat: repeat-y;
}
.frame_lm {
	background-image: url(images/frame_lm.gif);
	background-repeat: repeat-y;
}
.frame_lb {
	background-image: url(images/frame_lb.gif);
	background-repeat: repeat-y;
}
.frame_mb {
	background-image: url(images/frame_mb.gif);
	background-repeat: repeat-x;
}
.frame_mt {
	background-image: url(images/frame_mt.gif);
	background-repeat: repeat-x;
}
.frame_rt {
	background-image: url(images/frame_rt.gif);
	background-repeat: repeat-y;
}
.frame_rm {
	background-image: url(images/frame_rm.gif);
	background-repeat: repeat-y;
}
.frame_rb {
	background-image: url(images/frame_rb.gif);
	background-repeat: repeat-y;
}
.top_r {
	background-image: url(images/top_r.jpg);
	background-repeat: no-repeat;
	width: 558px;
	text-align:right;
	vertical-align:top;
	padding: 5px;
}
.color_bg_b {
	background-color: #019193;
}
#menu {
	background-color: #019193;
	margin-top: 1px;
	padding-left: 20px;
	width: 100%;
	height: 23px;
}
#menu a {
	height: 23px;
	font-family: "MS Sans Serif", Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding: 4px 10px 4px 16px;
	color: #FFFFFF;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 4px 10px;
}
#menu a:hover {
background-color: #007F80;
}
#main_box {
	padding: 10px 20px;
}
h1 {
	font-size:16px;
}
h2 {
	font-size:14px;
	clear:both;
}
h3 {
	font-size:12px;
}
.pic {
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #019193;
	border-right-color: #019193;
	border-bottom-color: #019193;
	border-left-color: #019193;
	padding:1px;
	margin-bottom: 10px;
	margin-top: 4px;
}
.right {
	margin-left: 20px;
}
.left {
	margin-right: 20px;
}
.data {
	border-collapse:collapse; 
	border: solid 1px #019193;
}
ul {
	padding-left: 14px;
	padding-top:0px;
	margin-top: 4px;
	list-style:square;
}
li {
	padding-top: 4px;
}