body
{
	top-margin: 20px;
	text-align: center;
	background-color: #F3F1F4;
}

/*//////////// BEGIN: Shell classes //////////*/
td.topborder
{
	border-top: 3px solid #006499;
}

td.leftborder
{
	border-left: 3px solid #006499;
}

td.rightborder
{
	border-right: 3px solid #006499;
}

td.bottomborder
{
	border-bottom: 3px solid #006499;
}

table.shell
{
	width: 780px; 
}

td.bothborder
{
	border-right: 3px solid #006499;
	border-left: 3px solid #006499;
}
/*//////////// END: Shell classes //////////*/

/*//////////// BEGIN: Nav classes //////////*/
td.topNav
{
	background-color: #6898B5;
	color: #FFFFFF;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	border-top: 2px solid #003E64;
	border-bottom: 2px solid #003E64;
	height: 40px;
	text-align: right;
	padding-right: 10px;
}

.bottomNav
{
	background-color: #6898B5;
	color: #FFFFFF;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	border-top: 2px solid #003E64;
	border-bottom: 2px solid #003E64;
	height: 40px;
	text-align: right;
	padding-right: 30px;
}

.bottomNav A
{
	color: #FFFFFF;
	text-decoration: none;
}

/*//////////// END: Nav classes //////////*/

.content
{
	font-family: arial;
	font-size: 11px;
	border-right: 3px solid #006499;
	padding: 5px;
	width: 85%;
	background-color: #FFFFFF;
	vertical-align: top;
}

.content table
{
	font-family: arial;
	font-size: 11px;
}

.title
{
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #0061A5;
	text-transform: uppercase;
}

.subtitle
{
	color: #0061A5;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

table.DL
{
	border: 1px solid #0065A4;
	background-color: #C6C6C6;
	font-family: arial;
	font-size: 11px;
	color: #0065A4;
}

img.pics
{
	border: 1px solid #006499;
}