@charset "ISO-8859-1";
/* CSS Document */

body {
	font-family: "Lucida Grande",Geneva,Arial,Verdana;
	font-size: 12px;
	color: #444;
}

img {
	border: 0;
}

h1 {
	font-size: 16px;
	color: #4171b1;
	margin-top: 0;
}

h2 {
	font-size: 14px;
	color: #666;
	margin-top: 0;
}

p, ul, td {
	font-size: 12px;
	line-height: 17px;
	color: #444;
}

hr {
	margin: 15px 0;	
}

ul {
	list-style: square;
}

a {
	color: #4171b1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
