
a {
	color: #000000;
}

body {
	background: url('/images/bg_header.gif') repeat-x #000066;
	margin: 0px;
}

input, select, textarea {
	background-color: #efefef;
	border: 1px solid #4f4f4f;
	color: #000000;
}

td {
	color: #000000;
	font-family: "Times New Roman";
	font-size: 13px;
}

.admin_header {
	background-color: #7f7f7f;
	border: 1px solid #949494;
	font-weight: bold;
	padding: 5px;
}

.admin_item {
	background-color: #afafaf;
	border: 1px solid #949494;
	margin-left: 15px;
	padding: 5px;
}

.button {
	background-color: #efefef;
	color: #000000;
}

.editor_content {
	background: #d7d7d7;
	font-family: verdana,tahoma,arial;
	font-size: 10px;
}

.editor_header_footer {
    background: #000066;
	font-family: verdana,tahoma,arial;
	font-size: 10px;
}

.nav_bottom {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

.nav_top {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
}

.nav_top:hover {
	color: #9fbfff;
}

.small {
	font-size: 10px;
}

.white {
	color: #ffffff;
}

