/*----------------------------------------------------------------------
 * common.css
 * Common Stylesheet
 *----------------------------------------------------------------------*/

body { font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
       background-color: #F7E7C5; color: #000000;
       background-image: url(/images/background.gif)}

/*----------------------------------------------------------------------
 * Anchor Styles
 *----------------------------------------------------------------------*/

a:link    { color: #204080; font-weight: bold }
a:visited { color: #204080; font-weight: bold }
a:hover   { color: #CC0000; font-weight: bold }

/*----------------------------------------------------------------------
 * Table Styles
 *----------------------------------------------------------------------*/

th { font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
     font-weight: bold }
td { font-family: Arial, Helvetica, sans-serif; font-size: 10pt }

/*----------------------------------------------------------------------
 * Heading Styles
 *----------------------------------------------------------------------*/

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 12pt;
     color: #204080 }
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
     font-weight: bold; color: #204080 }

/*----------------------------------------------------------------------
 * Custom Styles
 *----------------------------------------------------------------------*/

.section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #204080
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold
}
.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt
}
.normal {
	font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
	font-weight: normal;
}
.small {
	font-family: Arail, Helvetica, sans-serif;
	font-size: 8pt
}
.sidebar {
	font-family: Arail, Helvetica, sans-serif;
	font-size: 8pt;
	color: #D3E0ED
}
