body, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h2 {
	font-size: large;
}

h3 {
	font-size: small;
}

.quote {
	font-size: small;
	color: #4D5994;
	font-weight:bold;
}

.quoteQ {
	font-size: 10pt;
	color: #000099; 
	font-weight: bold;
}

.quoteA {
	font-size: x-small;
	color: #000000;
	font-weight: normal;
}
.text {
	font-size: 10pt;
}
.whiteTitle {
	 font-size: small;
	 font-weight: bold;
	 color:#FFFFFF; 
	 }

.whiteText { 
	font-size: x-small; 
	color: #FFFFFF; 
	text-decoration: none;
	}
A.title:link {
	font-size: small;
	color:	#000000;
	text-decoration:none;
}
A.title:visited {
	font-size: small;
	color:	#000000;
	text-decoration:none;
}
A.titleCurrent:link {
	font-size: medium;
	color:	#000000;
	text-decoration:none;
}
A.titleCurrent:visited {
	font-size: medium;
	color:	#000000;
	text-decoration:none;
}.whitelink {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

ul.horizontal_nav {
	list-style:none;
	float:left;
	padding: 0 0 0 80px;
	margin:0;
	clear:none;
}
ul.horizontal_nav li {
	background-image:url(images/menu/block-nav-off.gif);
	background-repeat:no-repeat;	
	float:left;
	text-align:center;
	width:133px;
	height:38px;
}
ul.horizontal_nav li:hover, ul.horizontal_nav li.hover {
	background-image:url(images/menu/block-nav-on.gif);
	background-repeat:no-repeat;		
}
ul.horizontal_nav li a:hover{
	*background-image:url(images/menu/block-nav-on.gif);
	*background-repeat:no-repeat;
}
ul.horizontal_nav li a{	
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	line-height:13px;
	height:auto;
	padding:5px;	
	width:130px;
	height:38px;
	display:block;
}
ul.horizontal_nav li.one_line{
	margin:0;
	width:130px;	
}

ul.horizontal_nav li.one_line a{
	padding-top:10px;
}

label {
	font-weight:bold;
}