/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #ffffff;
	margin: 0px;
	font-size: smaller;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #cccccc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 60%;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: smaller;
 color: #334d55;
}

h2{
font-size: smaller;
 color: #000000;
}

h3{
font-size: smaller;
 color: #334d55;
}

h4{
font-size: smaller;
 font-weight: normal;
 color: #333333;
}

h5{
font-size: smaller;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 80% Arial,sans-serif;
 font-size: smaller;
 color: #334d55;
}

#navcolor{
background-color:#b05800
}

#globalNav{
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: smaller;
	font:Geneva, Arial, Helvetica, sans-serif;
	padding: 0px 4px 0px 0px; 

}
/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: -1;
}
