@charset "utf-8";
/* CSS Document */

/* Format Body */

/* Hyperlinks */
A:link {
	COLOR: #0000ff; 
	TEXT-DECORATION: none
}
A:visited {
	COLOR: #0000ff; 
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #ff0000; 
	TEXT-DECORATION: none
}

/* Curved Top and Bottom Corners - No Heading */
#c1, #c2, #c3, #c4 {
	font-size: 1px;
	overflow: hidden;
	display: block;
}
#c1 {
	height: 1px;
	background: #CCCCCC; 
	margin: 0 5px;
}
#c2 {
	height: 1px; 
	background: #FFFFFF; 
	border-right: 2px solid #CCCCCC; 
	border-left: 2px solid #CCCCCC; 
	margin: 0 3px;
}
#c3 {
	height: 1px; 
	background: #FFFFFF; 
	border-right: 1px solid #CCCCCC; 
	border-left: 1px solid #CCCCCC; 
	margin: 0 2px;
}
#c4 {
	height: 2px; 
	background: #FFFFFF; 
	border-right: 1px solid #CCCCCC; 
	border-left: 1px solid #CCCCCC; 
	margin: 0 1px;
}

/* Curved Top Corners With Heading */
#c1h, #c2h, #c3h, #c4h {
	font-size: 1px;
	overflow: hidden;
	display: block;
}	
#c1h {
	height: 1px;
	background: #EDEDED; 
	margin: 0 5px;
}
#c2h {
	height: 1px; 
	background: #EDEDED; 
	border-right: 2px solid #EDEDED; 
	border-left: 2px solid #EDEDED; 
	margin: 0 3px;
}
#c3h {
	height: 1px; 
	background: #EDEDED; 
	border-right: 1px solid #EDEDED; 
	border-left: 1px solid #EDEDED; 
	margin: 0 2px;
}
#c4h {
	height: 2px; 
	background: #EDEDED; 
	border-right: 1px solid #EDEDED; 
	border-left: 1px solid #EDEDED; 
	margin: 0 1px;
}

/* Heading Box and Text */
#headh {
	background: #EDEDED; 
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 20px -30px 10px -30px;
	width: 85%;
	border-radius: 10px;
	border:2px solid silver;
}
#headh h3 {
	margin: 0px 10px 0px 10px; 
	padding-bottom: 3px; 
	font-size: 20px; 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 85%;
}
#innerbox {
	width: 83%;
	text-align: left;
}
	


