﻿body
{
	font-family: Tahoma;
	font-size: 13px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

a
{
	color: #314a86;
	text-decoration: none;	
}

a:hover
{
	text-decoration: underline;
}

table#titlebar
{
	background-color: #4c67a8;
	background-image: url(images/title_bg.gif);
	background-repeat: no-repeat;
	height: 71px;
	width: 100%;
}

#menubar
{
	background-color: #aab7d5;
	border-bottom: 1px solid #314a86;
	border-top: 1px solid #314a86;
	padding: 5px 5px 5px 5px;
}

#menubar span
{
	padding: 1px 5px 1px 5px;
	border: 1px solid #aab7d5;
	text-align: center;
}

#menubar span:hover
{
	background-color: #b9c4df;
	border: 1px solid #6c82b6;
	text-align: center;
}

#menubar a
{
	color: #314a86;
	text-decoration: none;	
}

.heading
{
	background-image: url(images/faded_back.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 100%;
}

table.heading td
{
	padding-left: 10px;
}

table.content
{
	width: 100%;
}

table.content p
{
	padding-left: 15px;
}