/* CSS Document */

BODY {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #647184;
}

:active, :focus{
    outline:none;
  }
.bullet2{
	background:url(../images/bullet2.gif);
	background-position: top;
	background-repeat:no-repeat;
}

A {
	text-decoration: none;
	color: #647184;
}

A:link {
	text-decoration: none;
	color: #647184;
}

A:visited {
	text-decoration: none;
}

A:hover {
	text-decoration: none;
	color: #5F5E51;	
}

A:active {
	text-decoration: none;
}
