html, body, th, td, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, fieldset, legend { margin:0; padding:0; }
html{ font-size:100%; } /* 16px */
body {
	background:#fff !important;
	color:#000;
	font-size:0.75em;
	font-family:arial,tahoma,verdana,sans-serif;
}
img           { border:none; }
table         { border-collapse:collapse; font-size:1em; }
table th      { vertical-align:top; text-align:left; font-weight:normal; }
table td      { vertical-align:top; }
table caption { text-align:left; font-weight:bold; }

.clear { clear:both; height:0; line-height:0; font-size:0; }
.clear-after { //height:1%; } /* ie fix */
.clear-after:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; line-height:0; font-size:0; }


/*---------------------------------- links -----------------------------------*/
a       { color:#206a85; }
a:hover { color:#8f9e8b; }


/*---------------------------------- forms -----------------------------------*/
input.txt, select, textarea                     { border:1px solid #707679; color:#536c7e; }
select.check, input.check, textarea.check       { border:1px solid #f00; background:#ffe3a7; color:#536c7e; }
select.stretch, input.stretch, textarea.stretch { width:98%; }

input.btn {
	background:url(../images/i/bg/btn.gif) #fff 0 100% repeat-x;
	border-top:1px solid #557da2; border-right:1px solid #003c74; border-bottom:1px solid #003c74; border-left:1px solid #557da2;
	padding-left:10px; padding-right:10px;
	overflow:visible;
	color:#536c7e;
	font-family:tahoma,arial;
	cursor:pointer;
}

div.check {
	background:url(../images/i/mrk/attention.gif) 0 0 no-repeat;
	padding-left:15px;
	color:#ffe3a7; font-size:0.92em;
}
div.error strong  { color:#f00; }
div.flood strong  { color:#ffe3a7 }
div.done strong   { color:#000; }


/*-------------------------------- typography --------------------------------*/
p     { margin-bottom:1.25em; }
h1    { margin-bottom:0.42em;  font-size:2em; font-weight:normal; }
h2    { margin-bottom:0.42em; font-size:1.67em; font-weight:normal;  }
h3    { margin-bottom:1.25em; font-size:1em; font-weight:bold; }
big   { font-size:1.2em; }
small { font-size:0.8em; }
sup   { vertical-align:text-top; font-size:0.625em; }
em    { color:#536c7e; font-style:normal; }
em[title], ins[title], del[title], abbr[title], acronym[title], dfn[title], blockquote[title] { cursor:help; }


/*---------------------------------- lists -----------------------------------*/
ul    { margin:0.42em 0 1.25em 0; padding-left:20px; }
ul li {
	background:url(../images/i/mrk/mrk1.gif) 0 0.46em no-repeat;
	margin-bottom:0.42em; padding-left:17px;
	list-style:none;
}

ol    { margin:0.42em 0 1.25em 0; padding-left:30px; }
ol li { margin-bottom:0.42em; }

dl    { margin:1.25em 0; }
dl dt { margin-bottom:0.17em; font-weight:bold; }
dl dd { margin:0 0 0.83em 10px; }


