html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

p, td {
	font-family: Arial;
	font-size: 12px;
	color: #646363;
	line-height: 18px;	
}
p {
	margin: 0px 0px 10px 0px;
}
p.center {
	text-align: center;
}

td.path {
	color: #555555;
	font-size: 12px;
	padding: 5px 0 5px 0;
}
td.path a, td.path a:link, td.path a:visited, td.path a:active {
	color: #555555;
	text-decoration: none;
}
td.path a:hover {
	color: #555555;
	text-decoration: underline;
}

h1 {
	margin: 0 0 7px 0px;
	font-family: Arial;
	font-size: 16px;
	color: #646363;
}
h1 a, h1 a:link, h1 a:visited, h1 a:active {
	color: #646363;
	text-decoration: none;
}
h1 a:hover {
	color: #20d89e;
	text-decoration: none;
}

h2 {
	margin: 0 0 9px 0px;
	color: #119068;
	font-size: 14px;
}
h2 a, h2 a:link, h2 a:visited, h2 a:active {
	color: #119068;
	text-decoration: none;
}
h2 a:hover {
	color: #20d89e;
	text-decoration: none;
}


a, a:link, a:visited, a:active {
	color: #119068;
	text-decoration: none;
}
a:hover {
	color: #20d89e;
	text-decoration: none;
}

table.menu a:link, table.menu a:visited, table.menu a:active {
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	background-image:url(../img/menu/bg.gif);
	width: 123px;
	height:60px;
	padding-top:15px;
}
table.menu a:hover {
	background-repeat: no-repeat;
	background-position: right top;
}

table.menu a.menufirst:link, table.menu a.menufirst:visited, table.menu a.menufirst:active {
	width: 124px;
	background-repeat: no-repeat;
	background-image:url(../img/menu/first.gif);
}
table.menu a.menufirst:hover {
	background-position: right top;
}

table.menu a.menulast:link, table.menu a.menulast:visited, table.menu a.menulast:active {
	width: 124px;
	background-repeat: no-repeat;
	background-image:url(../img/menu/last.gif);
}
table.menu a.menulast:hover {
	background-position: right top;
}


td.menu {
	padding: 3px 0 8px 0;
}

td.menu p {
	color: white;
	margin: 5px 0 0 10px
}

td.menu p.sub {
	color: white;
	margin: 5px 0 0 25px
}


td.menu p a, td.menu p a:link, td.menu p a:visited, td.menu p a:active, td.menu p.sub a, td.menu p.sub a:link, td.menu p.sub a:visited, td.menu p.sub a:active {
	color: white;
	text-decoration: none;
}
td.menu p.sub a:hover, td.menu p a:hover {
	color: white;
	text-decoration: underline;
}

td.stg {
	color: #3c3c3c;
	padding: 10px;
}
td.stg p {
	color: #3c3c3c;
	padding: 10px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

td.stg a, td.stg a:link, td.stg a:visited, td.stg a:active {
	color: #03865f;
	text-decoration: none;
}

td.stg a.stg, td.stg a.stg:link, td.stg a.stg:visited, td.stg a.stg:active {
	color: #3c3c3c;
	text-decoration: none;
}

td.stg a:hover, {
	color: #3c3c3c;
	text-decoration: none;
}
td.stg a.stg:hover {
	color: #03865f;
}

ul.mymenu{
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style:none;
	position:absolute;
	top:220px;
}
