html { min-height: 100%; margin-bottom: 1px; }
.mainBody
	{
	text-align:center;
	width: 800px;
	background-color: white;
	border-top: 0px solid black;  
	border-left: 0px solid black;  
	border-bottom: 0px solid black;   
	border-right: 0px solid black;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
.insideMainI
	{
	text-align:center;
	width: 700px;
	background-color: white;
	border-top: 0px solid black;  
	border-left: 0px solid black;  
	border-bottom: 0px solid black;   
	border-right: 0px solid black;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
.insideMainII
	{
	text-align:center;
	width: 700px;
	background-color: #EDEDED;
	border-top: 0px solid black;  
	border-left: 0px solid black;  
	border-bottom: 0px solid black;   
	border-right: 0px solid black;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
.insideMainIII
	{
	text-align:center;
	width: 690px;
	background-color: #EDEDED;
	border-top: 0px solid black;  
	border-left: 0px solid black;  
	border-bottom: 0px solid black;   
	border-right: 0px solid black;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}	
.rightFloat
	{
	float:right;
	}
.leftFloat
	{
	float:left;
	}
.none
	{
	clear: both;
	}
.right
	{
	text-align:right;
	}
.left
	{
	text-align:left;
	}
.center
	{
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	}
.boxOne
	{
	background-color:white;
	font-family: arial;
	}
.boxtwo
	{
	background-color:white;
	font-family: arial;
	font-size: 90%;
	}
.tdOne
	{
	background-color:white;
	width: 100px;
	}
.tdTwo
	{
	background-color:#EDEDED;
	width: 100px;
	}
.class1 A:link {text-decoration: none; color: black}
.class1 A:visited {text-decoration: none; color: black}
.class1 A:active {text-decoration: none; color: black}
.class1 A:hover {text-decoration: none; color: black}

.class2 A:link {text-decoration: underline; color: blue}
.class2 A:visited {text-decoration: underline; color: blue}
.class2 A:active {text-decoration: underline; color: blue}
.class2 A:hover {text-decoration: underline; color: blue}

.class3 A:link {text-decoration: none; color: blue}
.class3 A:visited {text-decoration: none; color: blue}
.class3 A:active {text-decoration: none; color: blue}
.class3 A:hover {text-decoration: underline; color: blue}


