/* arborway style */
/* dperdue */
/* 08/11/06 */

body {
	font-family: arial, helvetica, sans-serif ;
	font-size: 10pt;
	background : White;
	background-image : url(images/background.jpg);
}

p {
	font-family: arial, helvetica, sans-serif ;
	font-size: 10pt;
	margin-bottom : -7px;
}

td { font-family: arial, helvetica, sans-serif ; font-size: 10pt }

th {
	font-family: arial, helvetica, sans-serif ;
	font-size: 10pt;
	font-weight : bold;
}

ul {
	font-family: arial, helvetica, sans-serif ;
	font-size: 10pt;
	list-style-type : disc;
}
hr {
	padding-bottom : 0px;
	padding-top : 0px;
	height: 1;
}

h1	{
	padding-top: 15px;
	padding-bottom: 5px;
}

a {
	color : Blue;
}

a:active {
	color : Maroon;
}

a:hover {
	color : Maroon;
	text-decoration : underline;
	}
	
a:visited {
	color : Purple;
}

/* Classes*/

.quote {
	font-family: times new roman, serif;
	font-size: 10pt;
	color: Black;
	font-style: italic;
}

.greentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Green;
}
	
.greentimes {
	font-family: times new roman, serif;
	font-size: 11pt;
	color: Green;
}

.headertext {
	font-family: sans-serif;
	font-size: 13pt;
	font-weight : bolder;
}

.headertext2 {
	font-family: sans-serif;
	font-size: 15pt;
	color: Black;
	font-weight : bold;
}

.headertext3 {
	font-family: sans-serif;
	font-size: 11pt;
	font-weight : bold;
	}
	
.firstletter {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: Black;
	font-weight : bold;
}

.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	color : Black;
}

.smalltext{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
}

.smallbold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8.5pt;
	font-weight : bold;
}

.smallfirstletter{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8.5pt;
}

.smallgreen{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	color : green
}

.smallfirstletter{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

.smallheader{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

.underline{
	text-decoration : underline;
}

.maroon{
	color : Maroon;
}

.header{
	background-color: #E4E4E4;
	border-top: 1px;
	border-bottom: 1px;
	border-color: #ffffff;
	display: block;
	padding: 2px;
}
