body {
	font-family: tahoma, verdana, sans-serif, Arial, Verdana, Helvetica, sans-serif;
	background-color: #0d390d;
	background: url('/images/bg.gif') repeat-y #1c293a;
	background-position: center;
	color: #1d2027;
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 11px;
}
.collist td {
	border-top: 1px solid #D9D9D9;
	border-right: 0px dotted #334A6C;
	border-bottom: 0px solid #D9D9D9;
	padding: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	border-right: 1px solid #CFCFCF;
}
.collist th {
	background-color: #27405F;
	color: #e7e7e7;
	padding: 5px;
	text-align: center;
	border-right: 1px solid #304D75;
	font-size: 11px;
}

#hblue { color: #014aa8; text-decoration: none; }
b.hblue { color: #014aa8; text-decoration: none; }
#hgreen { color: #0d8500; text-decoration: none; }

#blue { text-decoration: none; color: #014aa8; }
#blue:hover { text-decoration: underline;  color: #014aa8; }
a.blue { text-decoration: none; color: #014aa8; }
a.blue:hover { text-decoration: underline;  color: #014aa8; }
#green { text-decoration: none; color: #0d8500; }
#green:hover { text-decoration: underline;  color: #0d8500; }

a { text-decoration: underline; color: #0d8500; }
a:hover { text-decoration: none;  color: #0d8500; }

.menu a { text-decoration: none; color: #1d2027; }
.menu a:hover { text-decoration: underline;  color: #1d2027; }


td { text-align: left; }

#nodecor {  text-decoration: none; color: #f8f2ca; font-style: normal}
#nodecor:hover {  text-decoration: underline; color: #f8f2ca; font-style: normal}

ul {
	margin-left: 0px;
	padding-left: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bullet li {
	list-style: square;
	color: #FFA101;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 7px;
	margin-right: 7px;
}
li span { color: #1d2027; }

div { text-align: left; }

td {
	font-family: tahoma, verdana, sans-serif, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
input {
	font-family: tahoma, verdana, sans-serif, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
select {
	font-size: 11px;
	}
textarea {
	font-family: tahoma, verdana, sans-serif, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

hr {color: #E2E2E2; background-color: #E2E2E2; border: 1px dotted #a9a9a9; border-style: none none dotted; }

input.submitter {
	margin-left: 3px;
	background: url('/images/login.gif') top left no-repeat;
	display:block;
	width: 45px; /*width of bground image */
	height:19px; /* height of bground image */
	border:0;
}
input.submitter:hover {
	background: url('/images/login_hover.gif') top left no-repeat;
}
input.submit {
	background: url('/images/submit.gif') top left no-repeat;
	display:block;
	width: 45px; /*width of bground image */
	height:19px; /* height of bground image */
	border:0;
}
input.submit:hover {
	background: url('/images/submit_hover.gif') top left no-repeat;
}

#form { font-size: 11px; background-color: #658F59; color: #e7e7e7; border: 1px solid #0D390D; }

div.title {
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 7px;
	color: #E5CE3C;
	text-align: left;
}

img {
	border: 0px;
}