
body {
	font-family: verdana, arial, sans-serif;
	color: #333333;
}


.content
{
	padding: 15px;	
}

p {
	font-size: 8pt;
}

font-size: 8pt;

a {
	color: #333333;
	text-decoration: underline;
}


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


a:hover {
	color: #666666;
	text-decoration: underline;
}


.content ol {
}

.content ul {
	list-style-image: url("images/bullit.png"); 
}

.content li {

}


.menu  {
	padding-left: 25px;
	padding-right: 25px;
	color: #666666;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}

.menu a {
	color: #666666;
	font-size: 8pt;
	text-decoration: none;
}

.menu a:visited {
	color: #666666;
	text-decoration: none;
}

.menu a:hover {
	color: #333333;
	text-decoration: underline;
}


.footer  {
	padding-right: 25px;
	padding-left: 25px;
	color: #666666;
	font-size: 7pt;
	text-align: center;
	line-height: 10pt;
}

.footer a {
	color: #666666;
	font-size: 7pt;
	text-decoration: none;
}

.footer a:visited {
	color: #666666;
	text-decoration: none;
}

.footer a:hover {
	color: #333333;
	text-decoration: underline;
}



