<!--
/* STYLE SHEET FOR COCKPIT PROJECT PAGES */

a { color: #999999; text-decoration: none }
a:hover { color: #FF0000; text-decoration: underline }

body {
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
}

.header1 {
	font-family: Verdana, Arial, sans-serif;
	color: #FF0800;
	font-size: 18pt;
	font-weight: bold;
}

.header2 {
	font-family: Arial, sans-serif;
	color: #FFFF00;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}

.header3 {
	font-family: Arial, sans-serif;
	color: #FF0000;
	font-size: 10pt;
	font-weight: bold;
}

.notice {
	font-family: Arial, sans-serif;
	color: #FFCC00;
	font-size: 10pt;
	font-weight: bold;
}

.bodytext {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}

.smalltext {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}

-->


