/* CSS Document */

body,td,th {
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #000000;
background-color: #FFFFFF;
text-align:justify;

}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 00px;
	margin-bottom: 0px;
}

.gray {
	color: #FF8017;
	text-decoration: underline;
}

.blue {
	color: #008BB9;
	text-decoration: underline;	
}

.teal {
	color: #1E938D;
	text-decoration: underline;
}
.green {
	color: #659827;
	text-decoration: underline;
}
.yellow {
	color: #F0A300;
	text-decoration: underline;	
}
.lime {
	color: #8A8D16;
	text-decoration: underline;	
}

.purple
{
	color: #C736B8;
	text-decoration: underline;
}

.inputtext {
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
}

.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.gray {
	color: #333333;
	text-decoration: underline;
}

.orange {
	color: #FF8017;
	text-decoration: underline;
}

.grayitalics {
font-size: 11px;
	font-style: italic;
	color: #666666;
}
a.subsections:link {
font-size: 11px;
	text-decoration: none;
	color: #000000;
}

a.subsections:visited {
font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.news_text {
	font-family: Trebuchet MS, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 12px;
}


a.subsections:hover {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

a.subsections:active {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}
	
.formtext {
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
}

.toplinedashed
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.leftlinedashed
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

