@charset "UTF-8";
/* CSS Document */

body {
	width: 800px;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/bkgd.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}	 
	 
	 
a:link,a:visited {color : #3558c0;
	 text-decoration:none;}

a:hover {color : #3558c0;
	 text-decoration:underline;}
	 
a:active {color : #3558c0;
	 text-decoration:underline;}

	 

p,h1,h2,h3,h4,h5{
	margin-left:10px;
	margin-right:20px;
}

h1{
 font-size: 24px;
 color: #ff9a00;
 font-weight:bold;
 line-height:normal;
}

h2{
 font-size: 18px;
 color: #ff9a00;
 font-weight:bold;
}

h3{
	font-size: 14px;
	color: #ff9a00;
	font-weight: bold;
	line-height:140%;
}

h4{
 	font-size: 12px;
 	font-weight: bold;
	color: #666666;
}

h5{
 	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

.smalltext{
	 font-size : 10px;
	 }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

	
#indexcontainer{
	background-color: transparent;
	width: 751px;
	margin-top: 0px;
	margin-left: auto;
	margin-right:auto;

}


	 

	 
