BODY {
	background-color : White;
	color : #000000;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	margin-left : 6%;
	margin-right : 5%;
}


A:LINK, A:VISITED {
	color : Blue;
	text-decoration : underline;
	background-color : White;
	font-size : small;
	text-align : center;
}

A:HOVER {
	background-color : #FFFFFF;
	color : Black;
	text-decoration : blink;
	background : White;
	font-size : small;
	text-align : center;
}

div{
color : #990000;
	text-align : center;
		background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
}

.button1{

	background-color : #D3D3D3;
	border : thin outset Gray;
	font-family : monospace;
	font-style : normal;
	font-weight : bold;
	background : transparent;
	border-color : blue;
}

.table1{
	background-color : transparent;
	text-align : left;
	vertical-align : top;
	border : medium outset Gray;
	font-style : normal;
	border-color : blue;
}

.myfont135{
font-size : 135%;	
}
li{
	color : Black;
	background-color : White;
	font-family :Arial, Helvetica, sans-serif;
	font-size : 100%;
	margin-left : 0%;
}
H1 {
	color : #990000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 150%;
	margin-bottom : auto;
	text-align : center;
}

H2 {
	color : #990000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 130%;
	margin-top : auto;
	text-align : center;
}

H3 {
	color : #990000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 120%;
	margin-top : auto;
	text-align : center;
}

H4 {
	color : #990000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 110%;
	margin-top : auto;
	text-align : center;
}

H5 {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 105%;
	margin-top : auto;
	text-align : center;
}

H6 {
	color : #990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	text-align : center;
}

BLOCKQUOTE {
	margin-left : 5%;
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	text-indent : 5%;
	font-style : italic;
	margin-right : 5%;
}

CAPTION {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : 800;
	background-color : White;
}

cite{
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 90%;
	font-style : oblique;
	text-indent : 5%;
}
p{
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	text-indent : 5%;
}

pre{
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
}

span{
	text-align : center;
}

TH {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
}

TD {
	background-color : White;
	font-fa