html {
scrollbar-face-color: #bc9e64;
scrollbar-shadow-color: #bc9e64;
scrollbar-highlight-color: #C6C6A4;
scrollbar-3dlight-color: #223138;
scrollbar-darkshadow-color: #223138;	
scrollbar-track-color: #223138;
scrollbar-arrow-color: #223138;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width:570px;
	margin:0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#57737e;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#57737e;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

input {
	font-size:10px;
	background-color:#eceeef
}

textarea {
	font-size:12px;
	background-color:#eceeef
}

.headline {
	color:#57737e;
	font-weight:bold;
}

.label {
	font-size:10px;
}

.bluish {
	color:#57737e;
}



.subNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#57737e;
	font-weight:bold;
}

a.subNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#57737e;
	font-weight:normal;
	text-decoration:none;
}
a:visited.subNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#57737e;
	font-weight:normal;
	text-decoration:none;
}
a:hover.subNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#57737e;
	font-weight:bold;
	text-decoration:none;
}

.edit {
	color:red;
	}
	
a.edit {
	color:red;
	}
	
a:visited.edit {
	color:red;
	}
	
a:hover.edit {
	color:#660000;
	}