@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------*/
/* HEADLINE CLASSES 		*/
/*---------------------------------------------------------------------*/

.SWHeadlinesTitle A {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}

.SWHeadlinesTeaser {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}

/*---------------------------------------------------------------------*/
/* ANNOUNCEMENT CLASSES     */
/*---------------------------------------------------------------------*/

.SWAnnouncements {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-top:solid #808080 0px;
	border-bottom:solid #808080 1px; 
	/*border-right:solid #808080 1px;*/
	border-left:solid #808080 0px;
	/*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: #80C1E8;
	margin-top:10px;
}

/* Used to format the date */
.SW-Calendar-Block-Time { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #CCCCCC;
}

/* Used to format the title */
.SW-Calendar-Block-Title {
	color: #FFFFFF;
}

/* 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: #FFFFFF;
}

/* 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: #FFFFFF;
}

.SWNavHover A {
	color: #FFFFFF;
}

#welcome-body{
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: normal;
line-height: 150%;
}


