html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #282828;
	background-color: #2b2b2b;
	margin: 0;
	padding: 0;
}

td, tr, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #282828;
	line-height: 22px;
}

.headerRed {
	background-image:url(/public/images/headerRed2.jpg);
	background-repeat: no-repeat;
}
.headerSalsa {
	background-image:url(/public/images/headerSalsa2.jpg);
	background-repeat: no-repeat;
}
.headerSamba {
	background-image:url(/public/images/headerSamba2.jpg);
	background-repeat: no-repeat;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	color: #e83f36;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.dashed {
	border: 1px dashed #C6DCA0;
}
.outlineRed {
	border: 1px solid #e83f36;
}

.px9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.px10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.px11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.px12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.px14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.redHeader {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 22px;
	color: #e83f36;
	margin-top: 14px;
	margin-bottom: 0px;
	font-weight: bold;
	line-height:normal;
}

.purpleHeader {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 22px;
	color: #a54399;
	margin-top: 16px;
	font-weight: bold;
	line-height:normal;
}

.blueHeader {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 22px;
	color: #00aedb;
	margin-top: 16px;
	font-weight: bold;
	line-height:normal;
}

.smallDesc {
	font-size: 11px;
	color:#666666;
	line-height:normal;
	text-align:justify;
	padding: 5px;
	border: solid 1px #E7E7E7;
	background: #F4F4F4;
	}
	

li {
	margin-bottom: 3px;
}


form {
	display: inline;
}
