html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4C4C4C;
	border-collapse: collapse;
}

ul {
	list-style-position: outside;
	text-indent: 0px;
}

p {
	margin: 0px 0px 10px 0px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	color: #4C4C4C;
	margin: 8px 0px 8px 0px;
	padding: 0px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #465A6E;
	margin: 8px 0px 6px 0px;
	padding: 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #94ACC5;
	margin: 8px 0px 5px 0px;
	padding: 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #4C4C4C;
	margin: 8px 0px 0px 0px;
	padding: 0px;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #4C4C4C;
	margin: 8px 0px 0px 0px;
	padding: 0px;
}

h6 {
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #4C4C4C;
	display: inline;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: underline; 
	color: #206A40;
}

a:visited {
	text-decoration: underline;
	color: #206A40;
}

a:hover {
	text-decoration: underline;
	color: #79A68C;
}

a.topic {
	text-decoration: none;
	color: #206A40
}
a.topic:visited {
	text-decoration: none;
	color: #206A40
}
a.topic:hover {
	text-decoration: underline;
	color: #E7CD7B
}

a.titleSm {
	text-decoration: none;
	font-weight: bold;
	color: #4C4C4C
}
a.titleSm:visited {
	text-decoration: none;
	font-weight: bold;
	color: #4C4C4C
}
a.titleSm:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #C2D5C5
}

a.authorBg {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #4C4C4C
}
a.authorBg:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #4C4C4C
}
a.authorBg:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
	color: #C2D5C5
}

a.tanBg {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #206A40
}
a.tanBg:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #206A40
}
a.tanBg:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #79A68C
}

a.bottom {
	text-decoration: underline; 
	color: #FFFFFF;
}

a.bottom:visited {
	text-decoration: underline;
	color: #FFFFFF;
}

a.bottom:hover {
	text-decoration: underline;
	color: #C2D5C5;
}

a.greenButton {
	text-decoration: none;
	color: #206A40;
	text-align: center;
	padding-bottom: 5px;

}

a.greenButton:visited {
	text-decoration: none;
	color: #206A40;
}

a.greenButton:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.input {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #465A6E;
	height: 16;
	border: 1px solid #999999;
}
.inputTop {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #465A6E;
	height: 14;
	border: 1px solid #79A68C;
}

inBox {
	border: 1px solid #999999;
}

.textarea {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #465A6E;
	border: 1px solid #999999;
}

.button {
	background-color: #F4E6BE;
	border: 1px solid #F9F1DB;
	font-weight: bold;
	color: 4C4C4C;
}

.topics {
	background-attachment: scroll;
	background-color: #F9F1DB;
	background-image: url(../images/topics_side.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}
.tableBorder {
	border: 1px solid F4E6BE;
}
.breadcrumb {
	font-weight: bold;
	color: 206A40;
	font-size: 11px;
}
.tanButtons {
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 8px;

}
.topBg {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/nav/nav_bg_tan.gif);
	background-repeat: repeat-x;
}
.topBgAlt {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}
.small 
{
	font-size: 9px
}

