/* Generic Selectors */

body {
	font-family: Arial;
	color: #222222;		
	font-size: 12px;
	margin: 0 0 0 0; /*top right bottom left*/	
}

fieldset {
	font-family: Arial;
	color: #669933;		
	font-size: 18px;	
}

p {
	font-family: Arial;
	color: #333333;		
	font-size: 14px;
	width: 100%
}

td {
	font-family: Arial;
	color: #333333;		
	font-size: 14px;

}

TR.hdr {
	font-family: Arial;
	color: #333333;		
	font-size: 12px;
	font-weight: bold;
	background-color: #99bb99;
	text-align: center;
}

tr.greybgrd {
	font-family: Arial;
	color: #333333;		
	font-size: 12px;
	background-color: #dddddd;
}


p.small {
	font-family: Arial;
	color: #333333;		
	font-size: 8px;
	width: 95%
}

p:first-letter { 
	font-size: 150%; 
	float: left;
	color: #333333;		
}

li {
	line-height: 125%;	
	font-family: Arial;
	color: #333333;		
	font-size: 12px;
	font-weight: bold;
}

li.list {
	line-height: 125%;	
	font-family: Arial;
	color: #996666;		
	font-size: 10px;
	font-weight: bold;
}



h2 {

	font-family: Arial;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #996666;
}

/*************************  ID's *************************/

#nav {
	position: absolute;	
	width: 140px;
	padding: 5px 5px 0px 0px; /*top right bottom left*/
	margin-top: 0px;
	margin-left: 0px;
	font-weight: normal;


}

#main {
	position: absolute;	
	padding: 5px 5px 0px 150px; /*top right bottom left*/
	width: 750px;
	margin-top: 0px;		
	
}


#admin {
	position: absolute;	
	padding: 5px 5px 0px 5px; /*top right bottom left*/
	width: 750px;
	margin-top: 0px;		
	
}


#hdr {
	position: absolute;	
	padding: 0px 0px 0px 0px; /*top right bottom left*/
	width: 750px;
	margin-top: 0px;		

	background-color: #dddddd

}

#top {
	position: relative;	
	padding: 0px 0px 0px 0px; /*top right bottom left*/
	width: 600px;
	height: 20px;
	margin-top: 0px;		

}

#bottom {
	position: absolute;	
	padding: 0px 0px 0px 0px; /*top right bottom left*/
	width: 600px;
	margin-top: 0px;		

}





/*************************  Pseudo classes *************************/
a:link {
	color: #993333;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

a:visited { 
	color: #993333;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

a:hover {
	color: #FF0000;
	font-weight: bold;
	background-color:yellow;
	font-size: 14px;
}  

a:active { 
	color: #993333;
	font-weight: bold; 
	font-size: 14px;
} 

a.norm:link {
	color: #993333;
	text-decoration: none;
	font-size: 14px;
}

a.norm:visited { 
	color: #993333;
	text-decoration: none;
	font-size: 14px;
}

a.norm:hover {
	color: #FF0000;
	background-color:yellow;
	font-size: 14px;
}  

a.norm:active { 
	color: #993333;
	font-size: 14px;
} 

