/* body */
body {
/* 	margin: 0; */
	padding: 0;
	background: #000000;
}

tbody {
}

/* forms */
form {
	margin-bottom: 0;
}

.textbox {
	font-family: verdana, "Trebuchet MS", "Bitstream Vera Sans", lucida, arial, helvetica, "Luxi Sans", "Adobe Helvetica", sans-serif;
	font-size: 11px;
}


/* links */


a, a:link {
	color:#00C; 
	text-decoration: none;
	}
a:visited {
	color:#30C;
	}
a:hover {
	color:#F60;
	background: #ffc;
	}
a:active {
	color:#F00;
	}

h1 {
	color: #0f3063;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", lucida, arial, helvetica, "Luxi Sans", "Adobe Helvetica", sans-serif;
	font-size: 32px;
	font-weight: normal;
	line-height: 38px;
	margin: 0;

}

h2, h3, h4, h5, h6, td, table, p, blockquote, cite {
	/* font-family: Papyrus, verdana, "Trebuchet MS", "Bitstream Vera Sans", lucida, arial, helvetica, "Luxi Sans", "Adobe Helvetica", sans-serif; */
	font-family: verdana, "Trebuchet MS", "Bitstream Vera Sans", lucida, arial, helvetica, "Luxi Sans", "Adobe Helvetica", sans-serif;	
	color: #333;
	font-size: 40px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;

}

h2, h3, h4, td, table, p, cite {
	font-size: 11px;
}

h2 {
	font-weight: normal;
	line-height: 20px;
	padding: 5px 0 10px 0;
	margin: 0;
}

h3 {
	color: #666;
	font-weight: bold;
	padding: 4px 3px 4px 6px;
	margin: 12px 0 6px 0;
	background: #ffc;
	border-bottom: 1px solid #fc9;
}

h4 {
	font-weight: bold;
	padding: 5px 0 3px 0;
	margin: 0;
}
	h4.note {
		padding: 5px 0 0;
		margin: 0;
	}

h5 {
	font-weight: normal;
	font-size: 9px;
	padding: 5px 0 5px 0;
	margin: 0;
}

h6 {
	color: #999;
	font-size: 9px;
	font-weight: normal;
	padding: 5px 0 5px 0;
	margin: 0;
}
	h6.note {
		color: #999;
		font-size: 9px;
		font-weight: normal;
		padding: 0;
		margin: 0;
	}

p {
	line-height: 16px;
	margin: 6px 0 6px 0;
}

hr {
	border-bottom: dotted 1px #ccc;
	color: #fff;
	margin: 5px -5px -0px -5px;
	}

blockquote {
	color: #666;
	font-weight: normal;
	font-size: 13px;
	padding: 5px 0 5px 0;
	margin: 0;
}
	#promocolumn blockquote {
		line-height: 18px;
		padding: 12px 12px 0 24px;
	}
	blockquote.said {
		color: #333;
		text-align: right;
		font-size: 11px;
		font-style: italic;
		padding-bottom: 12px;
		border-bottom: 1px solid #ccc;
	}
	blockquote.said:first-line {
		font-style: normal;
		font-weight: bold;
	}
	#promocolumn blockquote.said {
		padding-bottom: 12px;
		border-bottom: 1px dashed #ccc;
		color: #666;
	}


#menu p {
	padding:1px 0 1px 0;
	margin:0;
	border-bottom: 1px solid #000000;
}

	#menu .menutext {
		color: #666;
		padding:0 0 0 10px;
		margin:0;
	}
	#menu p.menutext {
		color: #666;
		padding:1px 0 1px 14px;
		margin:0;
	}
#menu a 
{
	font-family: verdana, "Trebuchet MS", "Bitstream Vera Sans", lucida, arial, helvetica, "Luxi Sans", "Adobe Helvetica", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	margin: 0;
	width: 155px;
	display: block;
	padding: 1px 0 1px 4px;
}
	#menu a:hover 
	{
		color: white;
		background: #515463;
	}

#sections {
	position: absolute;
	left: 162px;
	top: 47px;
	margin: 0;
	padding: 0;
	width: 800px;
}


#crumb a {
	color: #999;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", lucida, arial, helvetica, "Luxi Sans", "Adobe Helvetica",  "Luxi Sans", "Adobe Helvetica", sans-serif;
	font-size: 90%;
	text-decoration: none;
}
	.menucarat {
		color: #c60;
		font-size: 10px;
	}
	#crumb a:hover {
		color: #f60;
	}



/* Footer*/

.footer {
	position: relative;
	top: -1px;
	width: 100%;
	line-height: 20px;
	font-size: 9px;
	color: #FFFFFF;
	}
