/************************************
	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, ol, ul, li, fieldset, form, label, legend, input, textarea, 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; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
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: "" ""; }


/************************************
	GLOBALS EFFBEF
************************************/
body {
	background-color: #FFFFFF;
	color: #0B0B61;
	text-align: center;
	text-shadow: 0 0 1px #CEF6CE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
	font-size: 70%;
}

img
{
	vertical-align:middle;
	display: inline-block;
} 

html { overflow-y: scroll; }
.clearfix:after { content: " "; display: block; font-size: 0; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

a { 
	-moz-border-radius: 4px;
	background-color: #B22222;
	border: 4px solid #F78181;
	color: #ffffff;
	display: block;
	float: left;
	font-family: monospace, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	text-transform: none;
	text-decoration:  none;
}

a:hover {
	text-decoration:  none;
	border: 4px solid #FE2E2E;
}

a.type_zero { 
	-moz-border-radius: 4px;
	background-color: #006633;
	border: 4px solid #BEF781;
	color: #ffffff;
	display: block;
	float: left;
	font-family: monospace, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	text-transform: none;
	text-decoration:  none;
}

a.type_one { 
	-moz-border-radius: 4px;
	background-color: #FFFFFF;
	border: 0px;
	color: #B22222;
	display: inline;
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	text-transform: none;
	text-decoration:  none;
}

a:hover.type_one {
	color: #FF0000;
	text-decoration:  underline;
	border: 0px;
}


bullet {font-size: 20px; font-family: sans-serif;} 
p { color: #0B0B61; font-size: 14px; margin-top: 20px;}
quote { color: #0B0B61; font-family: Courier, Arial, Helvetica, sans-serif; font-size: 16px;}
high { color: #DF0101; font-weight: bold;}

.tableheader{
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	border: 0px;
}

input{
	-moz-border-radius: 4px;
	background-color: #B22222;
	border: 4px solid #F78181;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration:  none;
}

input:hover {
	text-decoration:  none;
	border: 4px solid #FF0000;
}

input.dropdown{
	border: 1px;
	background: #FF8000;
}

input.checkbox{
	border: 1px;
	background: #FF8000;
}

input.radio{
	background: #FF8000;
	border: 1px;
}


ul li {
	list-style-image: url(liststyle.gif); 
	margin: 20px;
	padding: 0px;
	line-height: 140%;
	font-size: 14px;
}
