/* Johnny Withers <jwithers@consultrix.net> */

/* Link colors */
a, a.visited, a.active, a:hover, a:hover.visted, a:hover.active {
	color: #0000FF;
}
a:hover {
	text-decoration: none;
}

/* Text Styles */
body, table, table.tr, table.td {
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
body {
	margin: 0px;
	padding: 0px;
	background-image:url(/images/common/bg_filler.gif);
}

/* Table Styles */
.item {
	background-color: #FFFFFF;
}
.itemNext {
	background-color: #CCCCCC;
}

.subItemNext {
	background-color: #669999;
}

.header, .header a, .header a:hover {
	background-color: #336699;
	color: #FFFFFF;
	font-weight: bold;
}
.pager 
{
	background-color: #999999;
	color: #FFFFFF;
}

/* Input Styles */
input, textarea, input.disabled, input.disabledRed, input.small {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 250px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 0px;
}
select {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 0px;
}
input.small {
	width: 100px;
}
textarea.address {
	height: 150px;
	width: 250px;
}
textarea.small {
	height: 75px;
	width: 400px;
}

input.submit {
	width: auto;
	height: auto;
	font-size: 8.25pt;
}

/* Error Styles */
span.form_error {
	font-weight: bold;
	color: #FF0000;
	display: inline-block;
	margin-top: 3px;
	margin-bottom: 6px;
	margin-left: 0px;
	margin-right: 0px;
}

span.form_error ul {
	margin-top: 8px;
	margin-left: 10px;
}
span.form_error li {
	margin-left: 10px;
	padding-bottom: 2px;
}
span.error {
	font-weight: bold;
	color: #FF0000;
}

/* Site Styles */
.section_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #CD4400;
	line-height: normal;
	font-weight: lighter;
	text-transform: none;
	letter-spacing: -1px;
	word-spacing: 1px;
	font-variant: normal;
}
.section_title A:LINK {color: #CD4400; text-decoration: none}
.section_title A:VISITED {color: #CD4400; text-decoration: none }
.section_title A:HOVER {color: #CD4400; text-decoration: underline }


