html,body {

	height:100%; /* needed for container min-height */

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	padding:0;

}



div#container {

	position:relative; /* needed for footer positioning*/

	margin:0 auto; /* center, not in IE5 */

	

	height:auto !important; /* real browsers */

	height:100%; /* IE6: treaded as min-height*/



	min-height:100%; /* real browsers */

}



.header1 a, .header1 a:link,  .header1 a:visited {

	font-family: Arial;

	font-size: 12px;

	color: #ED9922;

	font-weight: bold;

	text-decoration: none;

}



.header1 a:hover {

	color: #F08F41;

	text-decoration: underline;

}



.Title1  {

	font-family: Arial;

	font-size: 36px;

	font-weight: bold;

	color: #F08F41;

	text-decoration: none;

}



.FooterMenu a, .FooterMenu a:link, .FooterMenu a:visited {

	font-family: Arial;

	font-size: 12px;

	text-decoration: none;

	color: #B7B7B7;

}

.FooterMenu a:hover {



	text-decoration: underline;

	color: #666666;

}

.FooterMenu {

	font-family: Arial;

	font-size: 12px;

	color: #B7B7B7;

	padding-top: 8px;

	padding-bottom: 8px;

}



.Headline1 a, .Headline1 a:link, .Headline1 a:visited {

	font-family: Arial;

	font-size: 12px;

	text-decoration: none;

	font-weight: bold;

	color: #F08F41;

}

.Headline1 a:hover {

	font-weight: bold;

	text-decoration: underline;

	color: #666666;

}

.Headline1 {

	font-family: Arial;

	font-size: 12px;

	color: #F08F41;

	padding-top: 8px;

	font-weight: bold;

	padding-bottom: 8px;

}

.content1 a, .content1 a:link, .content1 a:visited {

	font-family: Arial;

	font-size: 12px;

	text-decoration: underline;

	font-weight: normal;

	color: #959595;

}

.content1 a:hover {

	font-weight: bold;

	text-decoration: underline;

	color: #FFFFFF;

}

.content1 {

	font-family: Arial;

	font-size: 12px;

	color: #959595;

	font-weight: normal;

}



