a:link {
	color: #CCFFFF;
	text-decoration: none;

}

a:visited {
	color: #CCFFFF;
	text-decoration: none;

}

a:hover {
	color: #CCFFFF;
	text-decoration: underline;
}

a:active {
	color: #CCFFFF;
	text-decoration: underline;
}

.txtRegular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}

.txtRegularDark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	font-weight: normal;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color: #ffffff; 
	list-style-type: square;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
}

.tableRow1 {
	height: 20px;
	padding-left: 10px;
	background-color: #568BF5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E7BF6;
}

.tableRow2 {
	height: 20px;
	padding-left: 10px;
	background-color: #4983F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E7BF6;
}

.tableHeader {
	height: 26px;
	padding-left: 10px;
	background-color: #2952A4;
	background-position: center center;
	vertical-align: middle;

}

.txtRegularDark a:link {
	color: #003300;
	text-decoration: none;
}

.txtRegularDark a:hover {
	color: #003300;
	text-decoration: underline;
}

.txtRegularDark a:active {
	color: #003300;
	text-decoration: underline;
}

.txtRegularDark a:visited {
	color: #003300;
	text-decoration: none;
}
