/* Print Stylesheet and V.4- Browser Styles */

/* Netscape 4 Design Disclaimer */
.ahem{
	display: none;
}

/* Begin Styles */
body {
	font-family: Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 80%;
	color: #333;
}
h1, h2, h3, h4, h5, h6, address {
	font-family: "Gill Sans","GillSans","Tahoma","Lucida Grande",Verdana,sans-serif;
}
#content {
	color: #666;
}
#main, #contents p, #contents ul {
	margin-left: 1px;
	margin-right: 1px;
}

/* Default Link */
a {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	text-decoration: none;
}

/* Page Headings */
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #3B0A3B;
	border-bottom: 2px solid #F7EAFB;
}
h3,h4,h5,h6 {
	border: 0;
}
h1 a {
	text-decoration: none;
	font-family: "Zapfino","Apple Chancery","Lucida Handwriting","Gill Sans","GillSans",Georgia;
	font-size: 200%;
}
h1, h1 a, h1 a:visited {
	color: #fff;
}
h1 {
	padding: 1px;
	background: #6A396A;
	text-align: center;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 130%;
}

/* Footer */
address {
	color: #000;
	text-align: center;
	border-top: 1px solid #ddd;
	padding-top: 7px;
}
#footer_links {
	border-top: 1px solid #ddd;
	padding: 1px 0;
	text-align: center;
	color: #999;
}

/* Random classes */
.bold {
	font-weight: bold;
}