body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:62.5%;
	color: #666;
	text-align: center;
	background-color: #fff; 
}

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0;}

h1{font-size: 2.4em; line-height: 1.2; margin-bottom: 1em; font-weight: normal;}
h2{font-size: 1.4em; margin-bottom: 1.4em; font-weight: normal;}
h3{font-size: 1.4em; line-height: 1.4; margin-bottom: 0.75em; font-weight: normal;}
h4{font-size: 1.2em; line-height: 1.25; margin-bottom: 0.75em; font-weight: normal;}
h5{font-size: 1.2em; margin-bottom: 1.5em; font-weight: normal;}
h6{font-size: 1.1em; margin-bottom: 0.4em;}
p {font-size: 1.1em; margin-bottom: 1.6em;}
INPUT, SELECT, TH, TD {font-size:1em;}

img {border: 0;} 
hr{ color:#8C8C8C; background-color:#8C8C8C; height:1px; border:none; margin-top: 5px; margin-bottom: 10px;}

.floatRight { float: right; padding: 0 0 20px 20px; }
.floatLeft { float: left; padding: 0; }
.brod {font-size: 0.9em;}
.standOut{font-size: 0.7em; }  
.important{ font-weight: bold; } 
.primaryColor{ color: #666;}
.highlightColor{ color: #CC0066;}

.headnav {font-size:1.3em; color: #666; font-family: Arial, Helvetica, sans-serif; font-weight: bold;}
.holder {color: #666; font-size: 1.2em;}

.text{ width: auto; height: auto; text-align: left; padding-left: 20px;}

a{color: #CC0066; text-decoration: none;}
a:hover {color: #CC0066; text-decoration: underline;}

/* menu */
.menu{width: auto; height: 40px; }
.menu ul{margin: 0; padding: 0; float: none; padding-left: 0; padding-right: 0;} 
.menu ul li{display: inline; line-height: 40px;} 
.menu ul li a{float: none; color: #666; padding-left: 10px; padding-right: 10px; text-decoration: none;} 
.menu ul li a:visited{color: #666;} 
.menu ul li a:hover, .menu ul li .current{color: #CC0066 !important; }
.active{color: #CC0066; text-decoration: none;}
