p {
	font-family : Helvetica, sans serif;
	font-size : 10pt;
	text-align : justify;
	color : #000000;
	margin-top : 0px;
	spacing-bottom : 50px;
	line-height : 18px;
	width : 450px;
	padding : 0px;
}

body {
	background-color : #DDDDD0;
}

A:link {
	color : #0000FF;
	text-decoration : none;
}
A:active {
	color : #000099;
	text-decoration : none;
}
A:visited {
	color : #0000FF;
	text-decoration : none;
}
A:hover {
	color : #000000;
	text-decoration : underline;
}

.title {
	font-family : Times New Roman;
	font-size : 18pt;
	color : #006600;
	border-bottom : 1px #CC0000 solid;
	text-align : left;
	padding-bottom : 8pt;
	width : 600px;
}
.caption {
	font-family : Times New Roman;
	font-size : 12px;
	font-style : italic;
	width : 150px;
	text-align : left;
}
.bcaption {
	font-family : Times New Roman;
	font-size : 12px;
	font-style : italic;
	text-align : left;
	width : 650px;
	padding-bottom : 20px;
}
.menu {
	font-family : times New Roman;
	font-size : 18px;
	font-weight : bold;
	color : #006600;
}
.subtitle {
	font-family : Times New Roman;
	font-size : 12pt;
	font-weight : bold;
	font-style : italic;	
}
.heading {
	font-family : Comic Sans MS;
	font-size : 10pt;
	font-weight : bold;
	color : #CC0000;
	margin-bottom : 0px;
	padding : 0px;
}
.important {
	font-family : Arial, Helvetica, Sans Serif;
	font-size : 12pt;
	font-weight : bold;
	font-style : italic;
}
.info {
	font-style : italic;
	color : 990000;
}