BODY, A, P, DIV, TABLE, TD, TH, DL, UL, OL, FORM, BLOCKQUOTE, CAPTION { 
	font-family: Helvetica, Arial, Sans-Serif; font-size: 12px; color: #000; font-weight: normal;
} 

PRE 		{ font-family: Courier, monospace; } 

A:link    { text-decoration: none; color: #393; }
A:visited { text-decoration: none; color: #393; }
A:active  { text-decoration: none; color: #393; }
A:hover   { text-decoration: underline; color: #393; }


h1 {
	font-family: Helvetica, Arial, Sans-Serif; font-size: 18px; font-weight: bold; color: #000;
}
h2 {
	font-family: Helvetica, Arial, Sans-Serif; font-size: 15px; font-weight: bold; color: #000;
}
h3 {
	font-family: Helvetica, Arial, Sans-Serif; font-size: 14px; font-weight: bold; color: #000; /*#444444*/
}
h4 {
	font-family: Helvetica, Arial, Sans-Serif; font-size: 13px; font-weight: bold; color: #000; 
}


/* Project Menu Styles */
#projectBox h4 {
	margin-top: 0;
	margin-bottom: 2px;
}
#projectBox ul {
	list-style: none;
	margin-top: 0;
	margin-left: 6px;
	padding: 0;
}
.projectListBox {
	margin-bottom: 6px;
	min-height: 30px;
  	height: auto !important; 
 	height: 30px;
}

.projectListBox A:link    { text-decoration: none; color: #069; }
.projectListBox A:visited { text-decoration: none; color: #069; }
.projectListBox A:active  { text-decoration: none; color: #069; }
.projectListBox A:hover   { text-decoration: underline; color: #069; }

#updateBox A:link    { text-decoration: none; color: #069; }
#updateBox A:visited { text-decoration: none; color: #069; }
#updateBox A:active  { text-decoration: none; color: #069; }
#updateBox A:hover   { text-decoration: underline; color: #069; }
