/* CSS Document */



body {
font:Arial; color: #333333;
font-size:12px;
}

a:link {
	text-decoration: underline;
	color:#333333;
}
a:visited {
	text-decoration: underline;
	color:#333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color:#333333;
}


p { margin:6px 0;line-height:140%; }


h1 {
font-size:21px;
color:#000000;

}
h2 {
font-size:14px;
color:#000000;
}

h3 {
font-size:16px;
color:#ffffff;
background-color: #333333;
padding:2px 2px 2px 5px;
}


h4 {
font-size:13px;
font-weight:bold;
}

h5 {
font-size:14px;
font-weight:bold;
}

