body {
	background-color: #707070;
	font-size: 100%;
}

A {
	text-decoration: none;
}

A:hover {
	color: White;
	background-color: #333399;
}

.LeftColumn {
	color: Black;
	background-color: #807FFF;
}

.CenterColumn {
	background-color: White;
}

.RightColumn {
	color: Black;
	background-color: #807FFF;
	border-right: thin solid #333399;
	border-left: thin solid #333399;	
}

.Footer {
	font-size: 50%;
	color: Black;
	background-color: White;
	border-top: 1px solid #333399;
	border-bottom: 1px solid #333399;
}

.Screenshot {
	text-align: center;
	font-size: 60%;
}

.Description {
	font-size: 90%;
}

.Caption {
	font-size: 50%;
	text-align: center;
	color: #333399;
	background-color: White;
}

.ContextNavigationItem {
	font-size: 75%;
	color: #7F8000;
	background-color: #E6E6FA;
	padding: 2px;
	margin-bottom: 0;
	border-left: 1px solid Maroon;
	border-bottom: 1px solid Maroon;
	border-right: 1px solid Maroon;
	border-top: 1px solid Maroon;
	text-decoration: none;
}

P.NewsItem {
	font-size: 75%;
}

h1 {
	color: #7F8000;
	padding: 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	letter-spacing: 3px;
	margin-bottom: 0;
	border-bottom: 3px solid Navy;
	font-size: 110%;
	}

h2 {
	color: Maroon;
	font-family: sans-serif;
	border-color: #99CCCC;
	border-width: thin;
	border-style: none none solid solid;
	padding: 2px;
	font-size: 105%;
	font-weight: normal;
}

.TestimonialQuote {
	text-indent: 12pt;
	background-color: #E6E6FA;
	font-style: italic;
	border-left: thin groove #6666CC;
	border-right: thin groove #6666CC;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: Black;
	margin-left: 12pt;
	margin-right: 12pt;
	margin-bottom: 1pt;
	font-size: 100%;
}