/* -- Scroll -- */
/* -- Reset -- */
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, 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;
}
/* Remove annoying border on linked images. */
a img {
	border: none;
}
/* -- Default -- */
html 
{
	height:100%;
	overflow: auto;
}
body 
{
	height:100%;
	background:#9fb127;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:68.8%;
}
/* headings */
h1, h2, h3, h4, h5, h6 
{
	font-size:100%;
	line-height:1;
}
h1 {font-size:1.8em; margin-bottom:.6em;} /* 20px */
h2 {font-size:1.36em; margin-bottom:.3em; font-weight:bold;} /* 15px */
h3 {font-size:1.18em;} /* 13px */
h4 {font-size:1.09em;} /* 12px */
h5 {font-size:1em;font-weight:bold;}	/* 11px */
h6 {font-size:.9em;font-weight:bold;}	/* 10px */

/* Content element styling
-------------------------------------------------------------- */
p           { font-size:1em; line-height:1.4; margin: 0 0 2.18em;}
p img.left  { float: left; margin: 1.36em 1.55em 1em 0; padding: 0; }
p img.right { float: right; margin: 1.36em 0 1em 1.55em; }
img.left		{ float: left;}
img.right		{ float: right;}
p img.top		{ margin-top:-38px;}

a:link      { color: #000; text-decoration: underline; }
a:visited		{ color: #000; text-decoration: underline;}
a:focus, 
a:hover     { color: #000; text-decoration: none;}
a:active    { color: #BD0120; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; line-height:20px; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

.alt { display:none;}
iframe { width:519px; height:900px;}