
	a {
		color: #000000;
	}

	a:hover {
		color: #5f5f5f;
	}

	a.header {
		color: #00005d;
	}

	a.header:hover {
		color: #4040a0;
	}

	body {
		background: url('/images/bg_main.jpg') no-repeat scroll 50% 0px #3f3f3f;
		margin: 0px;
		padding: 0px;
	}

	h1 {
		color: #00002f;
		font-size: 24px;
		font-weight: bold;
		margin: 0px;
	}

	h2 {
		font-size: 16px;
		font-weight: bold;
		margin: 0px;
	}

	h3 {
		font-size: 13px;
		font-weight: bold;
		margin: 0px;
	}

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

	td {
		color: #000000;
		font-family: "Trebuchet MS",verdana,tahoma,arial;
		font-size: 13px;
	}

	a.nav {
		background: url('/images/bg_button.jpg') repeat-x;
		border-left: 1px solid #8f8fdf;
		color: #ffffff;
		display: block;
		height: 16px;
		padding: 6px;
		text-align: center;
		text-decoration: none;
	}

	a.nav:hover {
		background: url('/images/bg_button_over.jpg') repeat-x;
		color: #ffffff;
	}

	a.menu {
		background: #2a2a77;
		border-top: #8f8fdf 1px dotted;
		border-left: #8f8fdf 1px solid;
		border-right: #8f8fdf 1px solid;
		color: #ffffff;
		display: block;
		filter: alpha(opacity=85);
		height: 20px;
		opacity: .85;
		padding-left: 5px;
		text-decoration: none;
		width: 150px;
		z-index: 1;
	}

	a.menu:hover {
		background: #7070bd;
		color: #ffffff;
	}

	.admin_header {
		background-color: #cfcfcf;
		border: 1px solid #ffffff;
		font-weight: bold;
		padding: 5px;
	}

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

	.admin_spacer {
		background-color: #ffffff;
		border: 1px solid #ffffff;
		margin-left: 15px;
		padding: 5px;
	}

	.box {
		background: url('/images/bg_header.gif') repeat-x #efefef;
		border: 1px solid #bfbfbf;
		height: 200px;
	}

	.button {
		background-color: #bfbfbf;
	}

	.error {
		color: #ff0000;
	}

	.mailing_right_side {
		background: #dfdfdf;
	}

	.nav_bottom {
		color: #ffffff;
	}

	.left_side {
		border-right: 1px solid #bfbfbf;
		height: 770px;
	}

	.required-star {
		color: #ff0000;
		font-weight: bold;
	}

	.small {
		font-size: 10px;
	}

	.sub_menu {
		position: absolute;
		visibility: hidden;
	}

	.table_header {
		background-color: #7f7f7f;
		color: #ffffff;
		font-weight: bold;
	}

	.table_roweven {
		background-color: #cfcfcf;
	}

	.table_rowodd {
		background-color: #efefef;
	}


