/* general stuff */


body{
margin:0;
padding:0;
font-family: Tahoma, Geneva, sans-serif;
font-size: 10px;
line-height: 140%;
color: #404040;
}

.content{	
	width:730px;
	height:auto;
	overflow:hidden;
	float:left;
}


#dateheader {
	background-color:#ffe6d1;
	font-weight:bold;}

a {
text-decoration:  none;
font-weight: bold;
border: none;
color:#000;
 }
a:hover {
text-decoration:  underline; 
border: none;
 }
 
/* Layout */

	



/* Style */



 
/* Table */

table.contentpaneopen {
	background-image: url(images/grad2.gif);
	background-repeat:repeat-x;
	padding-left: 20px;
	line-height:100%;
	
	}
	
	
	
table.contentpaneopen .contentheading{
	font-size: 140%;
	font-weight: bold;
	color: #333;
	}
	
	
	
	
tr{margin:0;}
	
	
	
td.sectiontableheader{
	background-color:#90d692;
		
		}
tr.sectiontableentry1{
	background-color:#FFF;
	border-bottom:1px dotted #666;}

tr.sectiontableentry1:hover{
	background-color:#fdcba2;}
	
	
tr.sectiontableentry2{
	background-color:#fff1e5;
	border-bottom:1px dotted #666;}
	
tr.sectiontableentry2:hover{
		background-color:#fdcba2;}
	
tr.sectiontableheader{
	background-color:#90d692;
	}

td{
	border-right:1px dotted #e9e9e9;}

.content .componentheading{
	font-size: 150%;
	font-weight: normal;
	color: #fff;
	height:32px;
	padding: 15px 20px 0px 20px;
	margin-left:10px;
	background-image: url(../images/contentheading_bg2.jpg);
	background-repeat:no-repeat;
	background-color: #25b037;
	width:100%;
	}
	

	
.back_button{	padding: 0px 20px;}


/*
 * Typography
 */

h1, h2, h3, h4, h5 {
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
}

h1 {
	font-size: 150%;
	font-weight: normal;
	color: #333;
	padding: 8px 0px;
}

h2 {
	font-size: 140%;
	color: #ff7800;
}

h3 {
	font-size: 175%;
	color: #fff;
}

h4 {
	font-size: 150%;
	font-weight: bold;
	color: #093;
	padding: 6px 0 3px 0;
}

h5 {
	font-size: 150%;
	color: #ff7800;
	
	padding: 6px 0 3px 0;
}


	
h6 {
	font-size: 125%;
	color: #333;
	
	padding: 6px 0 3px 0;
}

