/* Default font settngs */
body, * {
	font-family: Verdana, Arial, Helvetica, sans-Serif;
	font-size: 12px;
}

h1 { font-size: 22px;}
h2 { font-size: 20px;}
h3 { font-size: 18px;}
h4 { font-size: 16px;}
h5 { font-size: 14px;}
h6 { font-size: 12px;}

.SmallFont {
	font-size: 10px;
}

.LargeFont {
	font-size: 14px;
}

.GiantFont {
	font-size: 16px;
}

.Title {
	font-size: 16px;
	font-weight: bold;
}

.Error {

	font-size: 16px;
	color: #f00;
	margin:0.8em 0 0.2em;
}

.ContentTitle , .ContentHeader {
	color: #000;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
.ContentHeader{
	font-size: 18px;
}
.ContentTitle[href]:hover {
	color: #f00;
}
.ContentDate {
	font-style: italic;
}
.ContentCategory {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
.ContentCategory[href]:hover {
	color: #f00;
}
.ContentText {
	font-size: 10px;
}

.CalDay {
	color: #000;
	text-decoration: none;
	line-height: 18px;
}
.CalDay[href]:hover {

	color: #f00;
}
.ContactListHead {
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: .2em;
}
.ContactListHeadGreen {
	background: #a59c36;
}

.htmtableborders {
	width: 650px;
}