html, body, div, p, form, img, h1, h2, h3, h4, h5, h6, input 
{ 
	font-family: Arial,Verdana,Tahoma,Segoe,sans-serif; 
	padding: 0px; 
	margin: 0px;
	border: 0px transparent none;
	background-position:left top; 
	background-repeat:no-repeat; 
}
body
{ 
	font-size: 85%; 
	background-color:#D9EEEE;
}
#page
{ 
	width: 850px;
	background-image: url('../images/bgBody.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#pageA
{ 
	margin-left:auto; 
	margin-right: auto; 
	width: 850px; 
	position:relative; 
	left:0px; 
	top:0px; 
	background-image: none;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#pageB
{ 
	width: 850px;
	height: 1000px;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
h1
{
	color: #EFA208;
}
ul
{ 
	margin:0; 
	padding:0 0 0 25px; 
}
li
{ 
	line-height: 30px;
	margin-left:15;
	margin: 0; 
	padding: 0; 
}
ol
{
	line-height: 32px;
	letter-spacing: 1px;
	margin-left:15px;
}

.MenuLink
{
	background-color: Transparent;
	font-family: Arial, Helvetica,helv, verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: Black;
	text-decoration: none;
	cursor: hand;
}
.MenuLink:visited  
{
	font-family: Arial, Helvetica,helv, verdana, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

.MenuLink:hover
{
	font-family: Arial, Helvetica,helv, verdana, sans-serif; 	
	font-size: 16px;
	font-weight: bold;
	color: #EFA208; 
	text-decoration: none;
	text-indent: 0;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #EFA208;
}
.menuLinkSep
{
	font-family: Arial, Helvetica,helv, verdana, sans-serif;
	font-size: 14px;
	color: Navy;
	padding: 0px 1px 2px 1px;
}
a
{
	font-family: Times New Roman;
	font-size: 14px;
	color: #003399;
	background:transparent;
	border-bottom-style: none;
	border-bottom-width: thin;
	border-bottom-color: #003399;
}

a:visited
{
	font-family: Times New Roman;
	color: #003399;
	background:transparent;
	border-bottom-style: none;
	border-bottom-width: thin;
	border-bottom-color: #0096F7;
}

a:hover
{
	font-family: Times New Roman;
	color: #F60;
	background:transparent;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #FFCC00;
}
a.intLink
{
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #013564;
	cursor: hand;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom-color: #003399;
}
a.intLink:visited
{
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #013564;
	cursor: hand;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom-color: #003399;
}

a.intLink:hover
{
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #013564;
	cursor: hand;
	border-bottom-style: dotted;
	border-bottom-width: medium;
	border-bottom-color: #003399;
}

/*
.SelectedMenuLink
{
background-color: #000066;
border-style: hidden;
border-color: #003463;
border-width: 1px;
color: #FFFFFF;
font-family: Arial, Helvetica,helv, verdana, sans-serif;
font-size: 10px;
font-weight: 500;
padding: 2px;
padding-left: 5px;
padding-right: 10px;
cursor: hand;
}

.SelectedSubMenuLink
{
background-color: #FF9900;
border-style: hidden;
border-color: #003463;
border-width: 1px;
color: #FFFFFF;
font-family: Arial, Helvetica,helv, verdana, sans-serif;
font-size: 10px;
font-weight: bold;
padding: 2px;
padding-left: 5px;
padding-right: 10px;
cursor: hand;
}
*/