body {
	color: #736f8a; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
}

p{
	color: #736f8a; 
}

#static_content p{padding: 5px}
#static_content a{color: #336; text-decoration: underline;}
#static_content a:hover{color: #336; text-decoration: none;}

a {font-size: 12px; font-family: Verdana; font-weight: normal; color: #336; text-decoration: underline;}

ul{
	padding: 0px;
	margin: 0px;
}


li{
	color: #736f8a;
	margin-left: 40px;
}

h1{
	font-size: 14px; 
	line-height: 12px; 
	font-family: Verdana; 
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
}

h2{
	font-size: 13px; 
	line-height: 11px; 
	font-family: Verdana; 
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
}

h3{
	font-size: 12px; 
	line-height: 10px; 
	font-family: Verdana; 
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
}

.noStyle{
	font-size: inherit; 
	line-height: inherit; 
	font-family: inherit; 
	color: inherit;
	font-weight: inherit;
	text-transform: inherit;
}

.title1{
	font-size: 14px; 
	line-height: 12px; 
	font-family: Verdana; 
	color: #336;
	font-weight: bold;
	text-transform: uppercase;
}

.title2{
	font-size: 13px; 
	line-height: 11px; 
	font-family: Verdana; 
	color: #336;
	font-weight: bold;
	text-transform: uppercase;
}

.title3{
	font-size: 12px; 
	line-height: 10px; 
	font-family: Verdana; 
	color: #336;
	font-weight: bold;
}

img.floatLeft{
	float: left;
}

img.floatRight{
	float: right;
}