/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
*/
html {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}
/*background-image: url('../img/pagefon.jpg');*/
body {
font-family : Tahoma;
font-size : 12px;
background-color:#fff;
color:#20180b;
margin-left : 0;
margin-top : 0;
margin-right : 0;
margin-bottom : 0;
line-height:1;
}
/*
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}
*/
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    background:transparent;
    height:auto;
}
a:hover 
{
color:#6a8df3;
 
/*background-color:Black;Red;background-image: url('../img/buttonHover.gif');*/
}
a.btnMenu
{
    display:block;
	width:270px;
	height:32px;
	margin:2px 0px 2px 0px; 
	padding-left:8px;
	background:#3853cb  url('../img/btnMenuNorm.gif');
	/*background:#75bcf2 url(buttonanimation.png);*/
	font-size:14px;
	font-family:Tahoma;
	font-weight:bold;
    color:#fff;
	text-align:left;
	text-decoration:none;
	padding-top:10px;
}
a.btnMenu:hover {
	text-decoration:none;
	color:Navy;
	background:#9b9b9c  url('../img/btnMenuHover.gif');
}
a.btnMenu:active {
	text-decoration:none;
	color:#fcf391;
	background:#3853cb  url('../img/btnMenuActiv.gif');
}

p 
{
    text-align:justify;
    margin-right:10px;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}


table {  border-collapse :collapse;
    width: 98%;
}
td { margin : 0;padding : 0;}

/* change border colour to suit your needs */
hr {
    display:block;
    height:3px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img {  border-style: none;
    border-color: inherit;
    border-width: 0;
    
}
img.logo
{
    height:100%; 
    width:100%;
}
  

h1 {/*#fff;*/
margin-left:5px;
font-family:tahoma;
font-size:20px;
color:#0a2c8d;
font-weight:normal;
}
h2 
{
margin-left:5px;    
color:#0a2c8d;
font-size:14px;
font-family:Tahoma;
font-weight:bold;
line-height:1.5;
}
h3 {
color:#0a2c8d;
font-size:12px;
line-height:1.5;
font-family:Tahoma;
}
h4 {
color:#0a2c8d;
font-size:12px;
line-height:1.5;
font-family:Tahoma;
}
.text {
margin-left:45px;
margin-right:10px;
color:#0a2c8d;
font-size:12px; 
line-height:1.5;
font-family:Tahoma;
}
.text1  
{ height:auto;
margin-left:0px;
/*margin-right:10px;*/ 
color:#0a2c8d;
font-size:12px;
line-height:1.5;
font-family:Tahoma;
}

.text2 {
margin-left:46px;
color:#0a2c8d;
font-size:12px;
line-height:2;
font-family:Tahoma;
}
.lfoot {
margin-left:46px;
color:#0a2c8d;
font-size:12px;
line-height:2;
font-family:Tahoma;
}
.copy {
margin-left:4px;
color:Navy;
font-size:12px;
line-height:2;
font-family:Tahoma;
}

