/* CSS Document */

/* Text Formatting */
/* Common */
.Main_Text 
{
	font-size: 12px;
	color: #666666;
}

.Header_Large 
{
	font-size: 16px;
	color:#8F5647;
}

.Header_Medium 
{
	font-size: 14px;
	color: #8F5647;
}

.Header_Small 
{
	font-size: 13px;
	color: #8F5647;
}
/* Tags */

.header_text1
{
 	font-size: 14px;
	font-weight:bold;
	color: #8F5647;
}

.header_text2
{
 	font-size: 12px;
	font-weight:bold;
	color: #8F5647;
}


p 
{
	font-size: 12px;
	color: #666666;
}

h1 
{
	font-size: 18px;
	color:#8F5647;
}

h2 
{
	font-size: 16px;
	color: #8F5647;
}

h3 
{
	font-size: 14px;
	color: #8F5647;
}

h4 
{
	font-size: 11px;
	color: #8F5647;
	background-color: #FFFFFF;

}

h5 
{
	font-size: 10px;
	color: #8F5647;
}

/* Special Text */

.calendarday 
{
	font-size: 12px;
}

.calendarmonth 
{
	text-align:center;
	font-size: 12px;
}

.calendarweek 
{
	font-size: 12px;
}

.newshead 
{
	float: left; 
	text-align: left;
}
.newsdate 
{
	text-align: right;
	font-weight: bold;
}

.newstext 
{
	font-size: 12px
}

.eventshead 
{
	float: left; 
	text-align: left;
}

.eventsdate 
{
	text-align: right;
	font-weight: bold;
}

.eventstext 
{
	font-size: 12px
}

.header_right 
{
	font-size: 12px;
	text-align:center;
	border:none;
	color: #8F5647;
}


#footer 
{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}

.footerlink 
{
	font-size: 10px;
	text-align:center;
	border:none;
	color: #8F5647;
}

