
body {
	color: #000000;
	background-color: #000080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:link, a:visited {
	color: #603000;
	font-weight: bold;
}

a:hover {
	background-color: #003acc;
	color: #FEFAE6;
	font-weight: bold;
}

/* Text */
.bold {
	font-weight: bold;
}

.title {
	color: #603000;
	font-size: 16px;
	font-weight: bold;
}

/*Tables */
#tableContent1 {
	border: 1px solid #f0d084;
	text-align: left;
	padding: 0px;
}

.td-header1 {
	color: #603000;
	font-size: 14px;
	font-weight: bold;
	background: #f0d084 url(images/header-bottom.jpg) repeat-x;
	padding-left: 10px;
}

.td-column1 {
	background-color: #f0d084;
	color: #000;
	font-size: 14px;
	padding: 0 10px 0 5px;
}

#tableContent2 {
	border: 1px solid #003acc;
	width: 476px;
	text-align: left;
	padding: 2px;
}

.td-header2 {
	background-color: #003acc;
	color: #FEFAE6;
	font-size: 14px;
	font-weight: bold;
}

.td-column2 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	background-color: #003ACC;
}

#main, .main {
	background-color: #FEFAE6;
	color:#000;
	padding: 10px 10px 0 0;
	text-align: left;
}

/* Misc. */

.footer {
	color: #fff;
	font-size: 11px;
	padding: 3px 0 3px 0;
}

.li {
	font-size: 11px;
}

.required {
	color: #ff0000;
	font-weight: bold;
}

input, select, textarea {
	border: #f0d084 1px solid ;
	color: #000;
	background: #fff;
}

.changedField {
	border: #aaa 1px solid ;
	color: #000;
	background: #c7c7c7;
}

.currentField {
	border: #603000 1px solid ;
	color: #fff;
	background: #003acc;
}

.buttons {
	color: #000;
	border: #603000 1px solid;
	background: #f0d084 url(images/header-top.jpg) repeat-x;
	text-transform:uppercase;
}