body	{ background-image: none; background-color: #FFFFFF; 
	font-family: arial, sans-serif; font-size: 12pt;
	margin-top: 40px; margin-bottom: 50px; margin-left: 30px; }


links	
	a:link	  { color: #00FFFF }
	a:visited { color: #00FF00 }
	a:hover   { color: red }
	a:active  { color: yellow }

	.class1 a:link { text-decoration: none; color: #6495ED; }
	.class1 a:visited { text-decoration: none; color: #00FF00; }
	.class1 a:hover { text-decoration: none; color: red;}
	.class1 a:active { text-decoration: none; color: yellow; }

h2      { font-family: arial, san-serif; color: #000000; font-size: 22pt;
	  font-style: italic; text-align: center; margin-left: 200px; margin-right: 200px; 
	  margin-top: 20px;}

h3 	{ font-family: arial, san-serif; color: #000000;
	  font-size: 16pt; text-align: center; }

p	{ margin-left: 30px; margin-right: 30px; font-family: arial, sans-serif;  
	  font-size: 12pt; color: #000000; }

p.a	{ text-align: center; font-family: arial, sans-serif;  
	  font-size: 14pt; color: #000000; }

p.b	{ margin-left: 50px; margin-right: 50px;
	   font-family: arial, sans-serif;  
	  font-size: 16pt; color: #000000; }

p.c	{ margin-left: 30px; margin-right: 30px; margin-top: 80px;
	  font-family: arial, sans-serif;  
	  font-size: 12pt; color: #000000; }
 
em	{ font-size: 12pt; font-weight: bold; }

ul.one 	{
	list-style: square;
	font-family: arial; font-size: 12pt;
	color: #000000;
	margin-left: 100px;
	}

#menu {
	top: 0;
	left: 0;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 10px;
	border: none;
	background-color: #000000;
	display: block;
	width: 800px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding: 4px;
	font-size: 1.0em;
	color: #00FF00;
	}

#menutwo {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 40px;
	margin-left: 0px;
	border: none;
	background-color: #000000;
	display: block;
	width: 700px;
	height: 60px;
	text-align: center;
	font-weight: bold;
	padding: 4px;
	font-size: 0.8em;
	color: #00FF00;
	}

table	{ margin-top: 20px; margin-bottom: 50px; text-align: center; }

table.a	{ margin-top: 0px; margin-bottom: 10px; text-align: center; font-family: arial,
	san-serif; font-size: 20pt; }



td	{ text-align: center; vertical-align: middle; background-color: #FFFFFF; 
	width: 400px; height: 40px;}

td.a	{ font-weight: bold; color: #00CCFF; text-align: left; vertical-align: middle; 
	background-color: #666666;
	width: 200px; height: 40px;}

td.b	{ text-align: left; vertical-align: middle; background-color: #FFFFFF; 
	width: 500px; height: 40px;}

td.c	{ text-align: center; vertical-align: middle; background-color: #66FFFF;
	width: 100px; height: 100px;}

td.aa	{ text-align: left; vertical-align: middle; background-color: #66FFFF;
	width: 200px; height: 300px;}

td.bb	{ text-align: left; vertical-align: top; background-color: #FFFFFF; 
	width: 700px; height: 300px;}

td.cc	{ text-align: left; vertical-align: top; background-color: #FFFFFF; 
	width: 800px; height: 100px;}

td.aaa	{ text-align: left; 
	vertical-align: middle; 
	background-color: #FFFFFF;
	width: 10px; height: 35px; }

td.bbb	{ text-align: left; 
	vertical-align: middle; 
	background-color: #FFFFFF;
	width: 700px; height: 35px; }

td.ccc	{ text-align: left; vertical-align: top; background-color: #FFFFFF; width: 800px; }

td.cccc	{ text-align: left; vertical-align: middle; 
	width: 800px; height: 70px; background-color: #000000; }

td.black{ text-align: center; vertical-align: middle; font-weight: bold; 
	background-color: #000000; 
	width: 400px; height: 40px;}

td.cols	{ text-align: left }




