a:link	{
	color: #000099;
	font-weight: 200;
	text-decoration: none;
}

a:visited	{
	color: #000099;
	font-weight: 200;
	text-decoration: none;
}

a:hover	{
	color: #0CBAF3;
	font-weight: 200;
	text-decoration: underline;
}

a:active	{
	color: #00FF33;
	font-weight: 200;
	text-decoration: none;
}

body {
	background-color: #FFFFFF;
}

h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

h1, h2, h3, h4, h5, th, thead, tfoot {
	color: #000000;
}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	/* font-weight: 700; */
	font-style: bold;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

h4	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

h5, dt	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

h6	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 1px;
	text-transform: none;
}

img.miscleft {
	margin: 0px 10px 10px 0px;
}

img.miscright {
	margin: 0px 0px 10px 10px;
}

input, textarea, select {
	border: 1px solid #666666;
	background-color: #BEE7F3;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

ol li	{
	list-style-type: decimal;
}

ol ol li	{
	list-style-type: lower-alpha;
}

ul li	{
	list-style-image: url(../i/gen/bullet.gif);
	list-style-position: outside;
}

.bodytext {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

.bodytextdb {
	background-color: #BEE7F3;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

.bodytextlb {
	background-color: #DFF4F7;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

.celldb {
	background-color: #BEE7F3;
}

.celllb {
	background-color: #DFF4F7;
}

.copyright {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.68em;
}

.italic {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-size: 0.75em;
}

div#dropdown {
	position: absolute;	
	z-index: 100;
	visibility: hidden; 
	top: 22px;
}
div#dropdown_box_home {
	margin: 0 0 0 153px;
	padding-top: 30px;
	width: 118px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: center;
}
div#dropdown_box_page {
	margin: 0 0 0 153px;
	padding-top: 40px;
	width: 118px;
}
div#dropdown_box_page table {
	width: 118px;
}
div#dropdown_box_home a, div#dropdown_box_page a, div#dropdown_box_home td a, div#dropdown_box_page td a {
	display: block;
	padding: 3px 0;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
	color: #000;
	background: #f5f5f5;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: center;
}
div#dropdown_box_home a:hover, div#dropdown_box_page a:hover, div#dropdown_box_home td a:hover, div#dropdown_box_page td a:hover {
	background-color: #0f3;
	color: #000;
}