body
{
	background-color: #ffffff;
}

font, td, th, p, li
{
	color: #003366;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

h3
{
	color: #003366;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h4
{
	color: #003366;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a
{
	text-decoration: underline;
	color: #00009B;
}

a:hover
{
	text-decoration: underline;
	color: #003366;
}

.outline
{
	background-color: #ffffff;
	border: 1px #003366 solid;
}

.outline_small
{
	background-color: #ffffff;
	border: 1px #336699 solid;
}

.message
{
	background-color: #ffffcc;
	border: 1px #336699 solid;
}

.curr_range
{
	background-color: #ffffcc;
	border: 1px #336699 solid;
}

td.light
{
	background-color: #eceff3;
}

td.medium
{
	background-color: #d9e0e9;
}

td.dark
{
	background-color: #c9d3df;
}

td.header
{
	background-color: #c9d4df;
	height: 25px;
	background-image: url(./images/td_background.png);
}

td.unread
{
	background-color: #dee6ed;
	font-weight: bold;
}

th
{
	color: #c9d3dd;
	font-size: 12px;
	font-weight: bold;
	background-color: #667788;
	height: 25px;
	background-image: url(./images/th_background.png);
}

.forum_name
{
	font-weight: bold;
	font-size: 12px;
	color : #336699;
}

.header
{
	font-weight: bold;
	font-size: 13px;
	color: #336699;
}

.highlight
{
	color: #cc6633;
}

.small
{
	font-size: 10px;
}

.large
{
	font-size: 13px;
}

.bold
{
	font-size: 11px;
	font-weight: bold;
}

input.submit
{
	background-color: #c9d4df;
	color: #003366;
	font-size: 10px;
	font-family: arial, sans-serif;
}

input, textarea, select
{
	background-color: #ffffff;
	color: #003366;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-color: #003366;
}

small
{
	color: #003366;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
}

