/* CSS Document */
/* File containing the format of all text */

#main p {
	font-size: 14px;
	color: #666666;
}
#main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	margin: 0px;
	padding: 0px 5px;
	background-color: #CCCCFF;
	border-top: 1px dotted #000000;
	border-right: 1px none #000000;
	border-bottom: 1px dotted #000000;
	border-left: 1px none #000000;
}
#main h3 {
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	color: #999999;
	font-variant: small-caps;

}

#main img {
	margin-top: 1em;
	margin-bottom: 1em;
}
#tools h3 {
	background-color: #999fff;
	margin: 1em 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#tools form {
	margin: 5px 0px;;
}
#quote {
	font-style: italic;
	text-align: right;
	width: 100%;
	color: #000000;
}

