/*
http://www.colorschemer.com/online.html
#6699CC	Base

#9FBFDF	Light
#8CB3D9	Alt Row
#3B75B0	Dark
#2E5C8A Darker text on Light
*/

.SmallCaps
{
	font-variant: small-caps;
}

.SmallCapsBold
{
	font-variant: small-caps;
	font-weight: bold;
}

THEAD
{
	background-color: #3B75B0;
	color: #FFFFFF;
	font-variant: small-caps;
	font-weight: bold;
}

.Header
{
	background-color: #3B75B0;
	color: #FFFFFF;
	font-variant: small-caps;
	font-weight: bold;
}

.AltSmallCapsBold
{
	background-color: #8CB3D9;
	font-variant: small-caps;
	font-weight: bold;
}

.Right
{
	position: absolute;
	right: 13px;
}

.Left
{
	position: absolute;
	left: 13px;
}

.Bar1
{
	background-color: #3B75B0;
	color: #FFFFFF;
	font-size: 150%;
	font-variant: small-caps;
	text-align: center;
	width: 100%;
}

.Bar2
{
	background-color: #3B75B0;
	text-align: center;
/*
	font-weight: bold;
	color: #000000;
	font-variant: small-caps;
*/
}

BODY
{
	background-color: #9FBFDF;
	font-family: Garramond, Times New Roman, Times;
	font-variant: normal;
}

A
{
/*	color: #2E5C8A;*/
	color: #003366;
	font-variant: normal;
	text-decoration: none;
}

A:Hover
{
	text-decoration: underline;
}

A.NavBar
{
	color: #FFFFFF;
	font-variant: small-caps;
/*	font-weight: bold;*/
	text-decoration: none;
}

A:Hover.NavBar
{
/*	text-decoration: underline;*/
	font-variant: small-caps;
	color: #000000;
/*	background-color: #8CB3D9;*/
}

.BorderThick
{
	border-color: #3B75B0;
	border-style: solid;
	border-width: 5px 5px 5px 5px;
}


TABLE.Thin
{
	border-bottom: 0px;
	border-left: 0px;
	border-right: 1px;
	border-top: 1px;
	border-style: solid;
	border-color: #3B75B0;
}


TD 
{
	border-bottom: 1px;
	border-left: 1px;
	border-right: 0px;
	border-top: 0px;
	border-style: solid;
	border-color: #3B75B0;
}

TD.Borderless
{
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}

/*
TD.Thin
{
	border-bottom: 1px;
	border-left: 1px;
	border-right: 0px;
	border-top: 0px;
	border-style: solid;
	border-color: #3B75B0;
}
*/

.AltRow
{
	background-color: #8CB3D9;
}

LI.Header
{
	font-variant: small-caps;
	font-weight: bold;
	list-style-type: none;
}

LI
{
	list-style-type: none;
}

.foo
{
	line-height: 0px;
}