/* CSS Document */

.TableMain{
	width:600px;
	border: 0px;
	
}
.SGPTable{
	width:650px;
	text-align:center;
}

.SGPBody{
	background-image:url(images/SGPBack.jpg);
	background-position: top;
	background-attachment:fixed;
	/*background-repeat:repeat-y;*/
	background-color:#000000;
	
	/*color:#99cccc;*/
	color:#ffffff;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
}
.HABody{
	background-image:url(images/HABack.jpg);
	background-position: top;
	background-attachment:fixed;
	/*background-repeat:repeat-y;*/
	background-color:#336699;
}
.HAHead{
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
}
.HATitle{
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
}
.HAText{
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

.SSBody{
	background-image:url(images/SSBack.jpg);
	background-position: top;
	background-attachment:fixed;
	/*background-repeat:repeat-y;*/
	background-color:#333366;
	
	color:#ffffff;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
}
.SSHead{
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
}
.SSTitle{
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
}
.SSText{
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}


.LLLBody{
	background-image:url(images/LLLBack.jpg);
	background-position: top;
	background-attachment:fixed;
	/*background-repeat:repeat-y;*/
	background-color:#ffff33;
	
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
}
.LLLHead{
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
}
.LLLTitle{
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
}
.LLLText{
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

.BackDiv{
	width:225px;
	height:20px;
}

A:hover{
	color: #9900CC;
}	
