/* Main Table (Outer) & Dashed Border */


table.main {
	border-width="1px";
	border-color="#999999";
	border-style="dashed";
	background-color: white;
}





/* Body */

body {
	margin: 6;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
}



/* Table - General */

td {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	white-space: normal;
}

td a:link{
	color: #808040;
	text-decoration: none;
}

td a:hover{
	color: #808040;
	text-decoration: none;
}

td a:visited{
	color: #808040;
	text-decoration: none;
}



/* Table for Header */

table.header {
	border-bottom-style:solid;
	border-bottom-width:4px;
	border-bottom-color:#BEBE7E;
} 



/* Header 1 for Page Title */

h1 {
	font-family: Arial Narrow;
	font-size: 28px;
	color: #808040;
	letter-spacing: 4px;
	vertical-align: bottom;
}



/* Header 2 for Subtitle */

h2 {
	font-family: Arial Narrow;
	font-size: 20px;
	color: #808040;
	letter-spacing: 2px;
	text-decoration: underline;
	vertical-align: bottom;
	line-height: 22px;
}



/* Menu */

#menu {
	font-family: Arial Narrow;
	font-size: 10px;
	color: #000000;
}

#menu a:link {
	color: #000000;
	text-decoration: none;
}

#menu a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;	
}

#menu a:visited {
	color: #000000;
	text-decoration: none;
}



/* Footer */

#footer {
	height:28px;
	width:760px;
	border-top-style: solid;
	border-top-width:1px;
	border-top-color:#999999;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	color: #666666;
}





/* Copyright */

#copyright {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0066FF;
}

#copyright a:link {
	color: #0066FF;
}

#copyright a:hover {
	color: #0000FF;
}

#copyright a:visited {
	color: #0066FF;
}
