body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}

.content {
	border-left: 1px solid #FFFFFF;
	font-size: 13px;
	font-size: 100%;
	vertical-align: top;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
 }

#footer {
 	background-color: #333333;
 	color: #CCCCCC;
 	background-image: url(csst_bg.gif);

 }
 
#header {
	width: 800px;
	height: 105px;
	border-width: 0;
	padding: 0;
	margin: 0;
	float: left;
 }

#header1 { 
	background-color: #ffffff; 
	color: #000000; 
	font-size: 160%; 
	font-weight: bold; 
}

#header2 { 
	background-color: #ffffff; 
	color: #000000; 
	font-size: 120%;
	font-weight: bold;
}

 h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/
 h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/
 
 h1 { font-size: 160%; font-weight: bold}
 h2 { font-size: 120%; font-weight: bold}
 h3 { font-size: 115%; font-weight: bold}
 h4 { font-size: 105%; font-weight: bold}
 
.tableHead {
	background-color: #ccccff;
	height: 15px;
}

.Indented {
	margin-left: 40px;
}

.InitialCap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	/*letter-spacing: -10em;*/
	/*vertical-align: 16;*/
	color: #0066FF;
}

.italic {
	font-style: italic;
}

#mainTable {
	border: 1px solid #000000;
	/*/*/line-height: 1.5em; /* */
	/*width: 800px*/;
 }
 
#mainTable td {
 	padding: 12px;/*Pads each table cell in modern browsers*/
 }
 
#mainContent {
	border-left: 1px solid #FFFFFF;
	font-size: 13px;
	font-size: 100%;
	vertical-align: top;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
 }

.Modultitle { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 125%; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	left: 45px; 
	color: #000000
}

.note {
	font-weight: bold; 
	list-style-position: inside; 
	list-style-image: url(-) ; 
	color: #FF0000;
}

.page {
	font-size: 75%;
	font-weight: normal;
}

.para { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-size: 85%; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal;
	text-align: left;
}

.parabold {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 11px; 
	font-size: 85%
}

#sidebar {
	margin: 15pt 20pt 0pt -1pt;
	padding-left: 2px;
	vertical-align: top;
 	font-size: 11px;	/*/*/font-size: 85%; /* */
 }
 
.sTopictitle { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 70%; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none; 
	left: 45px; 
}

.Subscript {
	font-size: 80%;
	vertical-align: sub;
}

.Superscript {
	font-size: 80%;
	vertical-align: super;
}

.TableBullet {
	margin: 0 0 0 -2.0em;
	}
	
.TableIndent {
	margin: 0 0 0 1.7em;
	}
	
ul li {
	line-height: normal;
	margin: 1.0em 0 0 0;
	}

ol li {
	line-height: normal;
	margin: 1.5em 0 0 0;
	}
	
ol li ul {
	list-style-type: disc;
	}


.invisible {
	display: none;
}

.visible {
	display: block;
}

.inputText {
		background-color: #ffffff; 

}