body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 12px;
	background-color: #CCCCCC;
	padding-left: 20px;
	background-image: url(../images/background-tile.jpg);
	background-repeat: repeat-x;
}
a:link, a:visited {
	text-decoration: underline;
	color: #000066;
}
a:hover, a:active {
	font-weight: bold;
	color: #990000;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000066;
}
.Headline-18 {
	font-size: 18px;
	font-weight: bold;
}
.Header-14 {
	font-size: 14px;
	font-weight: bold;
}
.Call-Name-18 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}.RED {
	color: #FF0000;
}.WHITE {
	color: #FFFFFF;
}
.YELLOW-hilight {
	color: #FFFF00;
}
#WhiteLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}
#WhiteLink a:link, #WhiteLink a:visited {
	color: #FFF;
}
#WhiteLink a:hover {
	color: #CF0;
}
#Navigation {
	padding: 2px;
	width: 200;
}
#Navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Navigation a {
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	display: block;
	width: 180px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #663498;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #666666;
	border-bottom-color: #333333;
	border-left-color: #999999;
	text-align: center;
}
#Navigation a:link, #Navigation a:visited {
	color: #FFFFFF;
}
#Navigation a:hover, #Navigation .current {
	background-color: #6633CC;
}
