body{
	margin:0px;
}
table{
	font-family:tahoma;
	font-size:9pt;
}
a{color:navy;}
a:hover{text-decoration:none;}
img{border:0px;}
hr{
	border:1px solid #666666;
	height:1px;
}
th{
	background-color:#006600;
	color:#FFF;
}
.header{
	background-image:url("images/header_bg.jpg");
	background-repeat:repeat-x;
	background-position:top;
}
.maintable{
	background-image:url("images/tblbg.jpg");
	background-repeat:repeat-y;
	background-position:center;
}
.menu{
	border-right:1px solid #BBBBBB;
}
.content{
	font-family:tahoma;
	font-size:9pt;
	padding:5px;
	line-height:12pt;
}
.title{
	font-weight:bold;
	font-size:12pt;
	color:#666666;
}
.alert{
	font-weight:bold;
	color:#DD0000;
}
.confirm{	
	font-weight:bold;
	color:#006600;
}
.white_menu{
	color:#FFF;
	font-weight:bold;
	font-size:8pt;
}
.col1{background-color:#DDD;}
.col2{background-color:#EEE;}