@charset "iso-8859-1";
/*******************************************************
*   Set back to zero and define a few basic styles     *
*******************************************************/
html, body {
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}
body {
	font: 62.5%/1.3 Arial, Helvetica, Verdana, sansserif;
}

/*******************************************************
*   no margin or padding for those tags                *
*******************************************************/
h1, h2, h3, h4, h5, h6, p, a, ol, ul, li, dl, dt, dd{
	margin: 0;
	padding: 0;
}

/*******************************************************
*   Images have neither border nor outline             *
*******************************************************/
img{
	border: 0;
	outline: 0;
}
a:focus {
	outline: 0;
	border: 0;
}
/*******************************************************
*   resetting all kinds of lists                       *
*******************************************************/
ol, ul, li{
	list-style: none;
}


/*******************************************************
*   formatting forms                                    *
*******************************************************/
form {
	border: 3px outset #00925b;
	background: #e3ebe3;
	padding: 1em;
}

fieldset {
	padding: 1em;
	border-top: 1px solid #00925b;
	border-bottom: 1px solid #00925b;
	border-left: 0;
	border-right: 0;
	border-collapse: collapse;
	margin-top:-0.1em;
}

legend {
	margin: 0 0 0 1em;
}

/*******************************************************
*   formating tables                                   *
*******************************************************/
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: top;
	text-align: left;
	border-collapse: collapse;
}
th, tfoot, thead {
	font-weight: bold;
}
/*******************************************************
*   no special content for quotes                      *
*   quotationmarks both upper                          *
*******************************************************/
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	margin:0;
	padding:0;
	quotes: "" "";
}



