body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
}

H1, cite {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	display : inline;
	color: #99aa3a;
}

cite { display: block; padding-top: 10px; text-align: right; }
blockquote { margin: 0; padding: 10px; }
#addnew { display: block; width: 90%; text-align: center; padding: 3px; border: 3px outset #99aa3a; margin: 10px; background: #99aa3a; color: #ffffff;}
#addnew:hover { border: 3px inset #99aa3a; }
.photo { float: left; text-align: center; margin: 0 10px 10px 0; }
.photo img{ border: 3px solid #99aa3a; }
.photo p { margin: 0; padding: 0; padding-top: 5px; color: #99aa3a; }
H2 {
	font-family: "Times New Roman", Times, serif;
	color: black;
	font-size : 16pt;
}

H3 {
	font-family: "Times New Roman", Times, serif;
	color: black;
	font-size : 14pt;
}

H4 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size : 12pt;
	font-weight: normal;
}

p, blockquote {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size : 10pt;
}

b {
	font-family: "Times New Roman", Times, serif;
	color: black;
	font-size : 10pt;
}

i {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size : 10pt;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size : 13pt;
	font-weight: bolder;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size : 9pt;
}

hr {
	width: 85%;
	color: #FFFFF;
}

a:link {
	color : #CCCCCC;
	text-decoration: none;
}

a:visited {
	color : #CCCCCC;
	text-decoration: none;
}

a:hover {
	color : #99aa3a;
	text-decoration: none;
}

a:active {
	color : #CCCCCC;
}

img { border-color : #000000; }

