/*** CSS DEFINITIONS ***/

/** STANDARD HTML ELEMENTS **/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.41em;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

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

a:hover {
	text-decoration: underline;
}

a:hover img {
	text-decoration: none;
}

/** SITE-UNIQUE IDs **/



/** CUSTOM CLASSES **/

.alert {
	color: #CC0000;
	font-stretch: wider;
}

.numeric {
	text-align: right;
}

.textinput {
	font-size: small;
}

.small {
	font-size: smaller;
}

input.buttonNormal {
	font-weight: bold;
	font-size: 10px;
}

td.header, td.footer, div.header {
	line-height: 1.5em;
	font-weight: bold;
}

div.leftNav a {
	font-size: 11px;
	font-weight: bold;
}

div.leftNavSecond {
	font-size: 10px;
}

