
html 
{
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 

}

body
{
	background-color:#FFF7D7;
	margin-top: 0;
	margin-bottom: 0;
	background-position: center top;
	background-image: url(images/GESBackground.jpg);
	background-repeat: no-repeat;
}


h1
{
	font-weight: bold;
	font-size: 16pt;
	margin-bottom: 10px;
	color: #62723B;
	font-family: 'Bookman Old Style' , 'Times New Roman';
}

h2
{
	font-weight: bold;
	font-size: 13pt;
	margin-bottom: 10px;
	color: #62723B;
	font-family: 'Bookman Old Style' , 'Times New Roman';
}


h1.title
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}


input
{
	font-weight: normal;
	font-size: 10pt;
	color: #62723B;
	font-family: Verdana, Arial;
}

textarea
{
	font-weight: normal;
	font-size: 10pt;
	color: #62723B;
	font-family: Verdana, Arial;
}



P
{
	font-weight: normal;
	font-size: 10pt;
	color: #62723B;
	font-family: Verdana, Arial;
}

td
{
	font-weight: normal;
	font-size: 10pt;
	color: #62723B;
	font-family: Verdana, Arial;
}

li
{
	font-weight: normal;
	font-size: 10pt;
	list-style-image: url(images/bullet.gif);
	margin-bottom: 5px;
	color: #62723B;
	font-family: Verdana, Arial;
}

ul
{
	margin-top: 10px;
}

li.2
{
	list-style-image: url(images/bullet2.gif);
}


P.footer
{
	font-weight: normal;
	font-size: 8pt;
	color: #62723B;
	font-family: Verdana, Arial;
}

div.cen
{
	margin-left: auto;
	margin-right: auto;
}

a
{
	font-weight: normal;
	font-size: 10pt;
	color: #575620;
	font-family: Verdana, Arial;	
	text-decoration: underline;
}

a:hover
{
	color: #2F2E16;
}

a.bold
{
	font-weight: bold;
	font-size: 10pt;
	color: #575620;
	font-family: Verdana, Arial;	
	text-decoration: underline;
}

a.bold:hover
{
	color: #2F2E16;
	text-decoration: underline;
}


