body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	margin: 0;
}

th
{
	text-align: left;
}

a, a:link, a:active, a:link:active
{
	color: #1B859B;
	font-weight: bold;
	text-decoration: underline;
}

a:visited, a:link:visited
{
	color: #76A9AA;
}

a.normal
{
	color: black;
	font-weight: normal;
	text-decoration: none;
}

form
{
	margin: 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #1B859B;
	margin: 15px 0 5px 0;
}

h1
{
	font-size: 2.25em;
}

h2
{
	font-size: 2.0em;
}

h3
{
	font-size: 1.75em;
	margin-top: 0;
}

h4
{
	font-size: 1.5em;
}

h5
{
	font-size: 1.25em;
}

h6
{
	background-image: url(../images/icons/h6.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 1.1em;
	padding-left: 20px;
}

h6.noimage
{
	background-image: none !important;
	padding-left: 0 !important;
}

label
{
	color: #1B859B;
	font-size: 1.15em;
}

label
{
	cursor: pointer;
}

textarea, select, 
.input
{
	border-color: #4AAEA4;
	border-style: solid;
	border-width: 2px;
	padding: 2px;
}

input[type=text], input[type=password]
{
	border-color: #4AAEA4;
	border-style: solid;
	border-width: 2px;
	padding: 2px;
}

input, textarea, select
{
	font-size: 1em;
}

pre
{
	white-space: normal;
}

small
{
	font-size: 0.75em;
	font-weight: normal;
}

strong
{
	color: #4AAEA4;
}

acronym
{
	border-bottom-color: green;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	cursor: help;
}

@media print
{
	a, a:link, a:active, a:link:active, a:visited, a:link:visited
	{
		color: #444;
	}
	
	strong
	{
		color: #444;
	}
}
