body {
	background-color: #ffc;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	max-width: 800px;
	 margin:20px;
	  padding:0;
	}
	
div.main {
margin: 1%;
padding: 1%;
background-color: #DfD;
border: gray 1px solid;
max-width: 800px;
min-width: 600px;
}
	
p,dd,ul,ol,dl { 
	text-align: justify;
}

h1,h2,h3,h4,h5,h6 { 
	font-family: Arial, Helvetica, sans-serif; 
	background-color:transparent;
	color: #c00; 
	margin-top: 0%; 
	margin-bottom: 0%;
}

h1,h2,h3,h4,th { 
text-align: center; 
}

h5,h6 { 
text-align: left; 
}

h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 {font-size: 100%;
	font-weight: bold; }
h4 { font-size: 90%; }
h5 {font-size: 150%; }
h6 {font-size: 100%; }

hr {
background-color:transparent;
color: gray;
height:1px;
}

dt {
	margin-top: 12px;
	font-size: 100%;
	font-weight: bold;
	background-color:transparent;
	color:#ff0000;
	}


OL,UL {
margin-top: 0em; 
margin-bottom: 0em;
}

LI {
	padding: 5px;
	list-style-position: outside;
}

a:link {
	background-color:transparent;
	color: #06F;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	background-color:transparent;
	color: #039;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background-color:transparent;
	color: #0C6;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	background-color:transparent;
	color: #D4F;
	text-decoration: underline;
	font-weight: bold;
}


/** Prout Stuff Follows **/

table.toppage
{
	background-color: #ffc;
	border: 1px solid gray;
}

table.proutsummary {
	width: 80%;
	text-align: center;
	}

table.proutsummary th{
	font-weight: bold;
	text-align: left;
	border: 0px;
	width: 80%;
}

table.proutsummary td{
	text-align: center;
}

table.proutsummary td p {
	text-align: justify;
	}
	
table.data, td.data, th.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}


table.data tr { 
	vertical-align: middle;
}

table.data td{ 
	background-color: #BBB;
	text-align: justify;
	color: #000;
}

table.data th{
	background-color: #BBF;
	text-align: center;
}

/** Collumn Table Data Follows **/

table.CT, table.CT td, table.CT th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	font-weight: normal;
	vertical-align: top;
	text-align: center;
}

table.CT td {
	padding-right: 2.5%;
	padding-left: 2.5%;
}

table.CT td p {
	text-align: justify;
}

/** Misc. Stuff Follows **/


p.RedQuote {
	background-color:transparent;
	color: #ff0000;
	margin-left: 10%;
	margin-right: 10%;
	text-align: justify;
}

.quote {
	margin-right:10%;
	margin-left:10%;
	text-align: justify;
}

div.footer {
	text-align: center;
	font-size: 80%;
	}