.style1 {font-size: large;color: #eeeeee;}
.style2 {font-size: medium;color: #eeeeee;}
.style3 {font-family: Arial, Helvetica, sans-serif; color: #eeeeee;}
.style4 {color: #eeeeee}
.style5 {font-family: Arial, Helvetica, sans-serif;font-size: medium;color: #CCCCCC;}
.style6 {font-family: Arial, Helvetica, sans-serif; color: #000000;text-decoration: underline;}
.style7 {font-family: Arial, Helvetica, sans-serif; color: #eeeeee;}
.style8 {font-size: x-small}
.style10 {font-size: x-small; color: #eeeeee; }
.style11 {font-size: x-small; color: #ECE9D8;}

a:link {
	color: #eeeeff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f3f3f3;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.center1
{ 
margin-left: auto;
margin-right: auto;
}
 
.center2
{ 
text-align: center;
}

.center
{ 
text-align: center;
}

.center table
{ 
margin-left: auto;
margin-right: auto;
text-align: left;
}

div.centered 
{
text-align: center;
}

div.centered table 
{
margin: 0 auto; 
text-align: left;
}
