html,body {
	background: #feeb9e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f05000;
	font-size: 12px;
	margin: 0px;
}

.boldText {
	font-weight: bold;
}

.bigText {
	font-size: 14px;
	text-align: justify;
}

.boldBigText {
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
}


.bigTitle {
	color: #f06000;
	font-size: 22pt;
	font-weight: bold;
}

.title {
	color: #f06000;
	font-size: 14pt;
	font-weight: bold;
}

.smallTitle {
	color: #f06000;
	font-size: 12pt;
	font-weight: bold;
}

.tinyTitle {
	color: #f05000;
	font-size: 10px;
	text-align: justify;
}

.hilightText1 {
	color: #f05000;
	font-size: 12px;
	text-align: justify;
	font-weight: bold;
}

.hilightText2 {
	color: #e04040;
	font-size: 12px;
	text-align: justify;
	font-weight: bold;
}

.hilightBigText {
	color: #f05000;
	font-size: 14px;
	text-align: justify;
}

.hilightDate {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}

.errorText {
	color: #e03000;
	font-size: 12px;
	text-align: justify;
	font-weight: bold;
}

.infoPanel {
	background: #fff3a6;
	font-size: 12px;
	color: #f06000;
}

.leftMenu {
	vertical-align: top;
	width: 250px;
}

.rightMenu {
	vertical-align: top;
	width: 250px;
}

.scrollableModalPanel {
	overflow: scroll;
}

.graphicBorder {
	border-width: 1px;
	border-color: #000000;
}

.copyright {
	color: #f0738e;
	font-size: 10px;
}

link {
	color: #fa7d18;
	font-weight: bold;
	text-decoration: underline;
}

a {
	color: #fa7d18;
	text-decoration: underline;
}

.rich-separator{
    color:#666666;
}

.paginationArrow {
	color: #f05000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.paginationNumber {
	color: #f05000;
	font-size: 12px;
	font-weight: bold;
}

.paginationCurrent {
	color: #e04040;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}