
html {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}



body {

	/*margin-left: 0em;
	*/

	background : transparent;
	color : #000000;
	font-size : 80%;
	margin-top : 2px;
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-arrow-color : #006400;
	scrollbar-darkshadow-color : #A0522D;
	scrollbar-face-color : #BDB76B;
	scrollbar-highlight-color : #DEB887;
	scrollbar-shadow-color : #B2C3D0;
	scrollbar-track-color : #EEE8AA;
	text-align : center;
}



/* This is used to control the width of all the pages - much easier to control 
- the text-align: center; in the body
- the text-align: left; in the wrapper are crucial
*/

#wrapper {
	border : 0px solid #888888;
	margin : 5px auto auto auto;
	text-align : left;
	width : 990px;
}



#ie5fix		{
	height : 1px;
	voice-family : "\";
}

\"";
			voice-family: inherit;
			display: none;
			}
			
			

p {
	color: #FA8072; 
	margin-left: 2.0em; 
	margin-right: 4.0em;
	
	}	


h1  { 
	font-size: 130%; 
	background-color : #CCCCFF;  
	margin-bottom : 5%;
	font-weight : normal;
	text-indent : 1.0em;
	padding-bottom : 6px;
	margin-top : 0px;
	margin-left : 1px;
	}


	
h2  { 
	font-size: 110%; 
	margin-bottom : 5%;
	margin-left: 0.5em;
	font-weight : lighter;
	text-indent : 0.5em;
	padding-bottom : 6px;
	border-bottom-style : solid;
	border-bottom-width : thin;
	border-bottom-color : #CCCCFF;
	
	}


h3  { 
	font-size: 120%; 
	margin-bottom : 5%;
	font-weight : normal;
	text-indent : 0.0em;
	padding-bottom : 6px;
	}


h4  { 
	font-size: 110%; 
	margin-left: 0.5em; 
	text-indent : 1em;
	}


h5  { 
	font-size: 100%; 
	color: Black; 
	margin-left: 1.5em; 
	}


h6  { 
	font-size: 90%; 
	color: #666666; 
	margin-left: 3.5em; 
	margin-right: 2.0em; 
	font-weight : normal;
	}


a  {
	color: blue; 
	}


A:HOVER {
	color : Blue;
	text-decoration : underline;
	background-color : transparent;
	}


a:visited { 
	color: blue; 
	}


i  {
	color: black; 
	}



u  {
	color: green; 
	}


hr	{
	color: #4169E1; 
	}


ul 	{
	margin-left: 0.5em; 
	font-size: 95%; 
	}


li 	{ 
	color: inherit; 
	margin-left: 1.0em; 
	text-indent: 0.0in; 
	font-size: 80%;  
	list-style-type : square;  
	}


 .maintable {
	border: solid #000000 1px;
	color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0%;
	text-align: left;
	width: 640px;
	padding : 0px 6px 0px 6px;
	background : #EBEDF7 none;
	padding : 4px;
	border-collapse : collapse;
}





.leftcolumn {
	background-color : #CCCCFF;
	padding-right: 4%;
	border-right-width : 2px;
	border-right-color : #EBEDF7;
	border-right-style : solid;
}



	