body {
    background-image: url(../theme/bg_tile.gif);
    background-repeat: repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Tahoma, Arial ;
}

.bgFade {
    position:absolute;
    margin: 0px 0px 0px 0px;
	left:0px;
	top:0px;
    background-repeat: repeat-x;
	background-image: url(../theme/bg_fade.gif);
	width:100%;
	height:100%;
	z-index:1;
	text-align:center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial ;
	color: #363 ;
	font-size: 28px ;
	line-height: 100% ;
	margin: 0px 0px 10px 0px ;
}

h2 {
	font-size:24px;
}

h3 {
	font-size:20px;
}

h4 {
	font-size:16px;
}

h5 {
	font-size:12px;
}

h6 {
	font-size:10px;
}

.footertext {
	padding: 30px 35px ;
	background: #0F5397 url(../theme/bg_footer.gif) repeat-x ;
	text-align: center ;
	color: #fff ;
}

.footertext table {
	margin: 0 auto ;
}

.footertext td {
	padding: 2px 10px ;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
}

.footertext a:link, .footertext a:active, .footertext a:visited {
	color: #fff ;
	text-decoration: underline ;
	padding: 1px 3px ;
}

.footertext a:hover {
	background-color: #ccc ;
}

td
	{
	font-family:tahoma;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	line-height: 140% ;
	}
a
	{
	font-family:tahoma;
	font-size:10px;
	color:#336633;
	font-weight:bold;
	}
a:link 
	{
	font-family: tahoma;
	font-weight:bold;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
	}
a:visited 
	{
	font-family: tahoma;
	font-weight:bold;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
	}
a:hover 
	{
	font-family: tahoma;
	font-weight:bold;
	font-size: 10px;
	color: #336633;
	text-decoration: none;
	}
	
