body {
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
html { min-height: 100%; 
    margin-bottom: 1px; 
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	margin-top: 15px;
	margin-left: 0px;
}
h2 {
	font-size: 14px;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
}

.txt-side {
	margin-right: 0px;
}
.txt-white {
	color: #FFFFFF;
}


.td-nav {
	background-image: url(../images/bkg-nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 1024px;
}
.td-main-text {
	padding-top: 15px;
	padding-right: 40px;
	padding-left: 25px;
	padding-bottom: 15px;
	width: 744px;
	height: 100%;
}
.td-side {
	width: 237px;
	padding-left: 0px;
	padding-top: 15px;
	padding-right: 20px;
}
.td-bkg-bottom {
	background-image: url(../images/bkg-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 144px;
	width: 1024px;
}
.td-bkg-bkg-bottom {
	background-image: url(../images/bkg-bkg-bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 144px;
	width: 100%;
}


.table-nav {
	margin-left: 25px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 4px;
}
.div-copyright {
	margin-bottom: 15px;
}
.div-side {
	display: block;
	float: left;
	width: 232px;
}



.li-tell {
	background-image: url(../images/icon-tell.gif);
	background-repeat: no-repeat;
	background-position: 0 0.27em;
	padding-left: 2.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 23px;
	margin-left: 5px;
}

.ul-tell { 
    list-style-type: none;
	margin-top: 0em;
	margin-bottom: .7em;
	margin-left: 0em;
	list-style-type: none;
	padding-left: 0px;
}


a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #D6DF3D;
	text-decoration: none;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited:hover {
	color: #D6DF3D;
	text-decoration: none;
}

a.red:link {
	color: #CC0000;
	text-decoration: none;
}
a.red:hover {
	color: #D6DF3D;
	text-decoration: none;
}
a.red:visited {
	color: #CC0000;
	text-decoration: none;
}
a.red:visited:hover {
	color: #D6DF3D;
	text-decoration: none;
}

a.grey:link {
	color: #999999;
	text-decoration: none;
}
a.grey:hover {
	color: #D6DF3D;
	text-decoration: none;
}
a.grey:visited {
	color: #999999;
	text-decoration: none;
}
a.grey:visited:hover {
	color: #D6DF3D;
	text-decoration: none;
}
