body {
	background: #FDFDFD url(img/background.gif) repeat-y center top;
	color: #000000;
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	margin: 0;
	padding: 0;
}

.pink {
	background-color: #D86477;
	color: #FFFFFF;
	font-size: 11pt;
}

.blue {
	background-color: #CFE9F1;
	color: #D86477;
	font-size: 8pt;
	font-weight: bold;
	font-variant: small-caps;
}
.blue a {
	color: #D86477;
	text-decoration: underline;
}


.black {
	background-color: #000000;
	color: #FFFFFF;
}

.sidebar {
	background-color: #F1D7CB;
	color: #000000;
	padding: 20px;
}

.content {
	background-color: #FDFDFD;
	color: #000000;
	padding: 20px;
}

img.float {
	float: right;
	padding-right: 10px;
	clear: right;
}

h1 {
	font-size: 12pt;
}

h2 {
	font-size: 11pt;
	font-weight: normal;
}

p {
	font-size: 9pt;
}

ul {
	font-size: 9pt;
	list-style-type: square;
}

a:link, a:visited, a:active {
	color: #D86477;
}

a:hover {
	color: #64B2D9;
}#navigation ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	padding-right: 6px;
}
#navigation li a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #CFE9F1;
}
#navigation .NavOn {
	color: #CFE9F1;
}
