h2.white
{color: #ffffff;
text-decoration: none;
background-color: Blue;   
border: solid 2px; 
border-color: Pink;
padding: 10px; 
width: 400px; 
position: center;
margin-top: 0px;
}
a.white
{color: #0ff0ff;
text-decoration: none;
background-color: Blue;   
border: outset 2px; 
border-color: Pink;
padding: 10px; 
width: 400px; 
position: center;
margin-top: 0px;}

a.white:hover { color: #ffffff; }
a.white:visited { color: #ff000f; }
a.back
{font-family: 'Georgia';
 font-weight: normal;
color: white;
text-decoration: none;
background-color: #C4001E;   
border: outset 2px; 
border-color: gold;
padding: 5px; 
width: 100%; 
position: center;
margin-top: 0px;}

a.back:hover { background-color: red; 
}

span.heading
{
 font-size: 12pt;
 font-family: 'Arial';
 font-weight: bold;
}
span.text
{
 font-size: 12pt;
 font-family: 'Arial';
 font-weight: normal;
}
span.text_little
{
 font-size: 9pt;
 font-family: 'Arial';
 font-weight: normal;
}
span.text_red
{
 font-size: 12pt;
 font-family: 'Arial';
 font-weight: normal;
 color: Red;
}
span.text_pink
{
 font-size: 12pt;
 font-family: 'Arial';
 font-weight: normal;
 color: fuchsia;
}
span.text_pink_bold
{
 font-size: 12pt;
 font-family: 'Arial';
 font-weight: bold;
 color: fuchsia;
}
span.text_red_bold
{
 font-size: 12pt;
 font-family: 'Arial';
 font-weight: bold ;
 color: Red;
}
span.text_blue_bold
{
 font-size: 12pt;
 font-family: 'Arial';
 font-weight: bold ;
 color: Blue;
}
span.text_blue
{
 font-size: 12pt;
 font-family: 'Arial';
 font-weight: normal;
 color: Blue;
}

div.headline {
filter: alpha(opacity=80); opacity: .8; 
padding: 10px; 
width: 400px;
text-align: center;
}
table.blue_border { border-style: hidden}
td.blue_border {

	border-width: 0px 0px 0px 0px;
	border-spacing: 10px;
	border-style: solid solid solid solid;
	border-color: blue blue blue blue;
	background-color: white;
	caption-side: bottom; 
}


table.individual {
	border-width: 1px 0px 0px 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: transparent;
}

table.individual td {
	border-width: 0px 1px 1px 0px;
	padding: 2px 2px 2px 2px;
	border-style: solid;
	border-color: gray gray gray gray;
	background-color: transparent;
	-moz-border-radius: 12px 12px 12px 12px;
}



