/* CSS Document */
body { 
	background-color:	#8C8CFF;
	margin-left: 		0px;
	margin-top: 		0px;
}
body,td,th {
	font-family: 		"Times New Roman", Times, serif;
	font-size:			medium;
	color: 				#333333;
}
a:link	{
	font-family: 		"Times New Roman", Times, serif;	
	font-weight:		bold;
	color:				#0000B0;
	text-decoration:	underline;
}
a:hover	{
	font-family: 		"Times New Roman", Times, serif;
	font-weight:		bold;
	color:				#0000B0;
	text-decoration:	none;
}
a:visited{
	font-family: 		"Times New Roman", Times, serif;
	font-weight:		bold;
	color:				#67853A;
	text-decoration:	underline;
}
a:active{
	font-family: 		"Times New Roman", Times, serif;
	font-weight:		bold;
}
h1			{
	font-family: 		"Times New Roman", Times, serif;
	font-size:			xx-large;
	color:				#0000B0;
	font-weight:		bold;
	padding-left:		30px;
	padding-top:	    10px;
	padding-right:	    30px;
	padding-bottom:		0px;
}
h2			{
	font-family: 		"Times New Roman", Times, serif;
	font-size:			x-large;
	color:				#0000B0;
	padding-left:		30px;
	padding-top:	    10px;
	padding-right:	    30px;
	padding-bottom:		0px;
}			
h3			{
	font-family: 		"Times New Roman", Times, serif;
	font-size:			large;
	color:				#0000B0;
	padding-left:		30px;
	padding-top:	    10px;
	padding-right:	    30px;
	padding-bottom:		0px;

}
h4			{
	font-family: 		"Times New Roman", Times, serif;
	font-size:			medium;
	color:				#0000B0;
	padding-left:		30px;
	padding-top:	    10px;
	padding-right:	    30px;
	padding-bottom:		0px;

}
.textbox	{
	align:				left;
	padding-left:		30px;
	padding-top:	    0px;
	padding-right:	    30px;
	padding-bottom:		0px;
}
.copyright	{
	font-family: 		"Times New Roman", Times, serif;	
	font-size:			small;
	color:				#0000B0;
}
.spacer		{
	color:				#D2D2FF;
}
.headertext		{							
	font-family: 		"Times New Roman", Times, serif;
	font-size:			60px;	
	font-weight:		bold;
	color:				#ffffff;
	text-decoration:	none;
}
.headertext	a:link	{							
	font-family: 		"Times New Roman", Times, serif;
	font-size:			60px;		
	font-weight:		bold;
	color:				#ffffff;
	text-decoration:	none;
}
.headertext	a:hover	{							
	font-family: 		"Times New Roman", Times, serif;
	font-size:			60px;		
	font-weight:		bold;
	color:				#ffffff;
	text-decoration:	none;
}
.headertext	a:visited	{							
	font-family: 		"Times New Roman", Times, serif;
	font-size:			60px;		
	font-weight:		bold;
	color:				#ffffff;
	text-decoration:	none;
}
.tablebackgroundcolor	{
	background-color:	#D2D2FF;
}