
h1{
	font-weight: bold;
	color: #996633;
	font-size: 16px;
	text-align: center;
}
h2{
	font-size: 12px;
	font-weight: bold;
	color: #996633;
}
h3{
	font-size: 14px;
	color: #996633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
h4 {
	font-size: 90%;
}

a {
	color: #333333;
}
#pageTitle{
	padding: 5px 0px 5px 10px;
	color: #666666;
}

.siteDocsMain {
	text-align:center;
	margin-top: 10px;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.siteDocsMain a {
	color: #999999;
	text-decoration: none;
}
.siteDocsMain a:hover {
	text-decoration: underline;
}
.siteDocsMain a:visited {
	text-decoration: none;
	color: #663300;
}
.images {
	float: left;
}

.shadow {
	float: none;
	background-color: #FFFFFF;
	width: 518px;
	background-image: url(images/box_top_shadow.gif);
	background-position: right top;
	height: 12px;
	background-repeat: no-repeat;
}
#copyright {
	text-align: center;
	padding: 3px;
	height: 25px;
	background-image: url(images/footer_left.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.tdEvenMain {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(images/text_box_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	color: #666666;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
}
.tdEvenMain img {
	float: left;
	margin-right: 8px;
}
.tdOddMain {
	background-image: url(images/box_bottom_shadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
}
.tdOddMain img{
	float: left;
	margin-right: 8px;
}
