/* CSS Document */


/* ====== Left Navigation Bar ====== */
div#side {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	line-height: 10pt;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: none;
}
div#side a {
	color: #FFFF99;
	text-decoration: none;
}
div#side a:hover {
	color: #FFFF99;
	text-decoration: underline;
}
div#side a:visited {
	color: #FFCC33;
}
div#side .heading {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bolder;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9933;
	padding-bottom: 4px;
}


/* ====== Top Link Trail ====== */
div#trail {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	line-height: 10pt;
	color: #333333;
	text-decoration: none;
}
div#trail a {
	text-decoration: none;
	font-weight: bold;
}
div#trail a:link, a:active {
	color: #006666;
}
div#trail a:visited {
	color: #339999;
}

div#trail a:hover {
	color: #003333;
	text-decoration: underline;
}


/* ====== Footer ====== */
div#footer {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	line-height: 10pt;
	color: #333333;
	text-decoration: none;
}
div#footer a {
	text-decoration: none;
	font-weight: bold;
}
div#footer a:link, a:active {
	color: #666666;
}
div#footer a:visited {
	color: #999999;
}

div#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

/* ====== HeadLinkage ====== */

div#headLinkage {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11pt;
	line-height: 10pt;
	color: #FFFF99;
	text-decoration: none;
}
div#headLinkage a {
	text-decoration: none;
	font-weight: bold;
}
div#headLinkage a:link, a:active {
	color: #FFFF99;
}
div#headLinkage a:visited {
	color: #FFCC33;
}

div#headLinkage a:hover {
	color: #FFFF99;
	text-decoration: underline;

}

/* ====== Headings ====== */
.title {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 3px;
	margin-bottom: 6px;
}
h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	line-height: 20pt;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.h1-green {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	line-height: 20pt;
	font-weight: bold;
	color: #333333;
	background-color: #b2b27c;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.h1-cream {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	line-height: 20pt;
	font-weight: bold;
	color: #333333;
	background-color: #ebd196;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.h1-cream_hon {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	line-height: 20pt;
	font-weight: bold;
	color: #333333;
	background-color: #ebd196;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-variant: small-caps;
	text-transform: uppercase;
}
.h1-grey {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	line-height: 20pt;
	font-weight: bold;
	color: #333333;
	background-color: #abb3b9;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
h2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9pt;
	line-height: 20pt;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: 20px;
	margin-right: 20px;
}
.h2-text {
	margin-left: 20px;
	margin-right: 20px;
}
ul {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}