/* CSS Document */

span, div, a, h1, h2, h3, h4, h5, p, html, body, div, form, input, dl, dt, dd, img
{	margin: 0; 
    border: 0; 
	padding: 0; 
	text-decoration: none; 
}

h4
{
	font-size: 11px;
	font-weight: bold;
	margin-top: 4px;
}

h5
{
	font-size: 11px;
	color: #000000;
	margin-bottom: 1px;
	margin-top: 4px;
	font-weight: bold;
	text-decoration: underline;
}

h2
{
	font-size: 12px;
	color: #277ac0;
	margin-bottom: 3px;
	margin-top: 4px;
	font-weight: bold;
}

h3
{
	font-size: 12px;
	color: #277ac0;
	font-weight: bold;
}


a {
	cursor: pointer;
	color: #689FCC;
}

p, ul, li
{
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

p2 {
	
}


h1,h2,h3,h4,h5
{
	font-family: Arial, Helvetica, sans-serif;
}
