/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// body
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body { color:#737373; background-color:#fff; font-size:75%; text-align:left; line-height: 1em; 
	font-family:"Trebuchet MS" , Tahoma, Sans-Serif; }
div { font-size:1em; }
img { margin:0; padding:4px; border:solid 1px #ccc; background-color:#fff; display:inline; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// headings
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
h1 { margin:.5em 0 1em 0; font-size:150%; font-weight:lighter; color:#000; background-color:inherit; line-height:1.5em; }
h2 { margin:.5em 0 .8em 0; font-size:125%; font-weight:lighter; color:#000; background-color:inherit; line-height:1.5em; }
h3 { margin:.5em 0 .5em 0; font-size:100%; font-weight:lighter; color:#000; background-color:inherit; line-height:1.3em; }
h4 { margin:.5em 0 .3em 0; font-size:75%; font-weight:lighter; color:#000; background-color:inherit; line-height:1.3em; }
h5 { margin:.5em 0 .3em 0; font-size:50%; font-weight:lighter; color:#000; background-color:inherit; line-height:1.3em; }
h6 { margin:.5em 0 .3em 0; font-size:40%; font-weight:lighter; line-height:1.3em; }
h1.section-title
{ margin:0; padding:5px 5px 0 5px; font-size:12px; text-transform:uppercase; color:#fff; 
	background:#011e2c url(../_images/shade-2.gif) repeat-x top; }
h2.section-title
{ margin:0; padding:5px 5px 0 5px; font-size:12px; text-transform:uppercase; color:#fff; 
	background:#011e2c url(../_images/shade-2.gif) repeat-x top; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// tables
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
table { font-size:1em; margin:0 0 1.5em 0; padding:0; line-height:1.5em; }
table caption { font-weight:bold; margin:0; padding:0 0 1.5em 0; }
th { font-weight:bold; text-align:left; padding:.2em; }
td { font-size:1em; padding:.2em; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// lists
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
ul { line-height:1.5em; margin:.5em 0 .5em 0;  padding:0; }
ul li { margin:0 0 0.1em 3em; padding:.1em; list-style:disc; }
ol { font-size:1.0em; line-height:1.4em; margin:.5em 0 .5em 0; padding:0; }
ol li { font-size:1.0em; margin:0 0 0.1em 3em; padding:.1em; list-style:decimal; line-height:1.6em; }
dl { margin:2em 0 2em 0; padding:0; line-height:1.4em; }
dl dt { font-weight:bold; margin:0.25em 0 0.25em 0; padding:0; }
dl dd { margin:0 0 1em 2em; padding:0; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// links
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
a { overflow:hidden; }
a:link, a:visited { color:#ff0808; background-color:inherit; text-decoration:none; }
a:active, a:hover, a:focus { color:#00b4ea; background-color:inherit; font-family: inherit; }
/* a:active, a:hover, a:focus { color:#a51118; background-color:inherit; text-decoration:underline; } */

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// texts
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
p { margin:.5em 0 .5em 0; padding:.5em; line-height:1.5em; color:inherit; }
blockquote { margin:1em 0 1em 0; padding:1.5em 0 0 0; font-size:120%; line-height:1.4em; 
	background:url(../_images/quote-start.gif) no-repeat left top; }
	blockquote div.blockquote
	{ padding:0 0 1.5em 0; background:url(../_images/quote-end.gif) no-repeat right bottom; }
pre { font-family:monospace; font-size:1.0em; }
strong, b { font-weight:bold; }
em, i { font-style:italic; }
code { font-family:"Courier New", Courier, monospace; font-size:1em; white-space:pre; }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// horisontal rule
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
hr { display: none; }
div.hr { height:1px; margin:1.5em 1em;  border-bottom:1px dotted black; }
