h1, h2, h3, h4, h5, h6, p, pre, li, dd {
	font-family: Helvetica, Arial, Sans-Serif;	
	color: #111111;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 100%;	
}

h1 {
	font-size: 22px;
	padding: 0 125px 6px 0;
	margin: 0 0 30px 0;
	background: url("../design/h_point.png")  repeat-x bottom left;
	text-transform: uppercase;
	font-weight: bold;
}

p.csc-subheader {
	margin: -25px 0 30px 0;
	color: #888888;	
	text-transform: uppercase;	
}

h2 {
	font-size: 18px;
	padding: 0 0 6px 0;	
	margin: 10px 0 20px 0;
	background: url("../design/h_point.png")  repeat-x bottom left;
	text-transform: uppercase;
	font-weight: bold;
}


h3 {
	font-size: 16px;
	padding: 10px 0 5px 0;
	font-weight: bold;
	background: url("../design/h_point_g.png")  repeat-x top left;
}

h4 {
	font-size: 16px;
	padding: 10px 0 5px 0;	
	font-weight: bold;
}

h5 {
	font-size: 16px;
	padding: 0px 0 5px 0;
	font-weight: bold;
	color: #679fbd;	
}

p, li, dd, label {
	font-size: 12px;
	line-height: 150%;
}

p {
	padding: 0 0 10px 0;
}

.align-center {
	text-align: center;	
}

.align-left {
	text-align: left;		
}

.align-right {
	text-align: right;	
}

pre {
	font-style: normal;
	color: #888888;	
	padding: 0;
	margin: 0 0 10px 0; 
	font-size: 12px;
	line-height: 150%;
}




hr {
	background: transparent url("../design/h_point.png")  repeat-x left;
	margin: 10px 0 20px 0;
	padding: 3px 0 0 0;
	text-decoration: none;
	border: 0;
}

.csc-textpic-caption,
.news-single-imgcaption {
	font-size: 12px;
	color: #333333;
	padding: 5px 0 0 0;
	text-align: center;	
	font-style: italic;
}

#content .inner a:link,
#content .inner a:visited {
	color: #6da3bf;
	text-decoration: underline;	
}

#content .inner a:hover {
	color: #78b7d8;
	text-decoration: none;	
}

form, fieldset {
	padding: 0;	
}

input, select, textarea {
	padding: 2px 0px;
	border: 1px solid #888888;
	color: #000000;
	margin: 0;
	width: auto;	
	font-size: 12px;
}