div#main {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border: 10px solid #ffffff;
  background: #ffffff;
}

body {
	background-color: #cccccc;
	  margin: 0px 0px 10px 0px;
      text-align: center;
}

.pagetitle {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: none;
}

.basic {

	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: none;
}
.basicbold {


	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: none;
}
.sitetitle {
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: capitalize;
	font-style: normal;
}	
.tiny {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;

}



#table1 { 
	border:1px solid #000000; 
} 
#table1 td { 
	background-color:#CCcccc; 
} 

a#link { 
	display:block; 
	width:100%; 
	height:100%; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#000000; 
	text-decoration:none; 
} 


a#link #span1 { 
	display:block; 
	width:100%; 
	height:100%; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#000066; 
	text-decoration:none; 
	cursor:pointer;
} 
 
a#link:hover { 
	background-color:#999999; 
	color:#000066; 
	TEXT-DECORATION: underline
} 

A:link, A:visited, A:active {

 FONT-WEIGHT: bold;
 COLOR: #000000;
 TEXT-DECORATION: none
}
A:hover {
	FONT-WEIGHT: bold;
	COLOR: #FF0000;
	TEXT-DECORATION: underline;
	
}


	
.basicital {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-transform: none;
	font-style: italic;
}
.sitetitlesub {

	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: none;
}
.basicred {


	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-transform: none;
}
.basicboldunderline {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: none;
	font-style: oblique;
}
