.be-nice-to-Mac-IE5
{
	font-family: "\"}\"";
	font-family: inherit;
}

/* -- RESETS -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.validationerror {
	color: red;
}

/* -- GENERAL REDECLARATIONS -- */

body
{
	background-color: #FFF;
	text-align: left;
	color: #222;
	font: normal 11px/14px Arial, Verdana, Helvetica, sans-serif;
	padding: 10px 12px 9px 12px;
}

A:link { text-decoration: underline; font-weight: normal; color: #222; }
A:visited { text-decoration: underline; font-weight: normal; color: #222; }
A:hover { text-decoration: underline; font-weight: normal; color: #999; }
A:active { text-decoration: underline; font-weight: normal; color: #999; }
				
ul, ol
{

}

dl
{

}

dt
{
	font-weight: bold;
}

dd
{

}

p
{
	margin: 0px 0px 14px 0px;
}

h1
{

}

h2
{

}

h3
{

}

h4
{

}

h5
{

}

h6
{

}

hr
{

}

img
{
	border: none;
}

acronym
{
	border-bottom: 1px dotted;
}

blockquote
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

/* ------ */

#head
{
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #CCC;
	margin: 0px 0px 10px 0px;
}

	#head h3
	{
		font-weight: bold;
		margin: 0px 0px 2px 0px;
		font-size: 14px;
	}
	
	#head h4
	{
		font-weight: bold;
		margin: 0px 0px 2px 0px;
		font-size: 11px;
	}

	#head ul
	{
		margin: 0px;
		list-style: disc;
	}
	
		#head ul li
		{
			margin: 0px 0px 2px 16px;
		}
		
	#head p
	{
		margin: 0px;
	}	
		
#instructions
{
	float: right;
	width: 160px;
}		

#form
{
	width: 230px;
}

	#form
	{
		font-weight: bold;
	}
	
		#form label
		{
			
		}

			#form label em
			{
				/* error msg */
				color: #D51A21;
				font-size: 11px;
				font-weight: bold;
				display: inline;
				margin: 0px 0px 0px 0px;
			}
		
		#form input
		{
			border: 1px solid #CCC;
			width: 210px;
			margin: 0px 0px 8px 0px;
			font-size: 11px;
			display: block;
		}

		#form textarea
		{
			border: 1px solid #CCC;
			width: 210px;
			margin: 0px 0px 8px 0px;
			font-size: 11px;
			display: block;
		}

		#form input.nicebutton
		{
			border: 1px solid #CCC;
			background-color: #EEE;
			color: #999;
			width: auto;
			margin: 0px 0px 8px 0px;
			font-weight: bold;
			display: block;
		}
				
		#form span.nicecheck input
		{
			border: 0px;
			width: 25px;
			margin: 0px 0px 0px 0px;
			display: inline;
		}
				
		#form em
		{
			font-size: 10px;
			font-weight: normal;
			font-style: normal;
			display: block;
			margin: 0px 0px 8px 0px;
		}

#readmore
{

}		
	
	#readmore h4
	{
		font-weight: bold;
		margin-bottom: 14px;
	}
	
	#readmore ul
	{
	
	}
	
		#readmore ul li
		{
			margin-bottom: 14px;
		}
			

