body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color: #fff;
	text-align: center;
	background-color: #DDDDDD; background-image: url(../images/bgtile.png); background-position: center top; background-repeat: repeat;
}

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0;}

h1{font-size: 2em; line-height: 1; margin-bottom: 1em; font-weight: normal;}
h2{font-size: 1.6em; margin-bottom: 1em;font-weight: normal;}
h3{font-size: 1.4em; line-height: 1; margin-bottom: 1em;font-weight: normal;}
h4{font-size: 1.3em; line-height: 1.25; margin-bottom: 1.25em; font-weight: normal;}
h5{font-size: 1.2em; margin-bottom: 0.5em;}
h6{font-size: 1.2em;}
p {font-size: 1.1em; margin-bottom: 1.5em;}
INPUT, SELECT, TH, TD {font-size:1em;}

img {border: 0;}

.floatRight { float: right; padding: 5px; }
.floatLeft { float: left; padding: 5px; }
.brod {font-size: 0.8em;}
.standOut{font-size: 1.6em; }  
.important{ font-weight: bold; } 
.primaryColor{ color: #CBCBCB;}
.highlightColor{ color: #BDD14B;}
.blackText{ color: #000;}

.header {font-size:1.2em; color: #000; }
.navigation {font-size:1.2em; color: #fff; }
.content {color: #fff; font-size:1.2em;}
.contentV {color: #000; font-size:1.2em;}
.footer {font-size:1.1em; color: #212121;}
.contact {font-size:1.2em; color: #212121;}

.text{ width: auto; height: auto; text-align: left; padding-right: 40px;}
.text2{ width: auto; height: auto; text-align: left; padding-left: 40px;}
.extra{ width: auto; height: auto; text-align: left; padding-left: 10px; border-left: #212121 solid 1px;}

a{color: #BDD14B; text-decoration: none;}
a:hover {color: #BDD14B; text-decoration: underline;}

/* menu */
.menu{margin:0; padding:0; width:180px; list-style:none;background:rgb(33,33,33);}
.menu li{padding:0; margin:0 0 1px 0; height:30px; display:block; }
.menu li a{text-align:left;height:30px; padding:0px 15px;  color:rgb(255,255,255); display:block; background:url(../images/verMenuImages.png) 0px 0px no-repeat; text-decoration:none;}
.menu li a:hover{background:url(../images/verMenuImages.png) 0px -30px no-repeat; color:rgb(189,209,75);}
.menu li a.active, .menu li a.active:hover{background:url(../images/verMenuImages.png) 0px -60px no-repeat; color:rgb(189,209,75);}
.menu li a span{line-height:30px;}

