/* 
MODULE NAME:  hydeparksoftware.css
PURPOSE: Stylesheet for application
AUTHOR: Grant Szabo (grant@quagmire.com) 
CREATED: 1/30/03
LAST MODIFIED: 3/26/03
*/
body { 
	background-color: White; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	background: #FFF url("images/background.jpg") no-repeat center top;
}
a {
	color: #504E43;
}
.code1 {
	font-family: Courier;
	font-size: 9pt;
}
.sectionHead {
	font-size: 11pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #504E43;
}
.font1 {
	font-size: 9pt; 
	color: black; 
	font-weight: normal
}
.font1Bold {
	font-size: 9pt; 
	color: black; 
	font-weight: bold
}
.font1Italic {
	font-size: 9pt; 
	color: black; 
	font-weight: normal;
	font: italic;
}
.font2Bold {
	font-size: 12pt; 
	color: black; 
	font-weight: bold
}