A {
	color: #0000FF;
	text-decoration: underline;
}

A:visited {
	color: #666666;
}

INPUT {
	font-size: 12px;
	line-height: 14px;
}

TEXTAREA {
	font-size: 12px;
	line-height: 14px;
}

CENTER,
.center {
	align: center important;
}

/*COLUMN 1*/
H1.csc-firstHeader {
	font-size: 20px;
	line-height: 20px;
	padding: 0px;
	padding-top: 8px;
	padding-bottom: 3px;
	margin: 0px;
	font-weight: bold;
}

H1,
H2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	padding: 0px;
	padding-top: 8px;
	padding-bottom: 3px;
	margin: 0px;
}

H3 {
	padding-top: 6px;
	font-weight: bold;
}

#csc-header H1 {
	font-size: 24px;
	line-height: 24px;
	padding: 0px;
	padding-top: 8px;
	padding-bottom: 3px;
	margin: 0px;
}

noindent,
H3,
P {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	word-break: hyphenate;
}

P+P {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	margin-top: 6px;
	/*text-indent: 20px;*/
	word-break: hyphenate;
}

UL {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
	text-indent: 0px;
}

/*Ordered UL*/
UL.csc-bulletlist-1 {
	list-style-type: decimal;
}
UL.csc-bulletlist-2 {
	list-style-type: upper-roman;
}
UL.csc-bulletlist-3 {
	list-style-type: lower-latin;
}

LI {
	margin-left: 0px;
	margin: 2px;
}

/*SIDE COLUMN*/
#sideColumn H1 {
	font-size: 14px;
	line-height: 14px;
	padding-top: 4px;
	padding-bottom: 2px;
}

#sideColumn H2 {
	font-size: 12px;
	line-height: 12px;
	padding-top: 4px;
	padding-bottom: 2px;
	margin: 0px;
}

#sideColumn P {
	font-size: 11px;
	line-height: 12px;
}

#sideColumn P+P {
	font-size: 11px;
	line-height: 12px;
	padding: 2px;
}

#sideColumn UL {
	font-size: 11;
	line-height: 12;
}

/*MISC*/

/*Upload file size*/

#csc-uploads-fileSize {
	color: #666666;
}

.smaller {
	font-size: 90%;
	line-height: 90%;
}

.gray {
	color: #666666;
}

.csc-firstHeader, .strong {
	font-weight: bold;
}

/*Navigation map*/
.csc-menu,
.csc-section {
	padding: 2px;
	margin: 0px;
	text-indent: 20px;
}

/*Image Caption*/
.csc-caption {
	font-size: 10px;
	color: #666666;
	line-height: 11px;
}