body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
	padding:0;
	border:0;
	width:100%;
	min-width:600px;
}
#header {

	float:left;
	width:100%;
}
.colmask {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	background-color: #999999;
	overflow:hidden;
}
.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#fff;
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:200px;
	padding-bottom:1em;
}
.leftmenu .col1 {
	margin:0 0 0 200px;
	position:relative;
	right:100%;
}
.leftmenu .col2 {
	float:left;
	width:200px;
	position:relative;
	right:200px;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}

.header{
	color:#FFFFFF;
}

.menu_header{
	color:#FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	border: none;
	text-decoration: none;
	font-weight:bold;
}

.menu_normal{
	color:#FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	border: none;
	text-decoration: none;
	font-weight:bold;
}

.menu_normal:hover{
	color:#FFCC00;
	font-family: Verdana;
	font-size: 10px;
	border: none;
	text-decoration: none;
	font-weight:bold;
}

.white{
	color:#FFFFFF;
}

.window{
	border-bottom:#000000 solid thin;
	border-left:#000000 solid thin;
	border-top:#000000 solid thin;
	border-right:#000000 solid thin;
}

.title{
	font-size:14px;
	font-weight:bold;
}

.table_header{
	font-weight:bold;
	color:#FFFFFF;
}

.add_link{
	font-weight:bold;
	color:#FF6600;
	border: none;
	text-decoration: none;
}

.add_link:hover{
	font-weight:bold;
	color:#CC6600;
	border: none;
	text-decoration:underline;
}

.table_border{
	border:solid thin #000000;
	
} 

input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

a {
	text-decoration:none;
	color:#FF9900;
}

a:hover {
	color:#CC6600;
	text-decoration:underline;
}

.highlight{
	font-weight:bold;
	font-size:12px;
}

.alert{
	color:#CC0000;
	font-weight:bold;
}

