@charset "UTF-8";
/* CSS Document */

.highlight {
	color:#c83d00;
}
.brownText {
	color:#989786;
	font-weight: bold;
}
.black {
	color:#000000;
	
	font-family: Arial;
}
.header {
	color:#0497D7;
	font-size:13px;
	font-weight:bold;
}
li {
	padding-bottom: 7px;
}
.mainText {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;;
}
.mainTextBold {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#666666;;
}

.blueLarge {
	color:#0497D7;
	font-size:15px;
	font-weight:bold;
}

.smallRed {
	color: #FF0000;
	font-style: italic;
}

.titleGrey {
	font-size:12px;
	font-weight:bold;
	margin-top:20px;
}