body, a, div, span, p, th, td, ul, li, dd, input, textarea, select{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
body{	
	background-color: #E4E4C9;		
}
a, a:active, a:focus, a:link, a:visited {	
	font-weight: bold;
	color: #708090;
	text-decoration: none;
}
a:hover {	
	color: #ff9900;
	text-decoration: none;
}

.button{
	background-color: #708090;
	border-color: #EFEFEF;	
	color: #ffffff;
	border-style: solid 1px;
}

.h1{
	color: #708090;
	font-size: large;
	font-weight: bold;
}
.h2{
	color: #708090;
	font-size: medium;
	font-weight: bold;
}
.bgcolor{	
	background-color: #E4E4C9;		
}
.bgcolor2{	
	background-color: #D6D7D9;		
}
.bgcolor3{	
	background-color: #EFEFEF;		
}
.bgcolor4{	
	background-color: #F4F4EA;		
}
.remaining{
	color: #708090;
	font-size: xx-large;
	font-weight: normal;
}
.sideborder{
	border-left: 1px solid #708090;
}
.tblOuterBorder{
	background-color: #708090;
}
.tblInnerBorder{
	background-color: #D6D7D9;
}
.tblContent{
	background-color: #F4F4EA;
}
.tblMenu{
	border-bottom: 1px solid #708090;
	height: 25px;
}
.tblDots{
	border-bottom: 1px dashed #708090;
}


