/* CSS Document */
body {
	font-family:"Lucida Sans Unicode","Lucida Grande",Trebuchet, Verdana, Arial, sans-serif !important;
}

p, h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}

p {
	font-size:12px;
	line-height:18px;
	color:#666666;
}

h1 {
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	padding:0 0 6px 0;
	border-bottom:1px dotted #666666;
}

h2 {
	font-size:16px;
	font-weight:bold;
	line-height:20px;
}

h3 {
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}

.blue {
	color:#448ccb;
}