


body {
	padding: 0;
	margin: 10px 0px 10px 0px; 
	COLOR: #000000;
	background-color:#DDDDDD;
	text-align: center;
}



p {
font-family: arial;
font-size: 12px;
}


p.pageheader {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
}


table.main {
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	border-width: 0px; 
	border-style: solid;
	border-color: #000000;
	width: 850px;
	height: 100%;
	border-collapse: collapse;
}

td.footer {
	text-align: center;
	background-color: #FFFFFF;
	height: 100px;
}


td.header {
	text-align: center;
	background-color: #FFFFFF;
	height: 90px;

}


td.menu {
	text-align: center;
	background-color: #FFFFFF;
	height: 25px;
	background-image:url(graphx/menuback.jpg);
}




.footer
{
	COLOR: #000000;
	FONT-FAMILY: Arial;
	FONT-SIZE: 9px;
	text-align : center;
}


BLOCKQUOTE { background: #EEEEEE;
		text-align: center;
		font-weight: normal;
		font-size: 12px;
		font-family: arial, helvetica, serif;
}

h3 { background: #DDDDDD;
	color: #000000;
	font-family: arial, helvetica, serif;
}


h3.tips { background: #DDDDDD;
	color: #660000;
	font-family: arial, helvetica, serif;
	FONT-SIZE: 12px;
	font-weight: bold;
}


A:link {
	text-decoration: none;
	color: #000099;
}

A:visited {
	text-decoration: none;
	color: #000066;
}

A:active {color: #000066;
	text-decoration: none;}

A:hover { color: #000000;
	background-color: #FFFFCC;
	text-decoration: none;
}


A.footer:link {
	text-decoration: none;
	color: #000000;
}

A.footer:visited {
	text-decoration: none;
	color: #000000;
}

A.footer:active {color: #000000;
	text-decoration: none;}

A.footer:hover { color: #000000;
	background-color: #DDDDDD;
	text-decoration: none;
}




A.menu:link, A.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}

A.menu:active {color: #FFFFFF;
	text-decoration: none;
}



A.menu:hover { color: #000000;
	padding: 0px;
	border-color: #000000;
	border-style: solid;
	border-width: 0 0px;
	display: block;
	background-color: #000000;
background-image:url(graphx/menuback.jpg);

}





li
{
	COLOR: #000000;
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px;
	font-weight: bold;
}



li.tips
{
	COLOR: #000000;
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px;
	font-weight: normal;
}



ul.nav { /* level 1 */
	list-style: none;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	width: auto;
	height: auto;
	text-align: center;


}

	

ul.nav li.nav { /* level 1 menu */
	float: left;
	position: relative;
	display: block;
	padding: 0;
	width: 267px;
	margin: 0px 0px;
	text-align: center;
	cursor: default;
	FONT-FAMILY: arial;
	FONT-SIZE: 12px;
	border-color: #000000;
	border-style: solid;
	border-width: 0px;
}


li.nav ul.nav2 { /* level 2 */
	display: none;
	position: absolute;
	top: 100%;
	left: 5px;
	font-weight: normal;
	padding:0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	width: 155px;
	height: auto;
	line-height: auto;
	background-color: #FFFFFF;
	background-image:url(graphx/menu2back.jpg);
}

li.nav ul.nav2 li { /* level 2 menu items*/
	display: block;
	float: none;
	background-color: #EEEEEE;
	border: 0px solid #BBBBBB;
	width: 150px;
	margin: 2px;
	padding: 0px;
	font-size: 10px;
}





li.nav:hover ul.nav2, li.over ul.nav2 {
	display: block; 
}


