@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------*/
/* HEADLINE CLASSES 		*/
/*---------------------------------------------------------------------*/

.SWHeadlinesTitle A {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #1165A6;
	text-decoration: underline;
}

.SWHeadlinesTeaser {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

/*---------------------------------------------------------------------*/
/* ANNOUNCEMENT CLASSES     */
/*---------------------------------------------------------------------*/

.SWAnnouncements {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-top:solid #808080 1px;
	border-bottom:solid #808080 1px; 
	/*border-right:solid #808080 1px;*/
	border-left:solid #808080 1px;
	background-color: #f5f5f5;
}
/*---------------------------------------------------------------------*/
/* CALENDAR ACTIVEBLOCK		*/
/*---------------------------------------------------------------------*/
/* Used to format the date */
.SW-Calendar-Block-Date { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	margin-top:10px;
}

/* Used to format the date */
.SW-Calendar-Block-Time { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000
}

/* Used to format the title */
.SW-Calendar-Block-Title {
	color: #1165A6
}

/* Used to format the title link */
.SW-Calendar-Block-Title A { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold; 
	color: #1165A6
}

/* Used to format the entire list */
.SW-Calendar-Block-Container {

}

/* Used to format a single event row */
.SW-Calendar-Block-Event-Container {
	margin-top:5px;
	border-top:solid  #EFEFEF 1px;
}

a{
	color: #1165A6
}

.SWNavHover A {
	color: #1165A6;
}



