H1 { font-family: Verdana; font-size: 10pt; font-style: normal; text-decoration: none; color: #ffffff; background-color: #ed1c24; border-left: 10px solid #a6a797; padding: 5px; margin: 0; }
H2 { font-family: Verdana; font-size: 10pt; font-style: normal; text-decoration: none; color: #ffffff; background-color: #a6a797; padding: 5px; margin: 0; }
H3 { font-family: Verdana; font-size: 10pt; font-style: normal; text-decoration: none; color: #AAAAAA; }
H4 { font-family: Verdana; font-size: 10pt; font-style: normal; text-decoration: none; color: #BBBBBB; }
H5 { font-family: Verdana; font-size: 10pt; font-style: normal; text-decoration: none; color: #CCCCCC; }
H6 { font-family: Verdana; font-size: 10pt; font-style: normal; text-decoration: none; color: #DDDDDD; }
P { font-family: Verdana; font-size: 10pt; font-style: normal; text-decoration: none; color: #000000; }
TD { font-family: Verdana; font-size: 10pt; color: #000000; }
OL { font-family: Verdana; font-size: 10pt; color: #000000; }
UL { font-family: Verdana; font-size: 10pt; font-style: normal; text-decoration: none; color: #000000; }
LI { font-family: Verdana; font-size: 10pt; color: #000000; }

html, body {
	font-size: 10pt;
	color: #000000;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	height: 100%;
}

/* Content Right */
.cntRight {
	margin: 0;
	padding: 0;
	width: 250px;
}

.cntRight ul {
	margin: 0;
	padding: 10;
}

.cntRight li {
	margin: 0 0 10 0;
	padding: 0;
	list-style: none;
}

.cntRight li ul li {
	margin: 0 0 10 10;
	padding: 0;
	list-style: circle;
}

.cntRight a {
	color: #ed1c24;
}

.cntFooter {
	font-size: 8pt;
	color: #969696;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
}

.cntFooter a {
	font-size: 8pt;
	color: #969696;
}

/* Promote Window */
.icmsPromote {
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

#popup {
	position: absolute;
	top: 170;
	width: 389;
	padding: 10px;
	z-index: 2;
	background-color: #ffffff;
	border: 1px;
	border-style: solid;
	border-color: #000000;
	margin-left: 530px;
	text-align: left;
}

#popup p, label { 
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	text-decoration: none;
	color: black;
}

#popup input, textarea {
	width: 350px;
}

#frmResponse {
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	text-decoration: none;
	color: red;
}