@charset "utf-8";
/* CSS Document */

body{
	font-family: "MS Sans Serif", Tahoma;
	font-size: 13px;
	color: #000000;
	line-height:16px;
}

#wrapper{
	width:900px;
	height:auto;
	margin:0 auto;
	padding:0;
	border:#CCC 1px solid;
}

#logo{
	width:280px;
	height:150px;
}

h1{
	background-color:#959137;
	font-size:15px;
	padding:5px;
	margin:0 5px 5px;
	text-align:center;
	color:#FFFFFF;
}

p{padding:0px 25px 5px;}

ul li{
	padding:0px 25px 5px;
	}

h2{
	background-color:#CD61CA;
	font-size:15px;
	padding:5px;
	margin:0 5px 5px;
	text-align:center;
	color:#FFFFFF;
}

h3{
	background-color:#448CC1;
	font-size:15px;
	padding:5px;
	margin:0 5px 5px;
	text-align:center;
	color:#FFFFFF;
}

h4{
	background-color:#669900;
	color:#FFFFFF;
	font-size:15px;
	padding:5px;
	margin:0 5px 5px;
	text-align:center;
}

h5{
	background-color:#5286DC;
	color:#FFFFFF;
	font-size:15px;
	padding:5px;
	margin:5px 5px 0px;
	text-align:center;
}

h6{
	background-color:#D15CBA;
	color:#FFFFFF;
	font-size:15px;
	padding:5px;
	margin:5px 5px 0px;
	text-align:center;
}

table {
	width:892px;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:0 auto;	
	}


tr.odd td	{
	background:#f7fbff
	}
tr.odd .column1	{
	background:#f4f9fe;
	}	
.column1	{
	background:#f9fcfe;
	}
td {
	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center;
	}				
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	}							
thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
	}	
tfoot th {
	text-align:center;
	background:#f4f9fe;
	}	
tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	
a:link {
	color:#d42945;
	text-decoration:none;
	}	
a:visited {
	color:#d42945;
	border-bottom:none;
	text-decoration:none;
	}		
a:hover, a:focus {
	color:#f03b58;
	text-decoration:none;
	}
	
table a,
table a:link,
table a:visited {
	border:none;
	}
table a:hover {
	text-decoration:underline;
	}
