@charset "utf-8";
/* CSS Document */

/* STYLE GUIDE
   ---------------------------------------
colors:
	#cccccc;			branding gray
	#a4c153;			branding green
	#de996b;			blue
	#de996b;			peach
	#85ab94;			blue-green
	#ebc3e8;			purple
	#2f76b2;			link color
/* END -----------------------------------*/

h4, p, dt, dd, li{
	font-size:12px;
	
}


/* DEFAULT LAYOUT
----------------------------------------------- */
*{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, Verdana, Sans-serif;

}
body {
	font-size:12px;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#e5e5e5;

}
h1{
	font-size:22px;
	height:35px;
	color:#666;
	font-weight:normal;
	margin-bottom:15px;
	padding:0 0 15px 0;
}


h2{
	font-size:18px;
	color:#444;
	margin:18px 0 10px;
	font-weight:normal;
	
}
h3{
	font-size:15px;
	margin:10px 0 8px;
			
}

p{
	margin-bottom:15px;
	
}

a{
	text-decoration:none;
	outline:0;
	color:#2f76b2;
}

a img{
	border:0;
	
}

li{
	list-style:none;
}

dt{
	font-weight:bold;
	padding-top:13px;

}

img{
	display:block;
}

sup{
	font-size:9px;
}

/* END -----------------------------------*/




/* Classes
-------------------------------------------- */
.self-clear{
	overflow:hidden;
}
* * body .self-clear{
	zoom:1;

}
/* END -----------------------------------*/

















