@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.style1 {
	color: #000000;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.style2 {
	color: #000000;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666600;
}
.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.table 
{
	font-family		: Geneva, "Verdana", "Arial", "Helvetica", "sans-serif"; 
    font-size: 10pt;
    border: dotted 1px #C58144;
}
.hr-dashed
{
	position: relative;
	padding: 10px;
	margin: 0px auto;
	top: 10px;
	left: 20px;
	width: 90%;
	border: 2px dashed #669966;
}