/*
Conbrio Design
Created On: 04-27-06 - gjh - Conbrio Design
Last Edited: 04-04-07 - dab - Conbrio Design

-- contents -----------------------------
- Body
- Consistant Styles
-----------------------------------------
*/

@import url(../css/hifi.css);

body {
	background: #FFFFFF;
	color: #000000;
	margin: 20px 0;
	padding: 0;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, Sans-Serif;
}	

/* ----------------------------------------------------------------------- */
/* Consistant ------------------------------------------------------------ */

.hide {		display: none; visibility: hidden;}
form, h1, h2, h3, h4, h5, ul, ol, li, dl, dt, dd {margin:0; padding:0;}
img {		border: 0px; display: block;}

/*lowfi*/

h1 {
	font-size: 28px;
	color: #F37121;
}

h2 {
	font-size: 22px
}
	
img {margin-left: 10px;}
	
#conbrio {text-align: center;}

p	{line-height: 1.6em;	}
	

	
