body, td, p {
	color : #000000;
	font-family : Helvetica, Sans-serif;
	font-size : 13px;
	line-height : 1.5em;
}

div.scroll {
	height: 150px;
	width: 600px;
	overflow: auto;
	border: 1px solid #666;
	background-color: #ffffff;
	padding: 6px;
}

.scroll_text {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	line-height: 1em;
}

.white_text {
	color : #ffffff;
}

.header {
	font-size : 14px;
/*	color : #8bafc5; */
	color : #626468;
}

.home_title_large {
	font-family : Helvetica, Sans-serif;
	font-size : 24px;
	color : #ec154e;
}

.home_title_small {
	font-family : Helvetica, Sans-serif;
	font-size : 16px;
	color : #666666;
}

.page_title {
	font-family : Helvetica, Sans-serif;
	font-size : 24px;
	color : #ec154e;
}

.small_text {
	font-size : 10px;
	color : #666666;
}

.error {
	font-family : Helvetica, Sans-serif;
	color : #cc0000;
}

.main_table {
	border-left: #ffffff solid 2px;
	border-right: #ffffff solid 2px;
	border-top: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
	background-color: #ffffff;
}

.main_table2 {
	border-left: #ffffff solid 2px;
	border-right: #ffffff solid 2px;
	border-top: #ffffff solid 0px;
	border-bottom: #ffffff solid 2px;
	background-color: #ffffff;
}

blockquote.tan_column {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 10px;
}

blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 10px;
}

a:link.nav, a:visited.nav {
	font-size : 11px;
	font-weight : bold;
	color : #626468;
	text-decoration : none;
}

a:active.nav, a:hover.nav {
	font-size : 11px;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
}

a:link, a:visited {
	font-weight : normal;
	color : #ec154e;
	text-decoration : none;
}

a:active, a:hover {
	font-weight : normal;
	color : #ec154e;
	text-decoration : underline;
}


