/*
	Base styles
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	background: #fff;
	line-height: 1.4;
	font-size: 75%;
	color: #333; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	The font-size percentage is of 16px (0.75 * 16px = 12px)
	Divide desired pixel size by 12 to get em measurement.
	*/
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: secondary;
	font-weight: normal;
}
a img { 
	border: none;
}
/* typography
---------------------------
*/
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
h1 { font-size: 3em; line-height: 1; margin-bottom: .5em; }
h2 { font-size: 2em; margin-bottom: .75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
p           { margin: 0 0 1em; }
a:link { color: #369; text-decoration: none; }
a:visited { color: #669; text-decoration: none; }
a:hover, a:active { color: #06c; text-decoration: underline; }
blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em		    { font-style: italic; }
li ul, li ol { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-secondary: 1.5em;}
table       { margin-bottom: 1.4em; }
th          { background: #eee; border-bottom: 1px solid #ddd; font-weight: bold; }
td          { border-bottom: 1px solid #eee; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #eef; }
caption     { background: #ffc; }
.small      { font-size: .8333em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }
.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.access     { display: none; }
textarea      { width: 400px; height: 250px; padding:5px; }
select        { width: 200px; }
/* messages
---------------------------
*/
.message	{ padding:.5em; margin-bottom:1em; border:1px solid #ddd; border-width:1px 0; color:#4f4f4f; background:#e6efc2; border-color:#c6d880; }
.message img { padding-right:2px; }
.message.error { background:#fbe3E4; border-color:#fbc2c4; }
.message.alert { background:#fff6bf; border-color:#ffd324; }
.message.success { background:#e6efc2; border-color:#c6d880; }