body {
	background:none repeat scroll 0 0 #e2e2e2;	
	font-family:Arial,Helvetica,sans-serif;
	color:#333333;	
	font-size:12px;
}

h1 {
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:normal;
	margin-bottom:12px;
	text-transform:none;
}

h2 {
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:normal;
	margin-bottom:12px;
	text-transform:none;
}

a {
	text-decoration:none;	
	color:#000000;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;	
}

span.highlite {
	color:#EE0000;
}

input[type="text"] {
	width:300px;
	margin:2px;
	font-size:12px;
	border:1px solid #cfcfcf;
}

input[type="text"]:hover, input[type="text"]:focus {
	background-color:#cccccc;	
	border:1px solid #cfcfcf;
}

textarea {
	font-family:Arial,Helvetica,sans-serif;
	width:300px;
	margin:2px;
	font-size:12px;
	border:1px solid #cfcfcf;
}

textarea:hover, textarea:focus {
	background-color:#cccccc;	
	border:1px solid #cfcfcf;
}

ul {
	font-size:1em;
	line-height:1.4em;
	list-style-image:url("arrow_dark.gif");
	margin:0 0 10px 0;
	padding:3px 0 6px 24px;
}

