 	h1, p, a, body {
		font-family: Arial,Helvetica,sans-serif;
}


a:link.topmenu {
         color: #ffffff;
         text-decoration: none;
		font-weight:bold;
		font-size: medium;
         }
a:visited.topmenu {
         color: #ffffff;
         text-decoration: none;
		font-weight:bold;
		font-size: medium;
         }
a:hover.topmenu {
         color: #000000;
/*         background-color: #000000; */
         text-decoration: none;
/*		font-style: italic; */
		font-weight:bold;
		font-size: medium;
         }
a:active.topmenu {
         color: #000000;
         text-decoration: none;
         }

a:link.sidemenu {
         color: #000000;
/*         text-decoration: underline;*/
         text-decoration: none;
		font-weight:normal;
		font-size: small;
         }
a:visited.sidemenu {
         color: #000000;
 /*        text-decoration: underline;*/
        text-decoration: none;
		font-weight:normal;
		font-size: small;

}

a:hover.sidemenu {
		color: #ffffff;
/*		font-style: italic; */
}



  	.SiteTitle {
  		font-family: Arial,Helvetica,sans-serif;
  		font-weight: bold;
		font-size: 26pt;
  		color: #336699;
		text-transform: uppercase;
}


  	.slogan {
  		font-family: Arial,Helvetica,sans-serif;
		font-size: medium;
		font-style: italic;
  		color: #66CC66;
}

	.login {
  		font-family: Arial,Helvetica,sans-serif;
		font-size: 9pt;
		font-style: normal;
  		color: #000000;
} 

table.Page {
	background-color: #FFFFFF;  
	width: 92%;
	margin-left: auto; 
	margin-right: auto;
	border-width: 2px;
	border-spacing: 2px;
	border-color: black;
    border-style:thin;
}

table.Page td {
	border-width: 1px ;
	padding: 0px;
	border-color: black;
}




table.TopMenu {
	border-width: 0px;
	border-spacing: 0px;
	border-style: thin;
	border-color: white;
	border-collapse: separate;
	background-color: white;
}

table.TopMenu td {
	border-left-width: 1px ;
	border-right-width: 1px ;
	padding: 1px;
	border-style: solid;
	border-color: white;
	background-color: #5D87A1;
	text-align: center;
}
Table.TopMenu td.Sel {
	border-left-width: 1px ;
	border-right-width: 1px ;
	padding: 1px;
	border-style: solid;
	border-color: white;
	background-color: #B3C5A8;
	text-align: center;
}


table.SideMenu {
	border-width: 0px;
	border-spacing: 3px;
	border-style: outset;
	border-color: white;
	border-collapse: separate;
	background-color: white;
}
table.SideMenu td {
	border-bottom-width: 1px ;
	padding: 3px;
	border-style: solid;
	border-color: white;
	background-color: #9FAD9F;
}
Table.SideMenu td.Sel {
	border-bottom-width: 1px ;
	padding: 1px;
	border-style: solid;
	border-color: white;
	background-color: #B8BC9B;
}

Table.SideMenu td.Indent {
	border-bottom-width: 0px ;
	padding: 0px;
	border-style: solid;
	border-color: white;
	background-color: #66CC66;
}

Table.SideMenu td.Admin {
	border-bottom-width: 1px ;
	padding: 1px;
	border-style: solid;
	border-color: white;
	background-color: #5D87A1;
}
table.Email {
  background-color: #ffffff;  
	width: 65%;
	margin-top:15px;
	margin-left: 2; 
	margin-right: auto;
	*/border-width: 0px;
	border-spacing: 0px;
	border-color: black;
  border-style:thin;
}

table.Email th {
	padding: 1px;
	border-style: solid;
	border-color: black;
	border-width:1px;
	background-color: #5D87A1;
}

table.Email td {
	padding: 4px;
	border-style: solid;
	border-color: black;
	border-width:1px;
	background-color: #dEdEdE;
}

table.Email td.spacer {
	padding: 0px;
	border-style: solid;
	border-color: black;
	border-width:0px;
	background-color: #000000;
}