BODY {
	color: black;
	font-family: Verdana, Geneva, Arial;
	font-size: 12px;
	background: white;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

BODY.interface {
	color: black;
	font-family: Arial, Geneva;
	font-size: 12px;
	background-image: url(/img/background_interface.jpg);
	margin-left: 5;
}

TD {
	color: black;
	font-family: Verdana, Geneva, Arial;
	font-size: 12px;
	padding-bottom: 0;
	padding-top: 0;
}

TD.S0 {
	background-color: #FBFBFB;
	color: black;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial;
	padding-bottom: 1;
	padding-top: 1;
}

TD.S1 {
	background-color: #E3E3E3;
	color: black;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial;
	padding-bottom: 1;
	padding-top: 1;
}

TD.S2 {
	background-color: #FFFF99;
	color: black;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial;
	padding-bottom: 1;
	padding-top: 1;
}

.head {
	background-color: #2C4480;
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial;
	padding-bottom: 2;
	padding-top: 2;
}

TD.int {
	color: black;
	font-family: Arial, Geneva;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 1;
	padding-top: 1;
}

TD.title {
	color: white;
	font-family: Verdana, Geneva, Arial;
	font-size: 16px;
	font-weight: bold;
	text-indent: 20px;
	padding-bottom: 0;
	padding-top: 0;
}

TD.type {
	font-family: Verdana, Geneva, Arial;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2;
	padding-top: 2;
}

DIV.divider {
	border-top: thin solid white;
}

DIV.dash {
	border-top: thin dashed #F2F2F2;
}

INPUT {
	width: 176pt;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial;
}

INPUT.half {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial;
	width: 88pt;
}

INPUT.button {
	width: auto;
	font-size: 9px;
	font-family: Verdana, Geneva, Arial;
}

INPUT.perc_100 {
	width: 100%;
}

INPUT.small {
	width: 50pt;
	text-align:center;
}

INPUT.small_left {
	width: 50pt;
	text-align: left;
}

INPUT.small_right {
	width: 50pt;
	text-align: right;
}

INPUT.one_char {
	width: 10pt;
	text-align: left;
	font-weight: bold;
}

SELECT {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial;
	width: 176pt;
}

SELECT.auto {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial;
	width: auto;
}

SELECT.perc_100 {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial;
	width: 100%;
}

SELECT.date {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial;
	width: 88pt;
}

SELECT.quarter {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial;
	width: 44pt;
}

SELECT.threequarter {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial;
	width: 132pt;
}

TEXTAREA.perc_100 {
	width: 100%;
	font-family: Verdana, Geneva, Arial;
	font-size: 11px;
	padding-bottom: 0;
	padding-top: 0;
}

SPAN.Default {
	background: orange;
}
SPAN.Bronze {
	background: #A67D3D;
}
SPAN.Silver {
	background: silver;
}
SPAN.Gold {
	background: yellow;
}
SPAN.Platinum {
	background: #A5DCF2;
}
SPAN.Site {
	background: blue;
}
SPAN.Custom {
	background: purple;
}

A {
	text-decoration: none;
	color: black;
}

A:select {
	text-decoration: none;
	color: red;
}

A:Hover {
	text-decoration: underline;
	color: black;
}

A.S0 {
	text-decoration: underline;
	color: black;
}

A.S0:select {
	text-decoration: underline;
	color: black;
}

A.S0:Hover {
	text-decoration: underline;
	color: #C97611;
}

A.S1 {
	text-decoration: underline;
	color: black;
}

A.S1:select {
	text-decoration: underline;
	color: black;
}

A.S1:Hover {
	text-decoration: underline;
	color: #C97611;
}

A.S2 {
	text-decoration: underline;
	color: black;
}

A.S2:select {
	text-decoration: underline;
	color: black;
}

A.S2:Hover {
	text-decoration: underline;
	color: #C97611;
}

A.S3 {
	text-decoration: underline;
	color: white;
}

A.S3:select {
	text-decoration: underline;
	color: white;
}

A.S3:Hover {
	text-decoration: underline;
	color: yellow;
}

A.int {
	text-decoration: none;
	color: #00435E;
	font-family: Arial, Geneva;
	font-size: 12px;
}

A.int:select {
	text-decoration: none;
	color: #00435E;
	font-family: Arial, Geneva;
	font-size: 12px;
}

A.int:Hover {
	text-decoration: underline;
	color: #00435E;
	font-family: Arial, Geneva;
	font-size: 12px;
}

A.pagesel {
	text-decoration: none;
	color: #FF0000;
	font-family: Arial, Geneva;
	font-size: 12px;
}
A.pagesel:select {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Geneva;
	font-size: 12px;
}
A.pagesel:Hover {
	text-decoration: underline;
	color: #FF0000;
	font-family: Arial, Geneva;
	font-size: 12px;
}

.dtree {
	font-family: Arial, Geneva;
	font-size: 12px;
	color: black;
	white-space: nowrap;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}

.dtree a {
	color: black;
	font-family: Arial, Geneva;
	font-size: 12px;
	text-decoration: none;
}

.dtree a.node {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}

.dtree a.node:select, .dtree a.node:hover {
	color: black;
	font-family: Arial, Geneva;
	font-size: 12px;
	text-decoration: underline;
}

.dtree .clip {
	overflow: hidden;
}

body#header {
	margin:0;
	padding:0;
	font-size:0px;
}

div#header {
	height:10px;
	width: 100%;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-bottom-color: #2C4480;
}

span#header {
	height:9px;
	width: 100%;
	display: block;
	color: #FFFFFF;
	background-color: #2C4480;
}

div#header_title {
	font-family: Verdana, Geneva, Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 55px;
	float: left;
}

.btn {
	height: 25px;
	width: 110px;
	line-height: 12px;
	text-align: center;
	border: 3px double #2C4480;
	padding: 0.25em;
	background-color: #2C4480;
	color: #FFFFFF; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: Sans-serif, Verdana, Geneva, Arial;
}

div#top {
	padding-top: 1px;
	height: 34px;
	width: 166px;
	background-color: #2C4480;
	border-right: 3px solid #666666;
}

span#top {
	height: 30px;
	width: 164px;
	display: block;
	font-family: Verdana, Geneva, Arial;
	font-size: 16px;
	text-align:center;
	text-decoration: none;
	line-height: 29px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2C4480;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	border-left-color: #2C4480;
}

div#bottom {
	padding-top: 1px;
	height: 40px;
	width: 165px;
	background-color: #2C4480;
	border-right: 3px solid #666666;
}

span#bottom {
	height: 36px;
	width: 162px;
	display: block;
	text-align: center;
	padding-top: 6px;
	background-color: #2C4480;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	border-left-color: #2C4480;
}

div#subheader {
	padding-top: 1px;
	padding-left: 1px;
	height: 34px;
	width: 100%;
	background-color: #2C4480;
	border-right: 3px solid #666666;
}

div#subheader span {
	height: 30px;
	width: 100%;
	display: block;
	font-family: Verdana, Geneva, Arial;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	text-indent: 10px;
	line-height: 29px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2C4480;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	border-right-color: #2C4480;
}
