
a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #FF4500;
}

a:link {
  color: #B22222;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #800000;
  text-decoration: none;
  font-weight: normal;
}

body {
  margin-left: 10%;
  margin-right: 10%;
  color: black;
  background: white;
}

.mainTitle {
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #880000;
}

.mainTitleLarger {
	font: bold 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
}

.mainTitleSmaller {
	font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #880000;
}

.mainTDText {
	font: 13px Trebuchet MS;
	color: Black;
	text-align: justify;
}

.mainTDTextSmaller {
	font: 9px Trebuchet MS;
	color: Black;
	text-align: justify;
}

.mainHeader {
	font: 30px Trebuchet MS;
	color: #FF0000;
}

.mainTDTextColored {
	font: 12px Trebuchet MS;
	color: #880000;
	text-align: justify;
}

.sparsedLine {
	border-right: thin dotted #FF0000;
}

.mainTDTextCentered {
	font: 13px Trebuchet MS;
	color: Black;
	text-align: center;
}

.leftMenu {
	font: 13px Trebuchet MS;
	color: Black;
	text-align: center;
}

.leftMenuBorder {
	font: 13px Trebuchet MS;
	color: Black;
	text-align: center;
	border-bottom: 0.02cm solid #FF0000;
}

.selectedMenu {
	font: 13px Trebuchet MS;
	color: Black;
	text-align: center;
}

.subTitle {
	font: bold 13px Trebuchet MS;
	color: Black;	
}

.subTitleSmall {
	font: bold 9px Trebuchet MS;
	color: Black;	
}

.innerSubTitle {
	font: bold 13px Trebuchet MS;
	color: Black;	
}

.largerBoldFont {
	font: bold 15px Trebuchet MS;
}
