body
{
	background-color : rgb(255, 255, 255);
	color : rgb(0, 0, 0); 
	text-align : center;
}
a
{
	font-family : arial;
	text-decoration : underline;
	color : rgb(0, 0, 0);
}
.ta_main
{	
	background-color : rgb(255, 255, 255);
	color : rgb(0, 0, 0); 
}
.ta_h1
{	
	text-transform : uppercase;
	font-family : arial;
	font-weight :900;
	color : rgb(0, 0, 0); 
	padding-left: 10px; 
	padding-bottom: 15px;
	padding-top: 21px;
	background-image : url(images/heading.png);
	background-repeat :no-repeat;
	background-position : 0px 19px;
	font-size: 85%;
	
}
.ta_h2
{
	
	font-family : arial;
	font-weight :900;
	color : rgb(0, 0, 0); 
	margin-left: 10px;
	padding-left: 10px; 
	padding-bottom: 5px;
	padding-top: 20px;
	background-image : url(images/heading.png);
	background-repeat :no-repeat;
	background-position : 0px 19px;
	font-size: 85%;
}
.ta_h3
{
	font-family : arial;
	font-weight :900;
	color : rgb(0, 0, 0); 
	margin-left: 20px; 
	padding-bottom: 5px;
	font-size: 85%;
}
.ta_text
{
	font-family : arial;
	color : rgb(0, 0, 0);
	margin-left: 30px; 
	margin-right: 20px; 
	font-size: 75%;
}
.ta_license
{
	font-family : Courier;
	font-size : 100%;
	color : rgb(0, 0, 0);
	margin-left: 30px; 
	margin-right: 20px; 
}
.ta_centered
{
	font-family : arial;
	font-size : 75%;
	color : rgb(0, 0, 0);
	margin-left: 30px; 
	margin-right: 20px; 
	text-align : center;
}
table
{
	font-family : arial;
	color : rgb(255, 255, 255); 
}