body {
  background-color: #e3e3e3;
  font-size: 12px;
  color:#000000;  
}

#header {
	background-image : url(corp_id_logo.jpg);
	background-repeat : no-repeat;
	height : 120px;
	background-position : left;
}


.menuon {
	background-image: url(subarrowdown.gif);
	background-color : #000000;
	background-repeat : no-repeat;
	background-position : left;
	padding-left : 8px;
	
}
.menuoff {
	background-image: url(subarrowright.gif);
	background-color : #000000;
	background-repeat : no-repeat;
	background-position : left;
	padding-left : 8px;
	
}

a.menu:link, a.menu:visited, a.menu:hover{
	background-color: #000000;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding-right : 10px;
}

.border {
	border: 1pt solid gray;
	width: 233px;
}

p {
	font-family: Arial,Helvetica;
	font-size: 9pt;
	
}

ul { 
	font-family: Arial,Helvetica;
}

h1 { 
	font-family: Arial,Helvetica; 
	font-size: 24pt 
}

h2 { 
	font-family: Arial,Helvetica; 
	font-size: 18pt 
}

h3 { 
	font-family: Arial,Helvetica; 
	font-size: 14pt 
}

h4 { 
	font-family: Arial,Helvetica; 
	font-size: 12pt 
}

.header {
	color: #ffffcc;
	font-style: italic;
	font-size: 14pt;
	
}

td { 
	font-family: Arial,Helvetica; 
	font-size: 9pt
}

a:link { 
	font-family: Arial,Helvetica;  
	color: #000000;
}

a:visited { 
	font-family: Arial,Helvetica;  
	color: #000000;
}

a:hover { 
	font-family: Arial,Helvetica;  
	color: #000000; 
}


