a	{
	font-size: 9px; 
	color: #999999;
	text-decoration: none;
	}

a:hover 	{
	color: #000000; 
	text-decoration: none;
	}
.main	{
	font-size: 11px; 
	color: #000000;
	text-decoration: none;
	}

.main:hover 	{
	color: #999999; 
	text-decoration: underline;
	}
	
.main_blue	{
	font-size: 11px; 
	color: blue;
	text-decoration: none;
	}

.main_blue:hover 	{
	color: #999999; 
	text-decoration: underline;
	}

body {
	background-color : #FFFFFF;
	margin : 10px;
}

.hdrs	{
	color: #696969;
	font-weight: normal;
	font-size: 11px; 
	font-family: Verdana, tahoma, Arial;
	background: #f5f5f5;
	text-transform: lowercase;
	padding: 5px; 
	border-top: 1px solid gray;	
	border-bottom: gray solid 1px;
	}
	
	.hdrs1	{
	color: #696969;
	font-weight: normal;
	font-size: 11px; 
	font-family: Verdana, tahoma, Arial;
	background: #ffffff;
	text-transform: lowercase;
	padding: 5px; 
	
	}
	
	.hdrs2	{
	color: #696969;
	font-weight: normal;
	font-size: 9px; 
	font-family: Verdana, tahoma, Arial;
	background: #f5f5f5;
	text-transform: lowercase;
	padding: 5px; 
	border-top: 1px solid gray;
	border-bottom: gray solid 1px;
	}

div#leftnav {
	background-color : transparent;
	border : 1px solid #808080;
	height : 340px;
	left : 10px;
	margin-left : 0px;
	padding-left : 5px;
	padding-top : 10px;
	position : absolute;
	top : 100px;
	width : 140px;
	z-index : 2;
}

div#midcontent {
	background-color : transparent;
	border : 1px solid #808080;
	height : 340px;
	left : 10px;
	margin-left : 145px;
	padding : 10px 20px 10px 20px;
	position : absolute;
	top : 100px;
	width : 445px;
	z-index : 4;
}

div#rightnav {
	background-color : transparent;
	border : 1px solid #808080;
	height : 340px;
	left : 604px;
	margin-right : 0px;
	padding-left : 5px;
	padding-top : 10px;
	position : absolute;
	top : 100px;
	width : 140px;
	z-index : 1;
}

div#topnav {
	background-color : transparent;
	border : 1px solid #808080;
	margin : 0px;
	width : 750px;
}

h1 {color: #696969;
    font-weight: bold;
	font-size: 11px; 
	font-family: Verdana, tahoma, Arial;
	text-decoration: underline;
	}
}

h2 {
	color : #000000;
	font : bold 12px verdana, arial, helvetica, sans-serif,;
	text-align : left;
}

p {
	color: color: #cccccc; 
	font-weight: normal;
	font-size: 11px; 
	font-family: Verdana, tahoma, Arial;
    text-align : justify;
}


.login {
	font : 8pt verdana, arial, helvetica, sans-serif;
	margin : 8px 6px 6px 0px;
	text-align : left;
}

.smallfont {
	font : 9px verdana, arial, helvetica, sans-serif;
}

.tablefont {
	font : 10px verdana, arial, helvetica, sans-serif;
}

.theme {
	font : 8pt verdana, arial, helvetica, sans-serif;
	margin : 36px 6px 6px 0px;
	text-align : right;
}

.toplinks {
	font : 10pt verdana, arial, helvetica, sans-serif;
	margin : 1px 6px 0px 0px;
	text-align : right;
}
.underline {
	color: #000000;
	text-decoration: underline;
}
.border {
	border: 1px solid #cccccc;
}
.dash {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
