body
{
}
.Normal
{
	color: white;
	font-family: Arial;
	font-variant: normal;
}

.NormalBold
{
	font-weight: bold;
	color: navy;
	font-family: Arial;
	font-variant: normal;
}

.NormalSmall
{
	font-size: x-small;
	color: white;
	font-family: Arial;
	font-variant: normal;
}
.NormalLink
{
	font-size: x-small;
	color: silver;
	font-family: Arial;
	font-variant: normal;
}
.NormalSmallItalic
{
	font-size: x-small;
	color: white;
	font-style: italic;
	font-family: Arial;
	font-variant: normal;
}

.NormalHighlight
{
	font-weight: normal;
	font-size: larger;
	color: black;
	font-family: Arial;
	font-variant: normal;
}
.Disclaimer
{
	font-size: xx-small;
	color: white;
	font-style: italic;
	font-family: Arial;
}
.TopNav
{
	font-size: x-small;
	color: #99ffff;
	font-family: Arial;
	font-variant: small-caps;
}
.Marquee
{
	font-size: medium;
	color: red;
	font-family: 'Courier New' , Arial;
	font-variant: normal;
}
.LeftNavHot
{
	font-weight: normal;
	font-size: small;
	color: white;
	font-family: Century;
	font-variant: normal;
	text-decoration: none;
}
.LeftNavCold
{
	font-weight: normal;
	font-size: small;
	color: black;
	font-family: Century;
	font-variant: normal;
	text-decoration: none;
}
.NewsByline
{
	font-weight: bold;
	font-size: small;
	font-family: Arial;
}
.NewsStory
{
	font-size: x-small;
	font-family: Arial;
}
.NewsDate
{
	font-size: xx-small;
	font-family: Arial;
}
.NewsHeadline
{
	font-weight: normal;
	font-size: large;
	color: black;
	font-family: 'Times New Roman';
	font-variant: small-caps;
}
.NewsLink
{
	font-size: xx-small;
	color: blue;
	font-family: Arial;
	text-decoration: underline;
}
.MeetingBold
{
	font-weight: bold;
	font-size: large;
	color: white;
	font-family: Arial;
}
.MeetingBoldItalic
{
	font-weight: normal;
	font-size: large;
	color: white;
	font-style: italic;
	font-family: Arial;
}
.MeetingNormal
{
	font-size: medium;
	font-family: Arial;
}
.MeetingXSmall
{
	font-size: x-small;
	font-family: Arial;
}
.CalendarHeader
{
	font-size: large;
	color: white;
	font-family: Arial;
}
.CalendarTiny
{
	font-size: xx-small;
	font-family: Arial;
}
.CalendarDay
{
	font-size: x-small;
	color: white;
	font-family: Arial;
}
.LogTitle
{
	font-weight: bold;
	font-size: medium;
	text-transform: none;
	color: white;
	font-family: 'Microsoft Sans Serif' , 'Arial Rounded MT Bold' , Arial;
	font-variant: normal;
}
.LogItem
{
	font-size: xx-small;
	color: black;
	font-family: Arial;
	font-variant: normal;
}
.StickyNote
{
	font-size: x-small;
	color: Black;
	font-family: Arial;
	font-variant: normal;
}
.StoryHeadline
{
	font-weight: normal;
	font-size: large;
	color: black;
	font-family: 'Times New Roman';
	font-variant: small-caps;
}
.PilotStory
{
	font-size: x-small;
	color: Black;
	font-family: Arial;
	font-variant: normal;
}
.PilotStorySmall
{
	font-size: x-small;
	color: Black;
	font-family: Arial;
	font-variant: normal;
}
.PilotStorySmallItalic
{
	font-size: x-small;
	color: Black;
	font-family: Arial;
	font-style: italic;
}

.Clock
{
	font-weight: bold;
	font-size: x-small;
	color: lime;
	font-family: Arial;
	background-color: black;
}
.ClockText
{
	font-size: x-small;
	color: black;
	font-family: Arial;
	font-variant: normal;
}
.Location
{
	font-size: small;
	color: black;
	font-family: Arial;
	background-color: darkkhaki;
}
.LocationLabel
{
	font-size: small;
	color: black;
	font-family: Arial;
	background-color: darkkhaki;
}
.ContactTitle
{
	font-size: medium;
	color: white;
	font-family: Arial;
	background-color: #4a9b51;
}
.ContactName
{
	font-size: small;
	font-family: Arial;
	background-color: cornsilk;
}
.ContactData
{
	font-size: x-small;
	font-family: Arial;
	background-color: cornsilk;
}
.LinkHeader
{
	font-size: medium;
	color: white;
	font-family: Arial;
	background-color: #4a9b51;
}
.ProjectTitle
{
	font-size: medium;
	color: white;
	font-family: Arial;
	background-color: #4a9b51;
}
.ProjectText
{
	font-size: x-small;
	color: black;
	font-family: Arial;
}
.LeftSeatTitle
{
	font-size: large;
	color: white;
	font-family: Arial;
	background-color: #4a9b51;
}
.LeftSeatText
{
	font-size: x-small;
	color: black;
	font-family: Arial;
}
.EmailLabel
{
	color: navy;
	font-family: Arial;
	background-color: azure;
}
.EmailBody
{
	color: black;
	font-family: Arial;
}
.ErrorText
{
	font-weight: bold;
	color: red;
	font-family: Arial;
}

A:visited
{
	color: navy;
	text-decoration: none;
}
A:hover
{
	color: red;
	text-decoration: none;
}
A:link
{
	color: navy;
	text-decoration: none;
}
