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

/* Wrap Styles */
		
		body {
			background: url(bg.jpg) repeat-x;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin:auto;
		padding-bottom: 30px;
		}

a { color: #666;

}
		
		#header{
			margin-right: auto;
			margin-left:auto;
		margin-top: 30px;
		width: 818px;
		text-align:left;
		}

		
		/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
	display: block;
	height: 30px;
	width: 550px;
	background:  url(bgtop.png);
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 14px;

	border-bottom: 2px solid #FFFFFF;
	cursor: pointer;
	margin: 0 0 0 0;
		}
		
	
		
		#content {
			margin:auto;
		margin-top: 0px;
			color: #444444;
			overflow: hidden;
			width: 750px;
			padding-bottom:10px;
			font-size: 11px;
				line-height: 17px;
		}
			
			h2 {
	margin: 0px;
	color: #C73335;
			}
			
			p {
				padding: 0px 0px 0px 20px;
		
				font-size: 13px;
				line-height: 155%;
		
			}
			
		
					li {
					line-height: 17px;	
					}
 
    
	h1 {
	font-size: 19px;
	font-variant: small-caps;	
	}
	
h3{
margin-bottom:15px;
padding-bottom:0px;
}

table
{
background-color: #fafafa;
border-collapse: collapse;
border-spacing: 0px;
border: 0px dotted #ccc;
}


td
{ background-color: #99CCCC;
color: #404040;
border-bottom: #CCC 1px solid;
border-top: #ccc 1px solid;
text-align: center;
color: #404040;
background-color: #fafafa;
padding-top:13px;
padding-bottom:5px; 
}