*
	{ 
		font-size: 1em; 
		font-family: Verdana, Arial, Helvetica, Geneva, Swiss, sans-serif; 
	}

BODY
	{ 
		margin-top: 0; margin-left: 0; margin-right: 0; 
		padding-top: 0; padding-left: 0; padding-right: 0; 
	}
	
text
	{ 
		font-family: Verdana, Arial, Helvetica, Geneva, Swiss, sans-serif ; 
	}

h1
	{ 
		font-size: 1.7em; 
	}
h2
	{ font-size: 1.5em; }
h3
	{ font-size: 1.3em; }
h4
	{ font-size: 1.1em;  }
h5
	{  font-size: 0.9em;  }
h6
	{ font-size: 0.7em;  }

A:link
	{ 
		text-decoration: none; 
		color: #0A0060; 
	}
	
A:visited
	{ 
		text-decoration: none; 
		color: #0A0060; 
	}
	
A:hover
	{ 
		text-decoration: underline; 
		color: #0D05aa; 
	}

.classHeadPlain
	{ 
		color: black; 
		font-weight: bold; 
		background-color: #DDEEFF; 
	}
	
.classMenu
	{ 
		color: black;
		font-weight: normal;
		background-color: #BBDDFF; 
		text-align: left; 
		vertical-align: top; 
		width: 15%;
	}
              
.classContent
	{
		color: black; 
		font-weight: normal; 
		text-align: left; 
		vertical-align: top; 
		width: 83%; 
	}
	
.classHeadLink
	{ 
		font-weight: bold; 
		color: #0A0060;
		text-decoration: none; 
	}
