html {
	height: 100%;
}

body {
	margin-top:0px;
	/*background-color: #ffcc99;*/
	background-color: #000000;
	color: #000;
	font-family: Arial, sans-serif;
	height: 120%;
	background-image: url(../images/bg.gif);
}

* html body {
	font-size: 85%;
}

h2 {
	font-size: 140%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
}

h3 {
	color: #ff9933;
	font-size: 110%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

h4 {
	color: #FF6C00;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}
strong {

	font-weight: bold;
}

em {
	color: #FF6C00;
}



a {
	font-weight: bold;
	text-decoration: underline;
	color: #204068;
	font-size: 95%;
}

a:hover {
	color: #018CD3;
}


.underline {
	text-decoration: underline;
}

.cont-title1 {
	font-weight: bold;
	text-align: left;
	height: 33px;
	padding-top: 5px;
	word-spacing: normal;
	text-indent: 15px;
	border-left-style: none;
	border-left-width: thick;
	font-size: 15px;
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	color: #666666;
	background-image: url(../images/pagetitle.gif);
}

/*============================FOOTER================================*/

#footer-container {
	margin: 0 auto;
	width: 800px;
	color: #ffffff;
}

#footer-container a {
	color: #ffffff;
	padding: 0 10px;
}

#footer-container a:hover {
	text-decoration: underline;
	color: #0cff00;
}

#footer-container p {
	text-align: center;
	font-size: 85%;
	margin: 5px 0;
}


