﻿body 
{
	font-family: Arial;
	font-size: 12px;
	background-image: url(/images/background.png);
	background-repeat: repeat-x;
	margin: 0;
	color: #376092;
}

A
{
	color: #376092;
	text-decoration: underline;
}

A:hover
{
	text-decoration: underline;
}

H1
{
	font-size: 16px;
	margin-top: 3px;
	margin-bottom: 2px;
	width: 100%;
	border-bottom: solid 1px #376092;
}

H2
{
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 2px;
}

.menu
{
	color: #376092;
	font-weight: bold;	
	margin: 0px;
	padding: 0px;
}

.menu A
{
	color: #376092;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
}

.BreadCrumbs 
{
	color: #376092
}

.BreadCrumbs A
{
	color: #376092;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
}

hr
{
	color: #376092;
	height: 1px;
}

.footer
{
	font-size: 9px;
}

.DetailsView_Header
{
	display:block;
	font-weight: bold;
	color: Red;
}