body {
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000000;
font-family: Verdana, Helvetica, sans-serif;
font-size:11px;
background: #FFFFFF;
}
.legal {
font-family:Verdana, Geneva, sans-serif; 
font-size:10px;
}
.legalL {
font-family:Verdana, Geneva, sans-serif; 
font-size:11px;
font-weight:bold;
}
.legal input, .legal select, .legal  textarea {
font-family:Verdana, Geneva, sans-serif; 
font-size:10px;
}
a {
	font-weight:bold;
	color:#3961C4;
	text-decoration:none;
}
a:hover {
	color:#000000;
}
.aa { text-decoration:none; cursor:pointer; color:#3056B5; font-weight:bold; }

h1 {
font-size:13px;
font-family: Verdana, Helvetica, sans-serif;
padding:8px 0 8px 0; 
margin:0px;
}
h2 {
padding:2px; 
margin:0 0 10px 0;  
background-color:#3D67CE; 
color:#FFF;				
font-size:12px;
font-family: Verdana, Helvetica, sans-serif;
}
h3 {
font-size:11px;
font-family: Verdana, Helvetica, sans-serif;
}
.err {
color:white;
background-color:#C00;
padding:4px;
}
.red {
	font-weight:bold;
	font-size:11px;
	color:#C00;
}

.odd {
padding:4px;
margin:4px;
background-color:#f0f0f0;
}
.even {
padding:4px;
margin:4px;
background-color:#fefefe;
}
#container { 
background: #FFFFFF;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
} 
#mainContent { 
margin: 0 0 0 0;
padding: 0 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
font-size:11px;
/*
border-top: 1px solid #888888;
border-right: 1px solid #888888;
border-left: 1px solid #888888;
*/
} 
.border {
border: 1px solid #888888;
font-size:10px;
} 
.blok {
padding:10px;
border: 1px solid #888888;
font-size:10px;
} 
#footer {
margin-top:0px;
padding: 0 10px 2px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
background:#DDDDDD; 
border: 1px solid #888888;
font-size:9px;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
ul {margin:0 0 0 15px; padding:0; list-style:square;}
ol li {margin:0 0 0 20px; }

