body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color: #000;
	text-align: center;
	background-color: #E6E6E6; 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;}
h2{font-size: 1.3em; margin-bottom: 0.75em;}
h3{font-size: 1.5em; line-height: 1; margin-bottom: 1em;}
h4{font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; font-weight: normal;}
h5{font-size: 1.2em; margin-bottom: 0.5em;}
h6{font-size: 1.1em;}
p {font-size: 1em; margin-bottom: 1.5em;}
INPUT, SELECT, TH, TD {font-size:1em;}

img {border: 0;}

.floatRight { float: right; padding: 0; }
.brod {font-size: 0.8em;}
.standOut{font-size: 1.6em; }  
.important{ font-weight: bold; } 
.primaryColor{ color: #059D5D;}
.secondaryColor{ color: #8E8D8D;}

.navigation {font-size:1.1em; color: #000; }
.content {color: #000; font-size: 1.2em;}
.footer {font-size:1.1em; color: #059d5d;}

.text{ width: 500px; height: auto; text-align: left;}

a{color: #FB6C0C; text-decoration: none;}
a:hover {color: #FB6C0C; text-decoration: none;}

/* menu */
.menu{margin:0; padding:0; width:200px; list-style:none;}
.menu li{padding:0; margin:0; height:31px; display:block; }
.menu li a{text-align:left; height:31px; padding:0px 5px; color:rgb(0,0,0); display:block; background:url(../images/verMenuImages.png) 0px 0px no-repeat; text-decoration:none;}
.menu li a:hover{background:url(../images/verMenuImages.png) 0px -31px no-repeat; color:rgb(251,108,12);}
.menu li a.active, .menu li a.active:hover{background:url(../images/verMenuImages.png) 0px -62px no-repeat; color:rgb(251,108,12);}
.menu li a span{line-height:31px;}
