﻿body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}

h1
{
	font-size: 1.1em;
	font-weight: normal;
}

h2
{
	font-size: 0.9em;
	font-weight: normal;
}

h3
{
	font-size: 0.8em;
	font-weight: normal;
}

p
{
	font-size: 0.8em;
}

#banner a
{
	text-decoration: none;
	font-size: .6em;
	font-weight: bold;
}

#splash h1
{
	font-size: 1.5em;
	font-weight: normal;
}

#splash h2
{
	font-size: 1.0em;
	font-weight: normal;
}

#menu a 
{
	text-decoration: none;
	font-size: .7em;
	font-weight: bold;
}

#nav h1
{
	font-size: .8em;
	font-weight: normal;
}

#nav a
{
	text-decoration: none;
	font-size: .8em;
	font-weight: normal;
}

#content h1
{
	color: #00f;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#content h2
{
	color: #555;
	font-size: 0.95em;
	padding-bottom: 6px;
	margin-bottom: 8px;
	border-bottom: dotted 1px #ccc;
}

#content h3
{
	color: #222;
	font-size: 0.85em;
	margin-bottom: 10px;
}

#footer p
{
	font-size:0.65em;
	color: #555;
}

#footer a
{
	text-decoration:none;
	color: #555;
}