#footer, #footer a {
	font-size: 11px;
	color: #999;
	text-decoration: none;
}

p, ul, ol {
	font-size: 13px;
	color: #666;
	margin: 0 0 8px 0;
	line-height: 19px;
}

#content ul {
	padding: 0 0 0 1px;
	list-style-type: none;
}

#content ul li {
	background: transparent url(../images/bg_li.gif) no-repeat scroll top left;
	padding-left: 18px;
	margin-bottom: 2px;
}

#content ol {
	padding: 0 0 0 21px;
	_padding-left: 26px;
	margin: 0;
	color: #666;
}

#content ol li {
	margin-bottom: 4px;
}

a {
	color: #ff9900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.body_copy {
	background: #fff url(../images/bg_body_copy.jpg) no-repeat;
	padding: 0 12px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #ff9900;
	margin: 0 0 10px 0;
	padding-top: 8px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin: 0 0 6px 0;
}

.red {
	color: #FF0000;
}

.orange {
	color: #ff9900;
}

img {
	border: 0;
}

div.pageimage {
	float: right;
	margin: 35px 0 20px 20px;
	text-align: center;
}

form {
	margin: 0;
}

div.form {
	width: 515px;
	position: relative;
	margin-left: -5px;
	background: #fff url(../images/bg_form_mid.gif) repeat-y;
}

div.form img {
	display: block;
}

div.form div {
	padding: 5px 25px;
}

div.form div.formcol {
	float:left;
	width:100px;
	padding:0;
}


div.form label {
	display: block;
	margin: 0 0 3px 0;
	font-size: 14px;
	color: #266CD5;
}

div.form input, div.form select, div.form textarea {
	margin-bottom: 6px;
}

input.text, select.text, textarea.text {
	display: block;
	padding: 2px;
	margin: 0 0 10px 0;
	width: 400px;
	border-style: solid;
	border-width: 1px;
	border-color: #DDD #EEE #EEE #DDD;
	color: #666;
	font: 13px Arial, Helvetica, sans-serif;
}

div.tc p, div.tc ol {
	font-size: 11px;
	line-height: 15px;
}

div#tvc_wrapper {
	width: 320px;
	height: 252px;
	overflow: hidden;
	float: right;
	margin: 10px 0 20px 30px;

}

table.oddeven  {
	border: 1px solid #f4f4f4;
}

table.oddeven p {
	margin: 0;
}

table.oddeven tr td {
	background: #f4f4f4;
	padding: 4px;
}

table.oddeven tr.odd td {
	background: #fff;
}


