/* CSS Document */

body {
	margin: 0;
	background: url(../images/bg_y.jpg) repeat-y #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.40em;
	color: #333333;
	text-decoration: none;
	}
	
	a {
	color:#333333;
	text-decoration: none;
	
	}
	
a:hover {
	color:#CC3300;
	text-decoration: underline;
	}

#subhead {
	border-top: 1px solid;
	margin: 0 0 0 20px;
	width: 600px;
	padding: 10px 0 0 0;
	
	}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #CC3333;
	font-weight: 400;
	line-height: 0;
	padding: 15px 0 0 0;
	
	}
	
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CC3333;
	font-weight: 600;
	padding-bottom: 3px;
	margin-bottom: 0;
	
	}
	
.indent {
	padding-left: 15px;
	font-size: 11px;
	}
	
table.sitemap a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 2px;
	}
	
table.sitemap a:hover {
	color: #cc3333;
	background: #F4F4F4;
	display: block;
	}
	
td.sitemapmain a {
	color: #cc3333;
	text-decoration: underline;
	padding: 0;
	
	}

td.sitemapmain a:hover {
	color: #333333;
	background: #fff;
	
	}
