body,td,th,p,a {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0B4595;
	line-height: 1.6em;
}

body {
	background-color: #FFFFFF;
}

p{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a:link{
text-decoration: none;
color: #006699;
}

a:visited{
text-decoration: none;
color: #006699;
}

a:active{
text-decoration: none;
color: #006699;
}

a:hover{
text-decoration: underline;
color: #000000;
}

.input {
    font-family: Tahoma;
    font-size: 12px;
    color: #0B4595;
    border: none;
    background-color: #B4E2EF;
}

.submit {
    font-family: Tahoma;
    font-size: 12px;
    color: #0B4595;
}

.head
{
	font-size: 24px;
	text-decoration: underline;
}

.main-sub-head
{
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
.sub-head
{
	font-size: 14px;
	font-weight: bold;
}

.sub-head a
{
	font-size: 14px;
}

.detail
{
	font-size: 12px;
}

.hilight
{
	font-size: 12px;
	color: #000000;
}

a.more
{
	font-size: 11px;
}

img.image-right
{
	float: right;
	margin: 10px;
}

img.image-left
{
	float: left;
	margin: 10px;
}

img.image-line
{
	clear: left;
	margin: 10px;
}

ul.category
{
	list-style-image: url('../images/grass1.jpg');
}

ul.sub-category
{
	list-style-image: none;
	list-style-type: disc;
}

ul.category li.parent a
{
	font-size: 14px;
	font-weight: bold;
}

ul.category li.parent-selected a
{
	font-size: 14px;
	font-weight: bold;
}

ul.sub-category li.child a
{
}

ul.sub-category li.child-selected a
{
	color: #3399CC;
}

td.parent-category
{
	text-align: center;
	background-color: #FF7D0D;
	font-weight: bold;
}

td.parent-category-no
{
	text-align: center;
	background-color: #FFFFFF;
}

td.parent-category a:link
{
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

td.parent-category a:active
{
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

td.parent-category a:visited
{
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

td.parent-category a:hover
{
	font-size: 14px;
	text-decoration: none;
	color: #3FB1AB;
}

.category-name
{
	font-size: 11px;
	color: #CCCCCC;
}

#menu
{
	padding: 0;
	width: 800px;
	margin: 0 auto;
	z-index:100;
}

#menu dl
{
	float: left;
	margin: 0;
	width: 131px;
}

#menu dt
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
}

#menu dd
{
	border: 0;
	padding: 0;
	margin-top: -2pt;
	margin-left: -65px;
	position: absolute;
	width: 131px;
	display: none;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li
{
	text-align: center;
	font-weight: bold;
}

#menu dt a,#menu dt a:link,#menu dt a:visited
{
	text-decoration: none;
	font-size: 14px;
	color: #00978F;
	font-weight: bold;
}

#menu dt.current a
{
	text-decoration: none;
	font-size: 14px;
	color: #FF7D0D;
	font-weight: bold;
}

#menu dt a:hover,#menu dt a:active
{
	text-decoration: none;
	font-size: 14px;
	color: #FF7D0D;
	font-weight: bold;
}

#menu li a
{
	text-decoration: none;
	display: block;
}

#menu li a:link,#menu li a:visited
{
	font-size: 14px;
	color: #FFFFFF;
	background-color: #FF9235;
}

#menu li a:hover,#menu li a:active
{
	font-size: 14px;
	color: #6FD0D7;
	background-color: #FE9B47;
}


