html, body{
	width:100%;
	margin:0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#48525B;
}

table {
	font-size:20px;
}

.tblOutBorder {
	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:1;
	border-right-style:solid;
	border-right-color:#000000;
	border-right-width:1;
	border-left-style:solid;
	border-left-color:#000000;
	border-left-width:1;
	border-top-style:solid;
	border-top-color:#000000;
	border-top-width:1;
	}	

.bottomborder {
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1;
	}	
	
.topborder {
	border-top-style:solid;
	border-top-color:#000000;
	border-top-width:1;
	}	

.Highlights{
	border-left-style: solid; 
	border-left-width: 1; 
	border-left-color: #006699;
	border-right-style: solid; 
	border-right-width: 1; 
	border-right-color: #006699;
	border-bottom-style: solid; 
	border-bottom-width: 1; 
	border-bottom-color: #006699;
	border-top-style: solid; 
	border-top-width: 1; 
	border-top-color: #006699;

}
	
.Image{
	border-left-style: solid; 
	border-left-width: 1; 
	border-left-color: #CCCCCC;
	border-right-style: solid; 
	border-right-width: 1; 
	border-right-color: #CCCCCC;
	border-bottom-style: solid; 
	border-bottom-width: 1; 
	border-bottom-color: #CCCCCC;
	border-top-style: solid; 
	border-top-width: 1; 
	border-top-color: #CCCCCC;
}
	
ul li{
	background: url('IMAGES/Layout_List_Square.gif') no-repeat;
	padding-left: 1.0em;
	margin-bottom: .2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}

ul{
	margin: 0; padding: 2px; list-style-type: none;
}

A {
	text-decoration: none; color: #006699;
}

A:hover{
	TEXT-DECORATION: underline;
}

A.showlink{
	text-decoration: underline;
}

.bottomborder {
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:2;
	}	
	
.topborder {
	border-top-style:solid;
	border-top-color:#CCCCCC;
	border-top-width:1;
	}	

.RowBorderBottom {
	border-bottom-style:solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width:1;
	}	

.bottomborderBlue {
	border-bottom-style:solid;
	border-bottom-color:#94b3d0;
	border-bottom-width:2;
	}	

.textfield {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	border-right-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	border-width:1;
	background-color:#EDF3EF;
	}

.button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	border-right-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	border-width:1;
	background-color:#EDF3EF;
	}




/* =======================================
	Hacks for IE 5 & 6
==========================================*/

/* side navigation */
* html #sideNav {
	width:212px; 
	width:204px;
}