a {
	color: #369;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.blue {
	color: #6FA1D4;
	font-weight: normal;
	text-decoration: underline;
}

a.blue:hover {
	text-decoration: none;
}

body, p, td {
	color: #036;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	scrollbar-3d-light-color: #FFF;
	scrollbar-arrow-color: #DCE1EE;
	scrollbar-base-color: #6381A3;
	scrollbar-dark-shadow-color: #036;
	scrollbar-face-color: #369;
	scrollbar-highlight-color: #DCE1EE;
	scrollbar-shadow-color: #69C;*/
}

h1 {
	color: #036;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 14px;
}

hr {
	color: #036;
}

input {
	font-size: 13px;
}

ul {
	list-style: disc;
}

ul.noindent {
	margin-left: 1.5em;
	padding-left: 0;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

ol.noindent {
	margin-left: 1.5em;
	padding-left: 0;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

li.padded {
	margin-bottom: 6px;
}

.nopadding {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.smallbutton {
	font-size: 9px;
	background: #036;
	border-color: #FFF;
	color: #FFF;
}

.bluebutton {
	background: #369;
	border-color: #FFF;
	color: #FFF;
	font-weight: bold;
}

.small {
	font-size: 10px;
}

.white {
	color: #FFF;
}

.red {
	color: red;
}

.green {
	color: green;
}


/*tables*/
table {
	border: 0;
}

table tr {
	vertical-align: top;
}

.table1 tr {
	margin: 2px;
}

.table1 tr th {
	padding: 4px;
	background: #036;
	color: #FFF;
	font-size: 12px;
}

.table1 tr td.subheader {
	background: #6381A3;
	color: #FFF;
}

.table1 tr td.subheader2 {
	background: #369;
	color: #FFF;
	font-weight: bold;
}

.table1 tr td.subheader3 {
	background: #69C;
	color: #FFF;
}

.table1 tr td.rowheader {
	background: #C1CAE1;
}

.table1 tr td.white {
	background: #FFF;
	color: #036;
}

.table1 tr td {
/*	border: 0 solid black;
*/	padding: 4px;
	background: #DCE1EE;
}



/*getting rid of these*/
td.formcontent {
	background: #DCE1EE;
}

td.formsubheader {
	background-color: #6381A3;
	color: #FFF;
}

td.rowheader {
	background: #C1CAE1;
}

td.darkblue {
	background: #369;
	color: #FFF;
}

td.mediumblue {
	background: #69C;
	color: #FFFFFF;
}

td.lightblue {
	background: #DCE1EE;
}

td.white {
	background: #FFF;
	color: #036;
}

th {
	background: #036;
	color: #FFF;
	font-size: 12px;
}

.nowrap {
	white-space: nowrap;
}
