
body {
	background-color: #2751a5;
	font-family: "Trebuchet MS", Arial;
	font-size: 0.9em;
}
a, a:visited {
	color: #2751a5;
	text-decoration: none;
}
a:hover {
	color:#cc0000;
	text-decoration: none;
}
h1 {
	color: #2751a5;
	font-size: 1.7em; 
}
.titletext {
	font-size: 1.4em;
	color: #2751a5;
}
.style1 {
	font-size: 1.0em;
	font-style:italic;
}
.style2 {
	font-size: 1.1em;
	color: #2751a5;
	font-weight:bold;
}
.style3 {
	font-size: 1.0em;
	color: #ffffff;
	font-style:italic;
}
.style4 {
	font-size: 1.1em;
	color:#CC0000;
	font-style:italic;
}
#navlinks a:link, #navlinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	font-weight:bold;
	padding: 10px 0;
}	  
#navlinks a:hover {
	color: #cc0000;
	text-decoration: none;
}
#foottext {
	font-size: 0.9em;
	font-style:italic;
	color: #333333;
}
#floatleft {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
#floatright {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 2px;
}
#collines {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}