/* CSS Document */


/* STANDARD CLASSES */
html, body {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	margin: 10px;
	background-color:#FFF;
}

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

h1 {
	font-size: 21px;
	font-weight: normal;
	color:#6eb43f;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color:#666;
}

hr {
	width:100%;
	height:0px;
	border: 0px;
	border-top: 1px solid #666;
}

td {
	vertical-align:top;	
}


/* CUSTOM CLASSES */
.alternate {
	font-style:italic;
	color:#666666;
	font-weight: normal;
	font-size: 12px;
}

/* STANDARD IDS */


/* LINKS */
a {
	color:#6eb43f;
	font-size: 12px;
	text-decoration:underline;
}

a:hover {
	color: #999999;
	text-decoration:none;
}