body{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.166;	
	margin: 5px;
	padding: 0px;	
	background-color:#FFFFFF;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

span {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333333;
}

div {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
}

a img { border: none; }

a:link {
	font-size:12px;
	color: #336699;
	text-decoration: none;
	cursor:pointer;
}

a:visited {
	font-size:12px;
	color:#0099FF;
	text-decoration: none;
	cursor:pointer;
}

a:hover {
    color: white; 
  	font-size:12px;
	cursor:pointer;
	background-color:#0099FF;
}
/* overrides decoration from previous rule for hovered links */

legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#008000;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

ul{
 list-style-type: circle;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: square;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #0000CC;
}

h4{
 font-size: 150%;
 font-weight: bold;
 color: #000000;
}

h5{
 font-size: 100%;
 color: #FF9900;
}

h6{
 font-size: 100%;
 color: #EF1F1D;
}

label{
 font: bold 100% Arial,sans-serif;
 color:#FF0000;
}
				
tip{
 font: bold 100% Arial,sans-serif;
 color:#999999;
 background-color:#CCFFFF;
 padding-top:4px; 
}