
		* {
			font-size: 100%;
		}
		body {
			background-color: #EFEFEF;
			font: 0.7em tahoma;
			padding: 0px;
			margin: 0px;
			color: white;
		}
		img {
			border: 0px;
		}
		#header {
			padding-bottom: 1px;
		}
		#menu {
		}
		#menu ul {
			margin: 0px;
			padding: 0px;
			padding: 8px 0px;
		}
		#menu ul li {
			margin: 0px;
			padding: 0px;
			list-style: none;
			display: inline;
			margin-right: 1px;
		}
		#menu ul li a {
			background: #F4F4F0;
			color: #fff;
			padding: 7px 30px;
			text-decoration: none;
			color: #333;
			text-transform: uppercase;
		}
		#menu ul li.active a {
			background: #fff;
			border-bottom: 1px solid transparent;
		}
		#menu ul li a:hover {
			border-bottom: 0px solid transparent;
			background: #e9e9e9;
			color: #000;
			padding: 7px 30px;
		}
		#menu ul li.active a:hover {
			background: #e9e9e9;
			border-bottom: 1px solid transparent;
		}
		#canvas {
			background: #fff; /* url(../img/content.bg.png) repeat-x top left;*/
			min-height: 420px;
			padding: 10px 15px 25px 15px;
			color: #333;
		}
		#login {
	padding: 15px;
	color: #333;
	width: 300px;
	margin: 100px auto;
	background-color: #C3C8CD;
	background-repeat: repeat-x;
	background-position: left top;
		}
		#footer {
			padding: 4px 2px;
			text-align: right;
			font-size: 80%;
			color: #000;
		}
		#footer a {
			color: #000;
		}
		#bar {
			padding: 5px 10px 0px 10px;
		}
		a {
			color: #333;
		}
		a:hover {
			color: #000;
		}
		#bar a {
			color: #333;
			padding: 3px 5px 3px 5px;
			/*background: url(../img/a.arrow.gif) no-repeat center left;*/
		}
		#bar a:hover {
			background: #d3d3d3 /*url(../img/a.arrow.gif) no-repeat center left;*/
		}
		#content {
			padding: 5px 15px 0px 15px;
		}
		p.hr {
			border-top: 1px solid #878f96;
			border-bottom: 1px solid #fff;
		}
		.w {
			padding: 20px;
			background: #fff;
			xborder: 1px solid #000;
		}
		.dbTable {
			border-collapse: collapse;
			width: 100%;
		}
		.dbTable .odd td , .dbTable .odd th {
			padding: 5px;
			background: #fff;
		}
		.dbTable .even td , .dbTable .even th {
			padding: 5px;
			background: #f2f2f2;
		}
		.dbTable td.bold {
			font-weight: bold;
		}
		.dbTable td {
			border: 1px solid #E4E5E5;
		}
		.dbTable th {
			border-bottom: 1px solid #333333;
			border-top: 1px solid #E4E5E5;
			border-left: 1px solid #E4E5E5;
			border-right: 1px solid #E4E5E5;
		}
		input.text {
			border-width: 1px;
			width: 350px;
		}
		.error {
			color: #cc0000;
		}
		
		
		
			.tabs1 {
				width: 100%;
				float: left;
			}
			.tabs1 a {
				float: left;
				display: block;
				padding: 6px 12px;
				margin-right: 3px;
				background: #e1e1d7;
				text-decoration: none;
			}
			.tabs1 a.active {
				background: white;
				padding: 6px 12px 8px 12px;
				background: #F4F4F0;
				color: #5d9aff;
				font-weight: bold;
			}
			.tabs2 {
				width: 100%;
				float: left;
				background: #F4F4F0;
			}
			.tabs2 a {
				float: left;
				display: block;
				padding: 6px 12px 8px 12px;
				text-decoration: none;
			}
			.tabs2 a.active {
				color: #5d9aff;
				font-weight: bold;
			}
			.tabs3 {
				background: #F4F4F0;
				clear: left;
				padding: 0px 10px 10px 10px;
			}
			.tabs3 p.hr {
				border-top: 1px solid #ccc;
			}
		.submit {
			margin: 0px;
			padding: 5px;
			background: #e1e1d7;
			text-align: center;
			clear: both;
		}
