body {
	color: #333333;
	border-color: #C0C0C0;
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

h1, h2, h3, h4, h5, h6 {
	color: #336699;
	font-family: Tahoma, Arial, sans, sans-serif;
	font-weight: bolder;
}

h1, h2, h3{
	font-weight: normal;
}

#banner p {
	font-family: Tahoma, Arial, sans, sans-serif; 
	font-size: larger;
}

.box h3 {
	background-color: #C0C0C0;	
	color: #FFF; 
}

#footer {
	font-size: smaller;
}

#navigation {
	color: #FFF;
	background-color: #C0C0C0;
	font-family: Tahoma, Arial, Helvetica, sans, sans-serif;
	font-weight: bolder;
}

.button {
	background-color: #77AACC; 
	color: #FFF;
}

input {
	background-color: #E0E0E0;
	border-color: #C0C0C0;
}

#navigation a, #navigation a:active, #navigation a:visited {
	color: #FFF;
	background-color: #C0C0C0;
	border-color: #C0C0C0;
	
}

#navigation a:hover, #navigation a:visited:hover {
	color: #CC3333;
	background-color: #E0E0E0;
	border-color: #757575;
}

a, a:active {
	color: #336699;
	text-decoration: underline;
}

a:hover, a:active:hover, a:visited:hover {
	color: #CC3333;
}
