@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
TR.headerNavigation {
	background-color: #FF9900;
	background-image: url(images/bar_bg.jpg);
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight : bold;
	background-color: #FF9900;
	background-image: url(images/bar_bg.jpg);
}

A {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
  color: #FF0000;
  text-decoration: underline;
}

A.headerNavigation {
	color: #000000;
	text-decoration: none;
}

A.headerNavigation:hover {
	color: #FF0000;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #C86F20;
}

.mainTable {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}
.small {
	font-size: 12px;
	color: #E68A01;
}
