/* CSS Document */



body
{

	text-align: center;
    font-size: 12px;
    font-family: arial, helvetica, sans;
	background-color:#FFFFFF;
}

table.main
{
	background-color: FFF;
	width:975px;
	border: 0;
}

table.indextable
{
	background-color: #F3F3EB;
	width:975px;
	border: 0;
}

td.header
{
	height:33px;
	width:775px;
	background-color:#E2E1D8;		 
}



td.sidebar
{
width:150px;
height:450px;
background-color:#f4f3ea;
}

td.sectionintro
{
width:975px;
height:450px;
border-left:#E1E0DC 1px solid;
border-right:#E1E0DC 1px solid;
background-color:#F3F2EE;
}

td.textmargins
{
width:20px;
height:450px;
background-color:#F3F2EE;
}


td.footer
{
    background-color:E2E1D8;
	height: 33px;
	width:675px;
}


a, a:link, a:visited {
font-family: Arial;
font-size: 11px;
color: #666;
text-decoration: none;
padding: 0;
}

a:hover {
	color: #c00;
	text-decoration: none;
}


h3 {
font-family: "Verdana","Arial", "Helvetica", sans-serif;
font-size: 11px;
margin: 0;
font-weight: normal;
color: #666;
}


p {
font-family:"Verdana", "Arial", "Helvetica", sans-serif;
font-size: 11px;
margin-bottom: 6px;
margin-top: 6px;
font-weight: normal;
color: #666;
}




.first {
font-family:"Verdana", "Arial", "Helvetica", sans-serif;
font-size: 11px;
font-weight: bold;
color: #666;
margin-bottom: 3px;
margin-top: 10px;
}


