@charset "UTF-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #646464;
}

p {
margin-top:0em;
margin-bottom:0.5em;
}


a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}


.title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #646464;
	font-weight:bold;
}

.caption {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #646464;
}

.capital {
text-transform:uppercase;
font-size: 10px;
line-height: 14px;
}

.underline {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #646464;
}

a.underline:link {
	text-decoration: underline;
	color: #333333;
}
a.underline:visited {
	text-decoration: underline;
	color: #333333;
}
a.underline:hover {
	text-decoration: none;
	color: #646464;
}

ul { 
	list-style-type: none; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 28px;
	text-indent: -28px;	
	} 
