/* CSS Document */
/* Main Stylesheet*/

/* to standardize font sizes between browsers and allow for resizing */
body {
	font-size: 62.5%;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFAA;
}

.header_14px_center {
	font-size: 1.2em;
	color: #FFFFAA;
	padding: 0 0 3px 0;
	margin: 0 0 15px 0;
	text-align:center;
	font-weight:bold;
}
	
.header_14px {
	font-size: 1.2em;
	color: #FFFFAA;
	padding: 0 0 3px 0;
	margin: 0 0 15px 0;
	font-weight:bold;
}

.header_olivebar {
	font-size: 1.2em;
	color:#FFFFCC;
	background-image:url(../images/header_bar_olive.gif);
	background-repeat:repeat-x;
	height: 24px;
	text-align: left;
	vertical-align: middle;
	margin: 0 0 12px 0;
	padding: 4px 0 0 15px;
	font-weight:bold;
}

.header_olivebar_collections {
	font-size: 1.1em;
	color:#FFFFCC;
	background-image:url(../images/header_bar_olive.gif);
	background-repeat:repeat-x;
	height: 24px;
	text-align: right;
	vertical-align: middle;
	margin: 0 0 0 10px;
	padding: 4px 15px 0 0;
	font-weight:bold;
}

.header_13px_dark {
	color:#003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0 0 12px 0;
	font-weight:bold;
	padding: 0 20px 0 20px;
}
.header_13px_light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 0;
	margin: 0 0 12px 0;
	font-weight:bold;
}
header_12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0 0 12px 0;
	font-weight:bold;
}

body p {
	margin: 0 0 12px 0;
}

.small {
	font-size: .9em;
}

ul {
	list-style-type: circle;
	list-style-position: outside;
	margin: 0 0 0 15px;
}

li {
	margin:0 0 5px 0;
}

td {
	color:#003300;
}

.green_bodytext {
	color:#003300;
	padding: 0 20px 0 20px;
}

.green_bodytext_aligncenter {
	color:#003300;
	padding: 0 20px 0 20px;
	text-align:center;
}

.green_smalltext {
	color:#003300;
	padding: 0 20px 0 20px;
	font-size:.9em;
}

.align_right {
	text-align:right;
	color:#003300;
	padding: 0 20px 0 0;
}

.hanging_indent {
	margin-left: 41px;
	text-indent: -41px;
}
.header_14px_dark {
	font-size: 1.2em;
	color: #003300;
	margin: 0 0 6px 0;
	font-weight:bold;
}