/***********************************************************/
/* Classes for the eo part                                 */
/***********************************************************/

.Categories {
	color: #1F66AD;
}

.Categories .Header {
	background-color: #216EBC;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
}

.Categories .List TD {
	background-color: #DFEFFD;
	padding: 2px;
}

.Categories .List a:link, .Categories .List a:visited {
	color: #154eaa;
	text-decoration: none;
}

.Categories .List a:hover, .Categories .List a:active {
	color: #669cec;
	text-decoration: none;
}

.Categories .Header a:link, .Categories .Header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.Categories .Header a:hover, .Categories .Header a:active {
	color: #3278cc;
	text-decoration: none;
}


.Listings .Header TD {
	background-color: #216EBC;
	font-weight: bold;
	color: #FFFFFF;
}

.Listings .Header .note {
	color: #FFFFFF;
	font-size: 10px;
	font-style: italic;

}

.Listings .List TD {
	background-color: #DFEFFD;
	color: #236be2;
}

.Listings .List a:link, .Listings .List a:visited {
	color: #154eaa;
	text-decoration: none;
}

.Listings .List a:hover, .Listings .List a:active {
	color: #669cec;
	text-decoration: none;
}

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

.FrmTextBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #313C79;
	border: 1px solid #5E79B0;
}

.Banners {
	text-align: center;
	overflow: visible;
	position: relative;
	width: 95%;
}

.Banners IMG {
	margin-top: 5px;
	margin-right: 5px;
}
/****************************************************************************************************/
/*									Classes for pager */
/****************************************************************************************************/

.Pager {
	background-color: #e9f0fc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.Pager a:link, .Pager a:visited {
	font-weight: normal;
	color: #154eaa;
	text-decoration: none;
}

.Pager a:hover, .Pager a:active {
	font-weight: normal;
	color: #669cec;
	text-decoration: none;
}
