body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	}
input,button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:12px;
	width: 100px;
	}
A:link {
	text-decoration: none;
	color: black;
	}
A:visited {
	text-decoration: none;
	color: black;
	}
A:active {
	text-decoration: none;
	color: red;
	}
A:hover {
	text-decoration: underline;
	color: red;
	}
.side {
	position:absolute;
	top:0px;
	left:0px;
	width:85px;
	height:660px;
	background-color:#FFFFFF;
	}
.stripe {
	background-color:#007fc6;	
	background-image:url(stripe.png);
	background-repeat:no-repeat;
	position:absolute;
	top:50px;
	left:85px;
	width:5px;
	height:625px;
	background-position: 0px 125px;
	}
.topmenu {
	position:absolute;
	top:0px;
	left:85px;
	height:50px;
	width:550px;
	background-color:#FFFFFF;
	}
.date {
	position: absolute;
	top: 35px;
	left: 675px;
	font-size: 10px;
	background-color: #FFFFFF;
	}
.welcome {
	position:absolute;
	top:50px;
	left:90px;
	height:45px;
	1width:795px;
	width:895px;
	padding-left:5px;
	padding-top:5px;
	font-size:28px;
	color:#FFFFFF;
	background-color:#007fc6;
	background-image:url(welcome.png);
	background-repeat:no-repeat;
	background-position: 100px 0px;
	}
.main {
	position:absolute;
	padding-top:5px;
	padding-left:5px;
	top:100px;
	left:90px;
	width: 710px;
	height: 480px;
	background-color:#FFFFFF;
	}
.logout {
	font-size:10px;
	color:#FFFFFF;
	}
.infotable {
	border: 1px solid #000;
	}
.infotableheader {
	font-size: 11px;
	font-weight: bold;
	color: black;
	background-color:#CCCCCC;
	border: 1px solid #CCCCCC;
	}
.infotabledata {
	font-size: 11px;
	color: black;
	background-color: #EFEFFF;
	}	
.infotabledatawhite {
	font-size: 11px;
	color: black;
	background-color: #FFFFFF;
	}	
.infotabledatahilite {
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #FFFF99;
	}	

p {
	font-size: 12px;
	}
h1 {
	font-size: 150%;
	}
h2 {
	font-size: 125%;
	}
h3 {
	font-size: 110%;
	}
h4 {
	font-size: 100%;
	color: #999;
	margin: 0;
	}
.container {
	*111width: 500px;
	*111padding: 15px;
	margin: 15px 0px 0px 0px;
	*111border: 1px solid #ccc;
	background: #FFFFFF;
	}	
#nav {
	margin: 0;
	padding: 0;
	*111border-bottom: 1px solid #9FB1BC;
	}
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#nav a:link, #nav a:visited {
	float: left;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 5px 12px 6px 12px;
	text-decoration: none;
	color: #708491;
	}
#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #FFFFFF;
	*111background: url(tab_rounded.png) no-repeat bottom center;
	background-color: #007fc6;
	padding-top:5px;
	border-left: 1px solid #007fc6;
	border-top: 1px solid #007fc6;
	border-right: 1px solid #007fc6;
	height: 27px;
	}

