html body
{
	font-family: Verdana;	
	font-size: 10px;
	color: #5D5D5D;
	margin: 0px;
	padding: 0px;
	background-color: #FDFDFD;
}

td
{
	font-size: 10px;
	vertical-align: top;
}

table.container
{
	width: 780px;
	border-left: solid 1px #AAAAAA;	
	border-right: solid 1px #AAAAAA;	
	border-top: solid 7px #5d5d5d;	
	border-bottom: solid 1px #AAAAAA;	
}

td.subNav
{	
	/* background-image: url(../Images/SubNavBG.jpg); */
background-color: #5D5D5D;	
	border-top: solid 1px #AAAAAA;	
	border-bottom: solid 1px #AAAAAA;	
	padding: 5px 0px 5px 15px;
	font-size: 10px;
	color: #FDFDFD;	
}



p.menuItem
{
	
	/* background-color: #000000; */
	
	cursor: hand;
	
	background-color: #5D5D5D;
	
	border-bottom: solid 1px #AAAAAA;
	border-top: solid 0px #AAAAAA;
	border-left: solid 0px #FF0000;
	border-right: solid 0px #FF0000;
			
	color: #EEEFED;	
	
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;

	padding: 4px 0px 4px 10px;	 	
	
	margin: 0px;
	
	border-collapse: collapse;
	
}

p.disclaimer
{
	color: #CCCCCC;
	font-size: 9px;
}

p.menuLast
{
	border-bottom: solid 1px #5D5D5D;
	color: #FFCC00;	
	cursor: hand;
	padding: 3px 0px 3px 10px;	 	
}

div.Commments
{
	background-color: #EEEFED;		
	padding: 0px;
	width: 140px;
	border-bottom: solid 1px #AAAAAA;
	border-top: solid 1px #AAAAAA;	
	
}

td.Main
{
	padding: 15px 15px 15px 15px;
	font-size: 11px;
}

#rightBack
{
	background-color: #DCDFDA;
	border-left: solid 1px #AAAAAA;
}

img.header
{
	border-top: solid 1px #AAAAAA;	
	width: 644px;
	height: 123px;
}

h1
{
	font-size: 14px;
}

h2
{

	/* UNDEFINED */

}

h3 
{
	font-weight: bold;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

h4
{
	color:#999933;
	font-weight: bold;
	font-size: 10px;	
}

h5
{	
	font-weight: bold;
	font-size: 10px;	
}



p.commentText
{	
	margin: 0px 0px 10px 0px;
}

p
{
	font-size: 10px;
}

hr.foot
{
	margin: 30px 0px 7px 0px;
	color:#DCDFDA;
	height: 1px;
}

img.content
{
	border: 1px solid #DCDFDA;
}

/* LINKS */

a:link, a:visited, a:active
{
	color: #999933;
	text-decoration: none;
}

a:hover
{
	color: #999933;
	text-decoration: underline;
}

a.menuItem:link, a.menuItem:visited, a.menuItem:active
{
	color: #FDFDFD;	
	text-decoration: none;
}

a.menuItem:hover
{
	color: #FFCC00;	
}

a.foot:link, a.foot:visited, a.foot:active
{
	color: #CCCCCC;	
	text-decoration: none;
}

a.foot:hover
{
	color: #E40303;	
}

a.luke:link, a.luke:visited, a.luke:active
{
	color: #999933;	
	text-decoration: none;
	
}

a.luke:hover
{
	text-decoration: underline;
}

a.subNav:link, a.subNav:visited, a.subNav:active
{
	font-size: 10px;
	color: #FDFDFD;
	text-decoration: none;
	font-weight: bold;
}

a.subNav:hover
{
	color: #FFCC00;	
}

a.subNavSelected:link, a.subNavSelected:visited, a.subNavSelected:active
{
	font-size: 10px;
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}

a.subNavSelected:hover
{
	color: #FFFFFF;	
}

/* twoColumnContainer  */

table.twoColumnContainer
{
	border: 0px solid aqua;
	width:  100%;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

table.twoColumnContainer td
{
	vertical-align: top;
	border: 0px solid aqua;	
	margin: 0px;	
	padding: 0px;
}

table.twoColumnContainer td.left
{
	border-right: #DCDFDA 1px solid;
	padding-right: 10px;	
}

table.twoColumnContainer td.right
{	
	padding-left: 10px;	
}

/* sample */

table.sample
{
	margin-bottom: 15px;
}

table.sample td
{
	padding: 0px;
}

span.label
{
	font-weight: bold;	
}

input
{
	width: 255px;
}

input.button
{
	width: 50px;
}

textarea
{
	width: 255px;
}

/* IMAGES */

img.logo
{
	margin: 10px;
}

img.caption
{
	margin-top: 30px;
	margin-bottom: 5px;
}

img.left
{	
	margin-bottom: 10px;
	margin-right: 10px;
}

img.right
{
	margin-bottom: 10px;
	margin-left: 10px;	
}