
body, p, h1, h2, h3, h4,h5, ul, li, table, form, img
{
   	border-style: none;
    border-color: inherit;
    border-width: medium;
    margin: 0;
    padding: 0;
    /*height: 19px;*/
}

body
{
	background-color :#F1F1F1;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size   : 11px;
	font-weight : normal;
	color       : #666666;
}

h3, h3 a {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	text-decoration:none;
}
h3 a:hover 
{
	text-decoration:underline;
}
p{
	line-height:160%;
	margin-bottom:20px;
}

h5, h5 a{
	font-size:12px;
	color:#166aa0;
	font-weight:bold;
	text-decoration:none;
}
h5 a:hover{
	text-decoration:underline;
}
