H1 {
		font-family : Verdana;
		font-style : italic;
		font-size : 18pt;
		font-weight : bold;
		color : #000032;
		margin-left: 20px;
		margin-right: 10px;
		margin-top: 15px
}

H2 {
		font-family : Verdana;
		font-style : italic;
		font-size : 14pt;
		font-weight : bold;
		color : #323264;
		margin-left: 20px;
		margin-right: 10px;
		margin-top: 10px
}
		
H3 {	
		font-family : Verdana;
		font-style : italic;
		font-size : 12pt;
		font-weight : bold;
		color : #646496;
		margin-left: 20px;
		margin-right: 10px;
		margin-top: 10px
}
		
		
/*--- common elements - db george (c) 12 august 2004 ---*/

p.copyright {
	font-family : Arial;
	font-size : 8pt;
	font-style : italic;
	font-weight : bold;
	color : #0000B0;
	margin-left: 10px;
	margin-top: 10px
}

P {
	font: 14px/15px "Trebuchet MS","verdana","Arial","sans-serif";
	font-style : normal;
	font-weight : normal;
	color : #202020;
	margin-left: 60px;
	margin-right: 20px;
	margin-top: 10px
}

a {
	color:#09c;
	text-decoration:none;
	font-weight:600;
}

a:link { 
 color: #003399; 	font-size:11px; font-weight: bold;  text-decoration: none; 
}

a:visited { 
 color: #003399; 	font-size:11px; font-weight: bold;  text-decoration: none; 
}

a:active { 
 color: #999999; 	font-size:11px; font-weight: bold; text-decoration: none; 
}

a:hover { 
 color: #cccccc; 	font-size:11px; font-weight: bold; text-decoration: none; 
}

#head {
	padding-bottom: 20px;
	text-align: center;
	width: 100%;
}

body {
	font-family: "verdana","Arial","sans-serif";
 	font-size: 11px;
	font-weight : normal;
	margin:0px;
	padding:0px;
	background-color:#fff;
}

#menu {
	width: 160px;
	float: left;
	font: 11px/12px verdana,trebuchet,sans-serif;
	padding: 4px;
	margin-left:10px;
	text-align: right;
	background-color:#eee;
	padding-bottom: 30px;
	border: 1px dotted #999;
	line-height:14px;
}
/* Again, "be nice to Opera 5". */
body>#menu {width:165px;}

/*---  MAIN PAGE CONTENT ---*/
#content {
	text-align: justify;
	margin-left: 185px;
	margin-right: 20px;
	margin-bottom: 60px;
	padding-bottom: 30px;
	voice-family: "\"}\"";
	voice-family: inherit;
}


/*--- Dotted line between menu items in sidebar ---*/

.menuSpacer {
 border-bottom: 1px dotted #999;
 margin-bottom: 13px;
}


UL, UL LI {
	font-family : Trebuchet MS;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #202000;
	margin-left: 60px;
	margin-right: 20px;
	margin-top: 10px
}

OL, OL LI {
	font-family : Trebuchet MS;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #202000;
	margin-left: 60px;
	margin-right: 20px;
	margin-top: 10px
}



div.normal {
			font-family : Arial;
			font-size : 9pt;
			font-style : normal;
			font-weight : normal;	
			color : #000080;
			margin-left: 80px;
			margin-right: 20px;
}

p.code {
			font-family : Courier;
			font-size : 8pt;
			font-style : normal;
			font-weight : normal;
			color : #107E8E
			margin-left: 80px;
			margin-right: 30px;
			margin-top: 20px
}
	
