@charset "utf-8";
/* CSS Document */

/*colors:
	purple: #775f83;
	yellow: #cab56b;
	green:	#8b936a;
	blue:	#697bbc;*/
	

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	background: #747474;
}
	

#wrapper {
	margin: 20px auto;
	width: 600px;
	min-height: 440px;
	background-color: #ffffff;
}




 a{
	color: #697bbc;
}


div#wrapper  h2 {
	margin: 0px 0 0px 0px;
	font-size: 1.8em;
	color: #fff;
	background-color:#fff;
	height: 30px;
	text-align: center;
}

div#wrapper p {
	margin: 5px 10px 0px 20px;
	font-size: 1.4em;
	color:#333;
	line-height: 1.4em;
	clear: both;
}


 div#wrapper .smalltext {
	font-size: .9em;
}


table {
	margin: 10px 15px 10px 30px;
	font-size: 1.4em;
	float: left;
}


table caption {
	color: #111;
	font-size: 1.6em;
}

table thead {
	background-color: #cab56b;
	text-align: left;
	}

table thead.noheader {
	background-color: #fff;
}

table thead.noheader tr{
	text-indent: -3000em;
}

 table td {
	width: 90px;
}

 table td.first {
	width: 160px;
}

 table td.long {
	width: 340px;
}

 table tr {
	text-indent: 3px;
}

 table tr.odd {
	background-color: #CCC;
}

table caption span.tablecaption {
	font-size: .5em;
	font-style: italic;
}

div#footer {
	clear: both;	
}

div#footer p{
	font-size: .9em;
	text-align: center;	
}



