body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/bkg-main.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
}
.txt-main {
	font-size: 11px;
	color: #FFFFFF;
	text-align:justify;
	line-height:15px;
}

.txt-form {
	font-size: 11px;
	color: #000000;
}

.txt-yellowhd {
	font-size: 12px;
	font-weight: bold;
	color: #81ecff;
}

td.mainctn { 
	padding: 0px 30px 15px 20px;
}

td.biggray { 
	padding: 5px 30px 5px 30px;
}

td.smlgray { 
	padding: 0px 10px 0px 30px;
}

td.smlgrayR { 
	padding: 0px 30px 0px 20px;
}

td.formtable { 
	padding: 0px 5px 10px 0px;
}

img.pix {
	padding: 0 0 0 15px;
}

.footer{
	font-size: 10px;
	color: #E8E8EF;
}

.quotes{
	font-size: 11px;
	color: #E8E8EF;
	font-style:italic;
}

ul {
	font-size: 11px;
	line-height: 25px;
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: disc;
	}

td.footer{
	padding: 5px 10px 10px 10px;
}

.footnavsml {
	font-size: 11px;
	color: #E8E8EF;
	font-decoration: none;
	text-decoration: none;
}

/* hyperlink stuffs */

a:link, a:visited, a:active
{
	font-size: 12px;
	font-weight: bold;
	color: #ffb400;
	text-decoration:none;
}
a:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #ffb400;
	text-decoration:underline;
}

/* hyperlink stuffs */

a.smllink:link, a.smllink:visited, a.smllink:active
{
	font-size: 11px;
	font-weight: bold;
	color: #ffb400;
	text-decoration:none;
}
a.smllink:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #ffb400;
	text-decoration:underline;
}

/* hyperlink stuffs */

a.footer:link, a.footer:visited, a.footer:active
{
	font-family: Arial;
	font-size: 11px;
	color: #EB7812;
	font-decoration: none;
	text-decoration: none;
}
a.footer:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #FF7800;
	font-decoration: none;
	text-decoration: none;
}

