/* CSS Document */

/*--------------- Page Styling ---------------*/

html, body {
	margin:4px;
	padding:0px;
	background-color: #F4F4F4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	/* background-image:url(images/bg.jpg);
	background-repeat:repeat-x; */
}

/*--------------- Text Styling ---------------*/

H1{
	font-size:14px;
	font-weight:bold;
	color:#3c3c3c;
	margin-top:0px;
	margin-left:10px;
}

H2{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin-left:10px;
}

H3{
	font:Arial;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	margin-left:4px;
	margin-bottom:2px;
}

P{	
	font-size: 11px;
	font-weight: normal;
	color: #626262;
	font-family: Tahoma;
	margin-top:0px;
	margin-left:10px;
}

P2{	
	font-size:12px;
	margin-top:0px;
}

LI{	
	font-size: 11px;
	font-weight: normal;
	color: #626262;
	font-family: Tahoma;
	margin-top:0px;
	margin-left:10px;
}

TD{	
	font-size: 11px;
	font-weight: normal;
	color: #626262;
	font-family: Tahoma;
	margin-top:0px;
	margin-left:10px;
}

.foottext{
	font-size:11px;
	color:#666666;
}

a:link, a:visited{
	color:#666699;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#999999;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}


/*--------------- Page Divs ---------------*/

div.container_outer{
	width:400px;
	margin:auto;	
}

div.main_topimg{
	height:58px;
	width:400px;
	background-image:url(images/main_top.gif);
	background-repeat:no-repeat;
	}
div.main_footimg{
	height:22px;
	width:400px;
	background-image:url(images/main_footer.gif);
	background-repeat:no-repeat;
	}

div.nav_outer{
	width:100%;
	margin:0px;
	}

	
div.main_outer{
	width:100%;
	background-image:url(images/main_bg.jpg);
	margin-top:0px;
	}
div.main_inner{
	width:372px;
	margin:auto;
	}



/*--------------- Object Classes ---------------*/

.img{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	border:0px;
}

