﻿body {
	background-color: #666666;
	font-family: "trebuchet MS";
	color: #E46B48;
	background-repeat: repeat-x;
}
.mainArea {
	width: 800px;
	background-color: #004882;
	vertical-align: middle;
	height: 450px;
	border: thin solid #E46B48;
}
.menu {
	color: #FFFFFF;
	font-size: 12px;
	vertical-align: bottom;
}
.menuItem {
	width: 80px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
.menuHoverLine {
	height: 6px;
	text-align: center;
	vertical-align: top;
	display: none;
	width: 60px;
}
.successInnovated {
	font-family: "trebuchet MS";
	font-size: 20px;
	font-style: italic;
	text-align: right;
	vertical-align: top;
}
.footer {
	font-family: "trebuchet MS";
	font-size: x-small;
	background-color: #666666;
	color: #FFFFFF;
	text-align: center;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.announcementBody {
	color: #FFFFFF;
	font-size: small;
}
.announcementTitle {
	font-size: small;
	font-style: italic;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
