body {color: #333337;}

p, ul, ol, li, table, td, dt, dd {color: #333337; font-family: Arial, Helvetica, sans-serif; }

pre, tt {color: #333337; font-family: Courier, monospace;}

a {font-weight: bold; text-decoration: none;}
a:link {color: #1144dd;}
a:visited {color: #1144dd;}
a:hover {text-decoration: underline; color: #FF0066;}
a:active {text-decoration: underline; color: #FF0066;}

h1 {font-weight: normal; font-size: 190%; color: #333337}
h2 {font-weight: bold; font-size: 140%; color: #333337}
h3 {font-weight: bold; font-size: 110%; color: #333337}
h4 {font-weight: bold; font-size: 100%; color: #88888b}
h5 {font-weight: bold; font-size: 80%; color: #88888b}

acronym, abbr {cursor:help;}
.help {cursor:help;}

.size {
	font-size: .9em;
}
.small {
	font-size:80%;
	color: #88888b;
	font-weight: bold;
}
.faint {
	font-size:80%;
	color: #cccccf;
	font-weight: bold;
}
.smaller {
	font-size:70%;
	color: #88888b;
	font-weight: bold;
}
.sizebold {
	font-size: 100%;
	font-weight: bold;
	color: #88888b;
}
.sizeright {
	font-size: 100%;
	color: #88888b;
	text-align: right;
}

/* forms */

.inputtext		{padding-left: 2px; border: 1px solid #333337; color: #333337; background-color: #eee;}

.inputbutton	{border: 1px solid #f06; background-color: #eee; color: #C06;}

/*.inputbutton	{border: 1px solid #C06; background-color: #F7D9E8; color: #C06; height: 18px; font-size: 79%;}*/

.inputselect	{color: #f06; background-color: #eee;}

