/**
 * Style sheet basic
 */
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin:0;
	padding:0;
	vertical-align: top;
	border:0;
	font-size:100%;
	outline:0;
}

ul, ol
{
	margin-left:1.5em;
}

li {list-style-type:square;}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#333333;
	background-color: #c6e6a0;
	line-height:1.5;
}

textarea, input
{
	margin:0;
	padding:0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:1.1em;
	color:#333333;
	margin-right:3px;

	
}

* +html fieldset {margin-top: -10px; margin-bottom: 10px;}


select { width: 533px; }

pre, code
{
	font-family:"Andale Mono", monospace;
	font-size:1.1em;
	white-space:pre;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Verdana, sans-serif;;
	
	 
}

/* h1
{
	margin-bottom:0.25em;
	font-size:2.1em;
	color: #e2007a;
	font-weight: bold;
} */


h1
{

	font-size:1.45em;
	color: #e2007a;
	padding-top: 12px;
}

h2
{

	font-size:1.45em;
	color: #e2007a;
	padding-top: 12px;
}

h3
{
	margin-bottom:6px;
	font-size:9pt;
	color: #e2007a;
}

h6
{
	font-size:9pt;
	color: #e2007a;
}

h5
{
	font-family: verdana, arial, sans-serif;
	font-size:9pt;
	color: #e2007a;
}

blockquote, q
{
	quotes:none;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

caption, th, td
{
	text-align:left;
}

ins
{
	text-decoration:none;
}

del
{
	text-decoration:line-through;
}

*:focus
{
	outline:0;
}

/* Fix background image bug in IE5 */
* html ul, * html ol
{
	position:relative;
}

/* Fix ordered list in IE6 */
* html ol
{
	margin-left:2em;
}

/* Fix ordered list in IE7 */
*:first-child+html ol
{
	margin-left:2em;
}

/* Fix legend margin in IE6 */
* html legend
{
	margin-bottom:1.4em; 
}

/* Fix legend margin in IE7 */
*:first-child+html legend
{
	 margin-top: 12px; margin-bottom: 0px; margin-left: -7px;
}

h4 { margin-bottom: -50px;
margin-top: -15px;}