body {
	font-size: small;
}

h1 {
	font-family: arial, helvetica, san-serif; 
	font-weight: bold; 
	font-size: 200%;
	color: #0066CC; 
	margin-bottom: 3px;
}

h2 {
	font-family: arial, helvetica, san-serif; 
	font-style: italic; 
	font-size: 150%;
	color: #0066CC; 
	margin-top: 3px;
	margin-bottom: 3px;
}

h3 {
	font-family: arial, helvetica, san-serif; 
	font-size: 110%;
	color: #0066CC;
	margin-top: 3px;
	margin-bottom: 3px;
}


.main { 
	
	font-family: arial,helvetica,san-serif; 
	font-size: 10pt; 
}

.header {

	font-family: arial,helvetica,san-serif; 
	font-weight: bold; 
	font-style: italic; 
	font-size: 14pt;
	color: #0066CC; 
	
}

.pic_text { 
	font-family: arial,helvetica,san-serif;
	font-size: 80%; 
	margin-bottom: 3px;
}

.first_cap {

	font-family: arial,helvetica,san-serif;
	color: #0066CC;
	font-size: 200%;	
}

.header1 {

	font-family: arial,helvetica,san-serif; 
	font-weight: bold; 
	font-style: italic; 
	color: #000000; 
	
}
.pic_right {
	float: right;
	width: 200px;
	margin-left: 10px;
}

.pic_left {
	float: left;
	width: 200px;
	margin-right: 10px;
}


.pic_center {
	border: 1px solid #333333;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:10px;
	width: 300px;
}

.pic_center_150 {
	border: 1px solid #333333;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:10px;
	width: 150px;
}


.tech_table {
	width: 560px;
	border-top: thin solid #333333;
	border-right: thin solid #333333;
	border-bottom: thin solid #333333;
	border-left: thin solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
ul {
	margin: 3px;
	padding: 2px;
	list-style-position: inside;
	list-style-type: disc;
}
