*{
	font-size:11px;
	font-family:arial, helvetica, sans-serif;
	margin:0;
	padding:0;
	list-style:none
}

body{
	color:#333
}

p, address{
	margin:0 0 16px;
	line-height:18px
}

q{
	display:block;
	margin:6px 0
}

cite{
	display:block;
	margin:6px 0
}

div:after{/* For Gecko Browsers which like to completely break float elements out of the parent's layout */
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}

img{
	border:0
}

a{
	color:#900;
	font-weight:bold;
	outline:0
}

a:hover{
	text-decoration:none
}


/* BEGIN: Headings ================== */
h1{
	font:normal 19px "trebuchet ms";
	color:#694800
}

h2{
	font-size:15px;
	margin:10px 0 4px 0
}

h3{
	font-size:14px
}

h4{
	font-size:13px
}

h5{
	font-size:12px
}

h6{
	font-size:11px
}
/* END: Headings ================== */


/* BEGIN: Forms ================== */
fieldset{
	padding:10px;
	margin:20px 0
}

legend{
	padding:0 10px;
	font-weight:bold
}
option{
	padding:0 3px
}

input, textarea{
	padding:1px 2px
}
/* END: Forms ================== */


#ad {
	display:block; 
	margin-top: 22px;
	margin-right: -5px;  }


