body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/hdr_bk.gif);
	background-repeat: repeat-x;
	background-color: #99CC99;
}
h1 {
	margin: 0px;
	padding: 3px;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	text-transform: capitalize;
	border: 1px solid #000000;
	background-color: #CCCCFF;
}
h2 {
	margin: 0px;
	padding: 3px;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	text-transform: capitalize;
	background-color: #CCCCFF;
	border: 1px solid #000000;
}
h3 {
	margin: 0px;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
	border: 1px solid #000000;
	background-color: #CCCCFF;
	font-size: 12px;
}
h6 {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	text-transform: capitalize;
}
.warning {
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}
.tab {
	font-size: 9px;
	text-transform: capitalize;
	text-decoration: none;
}

.content {
	margin: 0px;
	padding: 0px;
	background-color: #99CC99;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.subcontent {
	margin: 0px;
	padding: 0px;
	background-color: #99CC99;
	border: 1px solid #000000;
}
.menu_lt {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.submenu_lt {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.submenu_rt {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}


a:link {
	text-decoration: none;
	color: #660099;
}
a:visited {
	text-decoration: none;
	color: #660099;
}
a:hover {
	text-decoration: none;
	color: #660099;
	background-color: #CCCCFF;
}
a:active {
	text-decoration: none;
	color: #660099;
}
#menu a:link {
	text-decoration: none;
	color: #660099;
}

#menu a:visited {
	text-decoration: none;
	color: #660099;
}
#menu a:hover {
	text-decoration: none;
	color: #660099;
	background-color: #99CC99;
}
#menu a:active {
	text-decoration: none;
	color: #660099;
}
.info {
}

