/************ print styles **************/

.noprint {
	display: none;
}

table {
    font-size: 1em;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 78%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #b50938;
	height:100%;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: bold;
	font-size: 130%;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: bold;
	font-size: 115%;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: bold;
	font-size: 105%;
	margin-bottom: 0px;
}

a:link, a:active, a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 100%;
	color: #A00000;
	text-decoration: underline;
}

a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 100%;
	color: #333333;
	text-decoration: underline;
}

.frleft {
	background-image: url(../Images/home_left.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 75px;
}

.frright {
	background-image: url(../Images/home_right.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 76px;
}

.frbottom {
	background-image: url(../Images/fr_bottombg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 131px;
}

.whitetext, .whitetext:a, .whitetext:link, .whitetext:active, .whitetext:visited {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: underline;
}

.whitetext:hover {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: underline;
}


