@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../Images/Background.png);
	background-repeat: repeat-y;
	background-position: center;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
}
a:link {
	color: #AE4600;
	text-decoration: none;
}
a:visited {
	color: #AE4600;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #000000;
}


.Content-Left {
	margin-right: 15px;
	text-align: left;
	margin-left: 15px;
}

.FooterText {
	font-size: 10px;
	color: #000000;
}
.HeaderText {
	font-size: 12pt;
	font-weight: bold;
	color: #FF9D5B;
}


.JRMShdr {
	font-size: 36pt;
	font-weight: bold;
}

.JRMShdr1 {
	font-size: 18pt;
}
.TextBoxHeader {
	font-size: 16pt;
	font-weight: bold;
	color: #AE4600;
}



/* Center the text within all menu item links. This
 * causes the text in menu items for both the menu bar and
 * sub menus to center.
 */
ul.MenuBarHorizontal a {
	text-align: center;
}

