.header {
	font-family: Arial;
	font-size: 11px;
	color: #1D449C;
}

.headerAdvertise {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #177B2F;
}

.menu {
	font-family: Arial;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #1D449C;
	background-image: none;
	padding-left: 2px;
	cursor: pointer;
	
}
.menuSelected {
	font-family: Arial;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #1D449C;
	background-image: url(../images/MenuBGSelected.gif);
	padding-left: 2px;
	cursor: pointer;
}
.footer {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	padding-top: 10px;

}

.tableHeader {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1D449C;

}

.text {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;

}

h1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
}
	
ul {
	list-style: url(../images/ListArrow.gif);
	
}
