﻿body {
	font-family: Arial;
	font-size: 12px;
}

.MenuItem {
	font-family: Arial;
	font-size: 1.0em;
	color: #6644dd;
	font-weight: normal;
	text-decoration: none;
}
.MenuItem:hover {
	text-decoration: underline;
}
.PageHeadline {
	font-family: Verdana;
	font-size:1.5em;
	color: #666699;
	font-weight: bold;
	text-decoration: none;
}
.TopHeadline {
	font-family: Verdana;
	font-size:1.1em;
	color: #0000dd;
	font-weight: normal;
	text-decoration: none;
}
.TopHeadline:hover {
	text-decoration: underline;
}
.Headline {
	font-family: Verdana;
	font-size:1.2em;
	color: #666699;
	font-weight: bold;
	text-decoration: none;
}
.Headline:hover {
	text-decoration: underline;
}
.ArticleText {
	font-family: Verdana;
	font-size: .9em;
	color: #000000;
	font-weight: normal;
}
.More {
	font-family: Verdana;
	font-size: .8em;
	color: #3366dd;
	font-weight: normal;
	text-decoration: none;
}
.More:hover {
	text-decoration: underline;
}


.ProfileLink {
	font-family: Verdana;
	font-size: 1.1em;
	color: #3366dd;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 8px;
}
.ProfileLink:hover {
	text-decoration: underline;
}

.Footer {
	font-size: .9em;
	color: #666666;
}


.CalendarEventNameLink {
    font-family: Verdana;
    font-size: .85em;
    color: #444444;
    font-weight: bold;
    text-decoration:none;
}
.CalendarEventNameLink:hover {
    font-family: Verdana;
    font-size: .85em;
    color: #444444;
    font-weight: bold;
    text-decoration:underline;
}
.CalendarEventDetailsLink {
    font-family: Verdana;
    font-size: .85em;
    color: #ee5555;
    font-weight: bold;
    text-decoration: none;
}
.CalendarEventDetailsLink:hover {
    font-family: Verdana;
    font-size: .85em;
    color: #ee5555;
    font-weight: bold;
    text-decoration: underline;
}


