
	a {
		color: #000000;
	}

	body {
		background: #ffffff;
		margin: 0px;
		padding: 0px;
	}

	h1 {
		font-size: 16px;
		font-weight: bold;
	}

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

	input, select, textarea {
		background-color: #ffffff;
		border: 1px solid #00007f;
		color: #000000;
	}

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

	.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;
	}

	.button {
		background-color: #bfbf90;
	}

	.copyright {
		color: #ffffff;
		font-family: verdana,tahoma,arial;
		font-size: 10px;
	}

	.error {
		color: #ff0000;
	}

	.header1 {
		color: #ffb090;
		font-size: 16px;
		font-weight: bold;
		left: 230px;
		position: relative;
		top: 12px;
		width: 330px;
	}

	.header2 {
		color: #e8eff9;
		font-size: 16px;
		font-weight: bold;
		left: 50px;
		position: relative;
		top: 47px;
		width: 690px;
	}

	.main_body {
		background: url('/images/bg_body.gif') no-repeat;
		min-height: 469px;
		height: auto !important;
		height: 469px;
		margin: 15px;
		padding: 20px;
	}

	.nav {
		color: #1a3771;
		font-weight: bold;
		font-size: 16px;
	}

	.nav:hover {
		color: #5370ac;
	}

	.nav_button {
		border-color: #c9ccd1;
		border-style: solid;
		border-width: 0px 0px 1px 0px;
		cursor: hand;
		height: 20px;
		margin-left: 10px;
		margin-right: 2px;
		margin-top: 2px;
		padding-bottom: 5px;
		padding-right: 0px;
		padding-top: 5px;
		text-align: right;
		width: 210px;
	}

	.nav_bottom {
		color: #1a3771;
		font-size: 10px;
	}

	.table_roweven {
		background-color: #cfcfcf;
	}

	.table_rowodd {
		background-color: #efefef;
	}

