body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color: #000;
	text-align: center;
	background-color: #fff; 
}

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0;}

h1{font-size: 2.2em; line-height: 1; margin-bottom: 1em; }
h2{font-size: 1.8em; margin-bottom: 1em;}
h3{font-size: 1.5em; line-height: 1; margin-bottom: 1em;}
h4{font-size: 1.4em; 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; }
.brod {font-size: 0.8em;}
.standOut{font-size: 1.6em; }  
.important{ font-weight: bold; } 
.primaryColor{ color: #fff;}
.secondaryColor{ color: #999;}
.highlightColor{ color: #333;}

.header {font-size:1.2em; color: #000; }
.navigation {font-size:1.2em; color: #999; }
.content {color: #333; font-size:1.2em;}
.footer {font-size:1.2em; color: #fff;}

.text{ width: auto; height: auto; text-align: left; padding-right: 30px;}
.imgidv{ width: auto; height: auto; text-align: left; padding-bottom: 5px;}
.bannercode{ width: 500px; height: auto; text-align: left; padding: 5px; border: solid thin #FC527D;}

a{color: #000; text-decoration: none;}
a:hover {color: #000; text-decoration: underline;}

/* menu */
.menu{margin:0; padding:0; width:160px; list-style:none;}
.menu li{padding:0; margin:0 0 1px 0; height:25px; display:block; }
.menu li a{text-align:left; height:25px; padding:0px 10px; color:#000; display:block; background:url(../images/verMenuImages.png) 0px 0px no-repeat; text-decoration:none;}
.menu li a:hover{background:url(../images/verMenuImages.png) 0px -25px no-repeat; color:#000;}
.menu li a.active, .menu li a.active:hover{background:url(../images/verMenuImages.png) 0px -50px no-repeat; color:#000;}
.menu li a span{line-height:25px;}

