/* ************** Elements ************** */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
	padding: 14px;
	margin: 14px;
}

p, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d38153;
}

H2 { font-family:Arial; font-size:12px; font-weight:bold; }

small {
	font-size: 10px;
}

input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* ************** Links ************** */

a:link {
	color: #4784c3;
	text-decoration: underline;
}

a:active {
	color: #d38153;
	text-decoration: underline;
}

a:visited {
	color: #83589e;
	text-decoration: underline;
}

a:hover {
	color: #0000cc;
	text-decoration: underline;
}