body,td,th {
	font-size: 12px;
	color: #666666;
	line-height:20px
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #9900FF;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: underline;
	color: #0000FF;
}
.navlink:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold
}
.navlink:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold
}
.navlink:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold
}
.navlink:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #000000;
}
h2 {
	font-size: 14px;
	color: #000000;
}
h3 {
	font-size: 12px;
	color: #000000;
}.border_left {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.border_leftright {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5885A2;
}
body {
	background-color: #D2E0DB;
}
