body { 
	background: white;

	scrollbar-face-color: rgb(95, 64, 160); 
	scrollbar-highlight-color: white; 
	scrollbar-shadow-color: #f7f7de; 
	scrollbar-3dlight-color: white; 
	scrollbar-arrow-color: white; 
	scrollbar-track-color: rgb(215, 207, 231); 
	scrollbar-darkshadow-color: #f0b06f;
}

p, td, li { 
	font-family: "trebuchet MS", tahoma, arial, helvetica, sans-serif; 
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 { 
	font-family: "trebuchet MS", tahoma, arial, helvetica, sans-serif; 
	font-weight: bold; 
	color: #5f40a0;
}

h1 { font-size: 180% }
h2 { font-size: 140% }
h3 { font-size: 120% }
h4 { font-size: 100% }
h5 { font-size: 90% }
h6 { font-size: 80% }

hr { color: #f0b06f }

a:active  {
	color: #0000ff;
	text-decoration: none;
}
a:link    {
	color: #ff00ff;
	text-decoration: none;
}
a:visited {
	color: #ff00ff;
	text-decoration: none;
}
a:hover   {
	color: #0000ff;
	text-decoration: underline;
	background: #ffffcc;
}

a.menu:active  {
	font-weight: bold; 
	font-size: 80%;
	color: #f0b06f;
	text-decoration: none;
}
a.menu:link    {
	font-weight: bold; 
	font-size: 80%;
	color: white;
	text-decoration: none;
}
a.menu:visited {
	font-weight: bold; 
	font-size: 80%;
	color: white;
	text-decoration: none;
}
a.menu:hover   {
	font-weight: bold; 
	font-size: 80%;
	color: #f0b06f;
	background-color: transparent;
	text-decoration: none;
}

.small { font-size: 85% }

.error {
	font-weight: bold; 
	color: red;
}

.submit {
	background-color: #ccffcc;
	cursor: pointer;
	cursor: hand;
}