/*  *********************************************************** 
	General
	********************************************************** */
html {
	width: 100%;
	height: 100%;
}

body {
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 12px;
}

td {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}





/*  *********************************************************** 
	Links
	********************************************************** */
	
a {
	color: #353535;
	text-decoration: none;
}

a:hover {
	color: #BEB700;
	text-decoration: underline;
}

a:focus, a:active {
	outline: none;
}

a.inactiveMenu {
	color: #FFFFFF;
	text-decoration: none;
}

a.inactiveMenu:hover {
	color: #F9FF00;
	text-decoration: none;
}

a.activeMenu {
	color: #F9FF00;
	text-decoration: none;
}

a.menuItem:hover {
	color: #F9FF00;
	text-decoration: none;
}

a.caption {
	color: #104A94;
	text-decoration: none;
}

a.caption:hover {
	color: #104A94;
	text-decoration: none;
}

.read-more {
	text-align: right;
	font-weight: bold;
	margin-top: 6px;
}

/*  *********************************************************** 
	Text
	********************************************************** */

h1 {
	color: #104A94;
	font-size: 19px;
	margin-top: 0px;
	margin-bottom: 2px;
	font-weight: bold;
	line-height: 19px;
}

h2 {
	color: #104A94;
	font-size: 14px;
	margin-bottom: 2px;
	margin-top: 0px;
	font-weight: bold;
	line-height: 15px;
}

h3 {
	color: #104A94;
	font-size: 11px;
	margin-bottom: 2px;
	margin-top: 0px;
	font-weight: bold;
	line-height: 13px;
}


ul {
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 1em;
	margin-left: 1em;
}


.backLink {
	float: right;
}
