BODY {
	background-attachment : fixed;
	background-color : silver;
	background-position : center;
	background-repeat : no-repeat;
}
	TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-style : normal;
	font-weight : 500;
	text-align : center;
	color : silver;
	vertical-align : middle;
	background-color : #001144;
		}
	.title
	{font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-style : normal;
	font-weight : 400;
	text-align : center;
	color : Silver;
	vertical-align : middle;
	background-image : url(background1.jpg);
	}
	.butts
	{font-family : Arial, Helvetica, sans-serif;
	font-size : 80%;
	font-style : normal;
	font-weight : 400;
	text-align : center;
	color : silver;
	vertical-align : middle;
	background-image : url(background1.jpg);
	}
	.butts2
	{font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-style : normal;
	font-weight : 500;
	text-align : center;
	color : silver;
	vertical-align : middle;
	background-image : url(background1.jpg);
	}
	.butts3
	{font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-style : normal;
	font-weight : 500;
	text-align : center;
	color : navy;
	vertical-align : middle;
	background-color : white;
	}
	.texts
	 {
	vertical-align : middle;
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
	font-style : normal;
	font-weight : 400;
	text-align : left;
	padding-left : 5%;
	padding-right : 5%;
	padding-bottom : 5%;
	padding-top : 5%;
	background-color : white;
}
HR {
	color : Navy;
	width : 100%;
}
DIV {
	color : teal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-style : normal;
	font-weight : 400;
	text-align : left;
	margin-left : 100px;
	margin-right : 100px;
}
H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 150%;
	font-style : normal;
	font-weight : 600;
	text-align : left;
	color : Navy;
	}
H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 120%;
	font-style : normal;
	font-weight : 500;
	text-align : left;
	color : Navy;
	}
H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 90%;
	font-style : normal;
	font-weight : 500;
	text-align : center;
	color : Navy;
	}
A:LINK,
{
	color : silver;
	text-decoration : none;
	font-weight : normal;
}
A:VISITED,
{
	color : silver;
	font-weight : normal;
}

A:HOVER,
{
	background-color : none;
	color : white;
	font-weight : normal;
	}
	A.menulink {
display: block;
width: 100%;
height: 90%;
text-align: center;
text-decoration: none;
font-family:arial;
font-size:12px;
color: silver;
BORDER: none;
border: solid 1px #136177;
}

A.menulink:hover {
border: solid 1px #2F7082;
background-color:#2F7082;
}