body {

	background-color: #225BA8;

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	font-family: Verdana, Arial;

	font-size: 11px;

	color: #333333;

}

h1,h2,h3,h4,h5,h6 {

	font-weight: bold;

}

h1 {
	font-size: 18px;
	color: #225BA8;

}



.bg_white {

	background-color: #FFFFFF;

}

a.white {

     color: #FFFFFF;

     font-weight: normal;

	 text-decoration:none;

}

a.white:hover {

     color: #CCCCCC;

     text-decoration: underline;

}

a.red {

     color: #CC3300;

     font-weight: normal;

	 text-decoration:none;

}

a.red:hover {

     color: #990000;

	 text-decoration: underline;

}

.white {color:#FFFFFF;}

.redandwhite {

	color:#FFFFFF;

	background-color: #9D0B0E;

	padding-left:10px;

}

.grey {

color:#999999;

}

a.roll_grey {

     color: #999999;

     font-weight: normal;

	 text-decoration:none;

}

a.roll_grey:hover {

     color: #333333;

     text-decoration:none;

}

.header {

	background-color: #FFFFFF;

	background-image: url(../images/top.gif);

	background-repeat: no-repeat;

	background-position: right;

}

.links_box {

	color: #CC3300;

	background-color: #FFF7E8;

	padding: 10px 0px 10px 10px;

	border: 1px solid #CCCCCC;

	line-height: 12px;

}

.links_box p {

	line-height: -10px;

}
/*ICONS*/
.IconDate {
	color: #9D0B0E ;
	background-color: transparent;
	background-image: url('../images/icon_calendar.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 5px;
}
