/*Link Behavior*/
a:link {
	color: #BD795A;
}
a:visited {
	color: #BD795A;
}
a:hover {
	color: #BD795A;
}
a:active {
	color: #BD795A;
}

/*Paragraph Text*/
.text {
	color: #ffffff; 
	font-family:tahoma; 
	font-size:11px;}

.textBig {
	color: #ffffff; 
	font-family:tahoma; 
	font-size:12px;}

.textBold {
	color: #9c494a;
	font-family:tahoma;
	font-size:12px;
	font-weight: bold;}

.editorText {
	color: #ffffff; 
	font-family:tahoma; 
	font-size:14px;
	border:1px solid white;}

.presentersText {
	color: #9C494A;
	font-family:tahoma;
	font-size:12px;
	font-weight: bold;
}


/*News section on main page*/
.newsHeader {
	color: #9c494a;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:16px;
}
.newsBody {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
}
.newsBodyEm {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
}

/*Calendar blocks*/
.eventBlock {
	color: #ffffff; 
	font-family: tahoma;
	font-size:11px;
	width:574px;
	cellspacing:0;
	border-bottom:1px solid #555;
	cellpadding:0;
}

.eventHeader {
	width:38%;
	vertical-align:top; 
	font-size:12px;
	font-weight:bold;
	padding-top:4px;
}

.eventSummary{
	width:60%;
	align:left;
	vertical-align:top;
	font-size:12px;
	font-style:italic;
	padding-top:4px;
	padding-bottom:5px;
}

.eventDate{
	width:38%;
	vertical-align:top;
	font-size:11px;
}

.eventLink{
	width:38%;
	vertical-align:top;
	font-size:12px;
}

