/* ----- Content formatting ----- */


/* GENERAL TEXT FORMATTING */
body, p, table, td, a, ul, ol, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

/* H1 is already in use in the main banner so in theory shouldn't be used anywhere else, but is defined here just in case... */
h1 {
	font-size: x-large;
	margin-bottom: 10px;
}

h2 {
	font-size: x-large;
	margin-bottom: 10px;
}

h3 {
	font-size: large;
	font-weight:normal;
	margin-bottom: 7px;
}

h4 {
	font-size: large;
	font-weight:normal;
	margin-bottom: 5px;
}

p {
	margin-top: 0px;
}

/* LINK FORMATTING */
a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover, a:active {
	color: #FF6600;
}

hr {
	color: #202040;
	background-color: #202040;
	height: 3px;
}

/* CLASSES */
.home_img {
	padding-left: 10px;
}

.table_default th {
	background-color: #202040;
	color: #FFFFFF;
	text-align: left;
	padding: 4px;
}

.table_default td {
	padding: 3px;
	border: 1px solid #90ACC7;
}