
<style type="text/css">
A:link {
	color: white;
	text-decoration: ;
}
A {
	color: white;
	text-decoration: underline;
}

A:visited {
	color: lightgrey;
	text-decoration: none;
}
A.smallwhite:visited {
	color: white;
	text-decoration: none;
}

A:active {
	color: yellow;
	weight: bold;
	text-decoration: none;
}

A:hover {
	color: #A80202;
}

.SmallHeading {

	font-family: Verdana;
	font-size: 12;
	color: white;
	font-weight: bold;
	width:150px;
}

.Standard {

	font-family: 'Verdana';
	font-size: 12;
	color: '#808080';
}
.white {
	color: white;
	}
.WhiteStandard {

	font-family: Verdana;
	font-size: 12;
	color: white;
	background-color:#7D84AA;
}
.SectionHead {
	font-family: Verdana;
	font-size: 14;
	color: white;
	font-weight: bold;
	width:100%;
	position:relative;
	filter:
		progid:dximagetransform.microsoft.gradient(
			gradienttype=1,
			startcolorstr=#000000,
			endcolorstr=#636A8C
		)
		font-family: Verdana;
	background-Color:  #000000;

}


.Yellow {

	font-family: Verdana;
	font-size: 12;
	color: yellow;
	font-weight: bold;
	width:150px;
}
table.Menu {
	background-Color:  #120956;
	cursor: pointer;
	cursor: hand;
	height:15;
	width:140px;
}

td.Menu {
	text-align:right;
	border-style: solid;
	background-color:  #120956;

	border-color: lightgrey;
	border-width: 1px;
	cursor: pointer;
	cursor: hand;
	line-height: 15px;
	width:150px;
	font-family: Verdana;
	font-size: 12;
	font-style: normal;
	font-weight: bold;
	color: white;
}


td.MainOld{
	position:relative;
	filter:
		progid:dximagetransform.microsoft.gradient(
			gradienttype=1,
			startcolorstr=#525C7F,
			endcolorstr='black'
		)
		font-family: Verdana;
	font-size: 12;
	color: 'white';
	background-Color:  #525C7F;
;
}
td.Main{
	position:relative;
	filter:
		progid:dximagetransform.microsoft.gradient(
			gradienttype=1,
			startcolorstr=black,
			endcolorstr=lightgrey
		)
		font-family: Verdana;
	font-size: 12;
	color: 'white';
	background-Color:  #525C7F;
;
}
.Sub{
	position:relative;
	filter:
		progid:dximagetransform.microsoft.gradient(
			gradienttype=1,
			startcolorstr=#525C7F,
			endcolorstr=#434C6B
		)
		font-family: Verdana;
	font-size: 12;
	color: white;
	font-weight: bold;
	background-Color:  #525C7F;
;
}
td.FieldTitle{
	background-color:#525C7F;
	font-size:12;
	color:white;
	font-family:Verdana;
	text-align:right;
	width:100;
	}	
td.caption{
	background-color:#525C7F;
	font-size:10;
	color:'white';
	font-family:Verdana;
	text-align:right;
	font-style: ;
	}
.Copyright{
	font-size:9;
	color:'lightgrey';
	font-family:Verdana;
	font-style: ;
	}
</style>