body
{
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #5989B7;
	margin: 0px;
	text-align: center;
}

h1
{
	font-weight: bold;
	font-size: large;
}

#tblMain
{
	border-right: #c0c9cb 1px solid;
	border-left: #c0c9cb 1px solid;
	width: 779px;
	border-collapse: collapse;
	height: 100%;
	background-color: White;
}

#tdContent
{
	vertical-align: top;
	text-align: left;
}

#divContent
{
	padding-right: 30px;
	padding-left: 30px;
	font-size: x-small;
	padding-bottom: 30px;
	vertical-align: top;
	padding-top: 30px;
	text-align: justify;
}

#tdMenu
{
	border-left: #c0c9cb 1px solid;
	width: 130px;
	padding-top: 20px;
	padding-left: 20px;
	font-size: x-small;
	vertical-align: top;
	text-align: left;
}

#tdFooter
{
	height: 24px;
	background-color: #c0c9cb;
	font-size: x-small;
	vertical-align: bottom;
	color: white;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#divHeader
{
	padding-right: 5px;
	background-position: left top;
	padding-left: 5px;
	background-attachment: fixed;
	background-image: url(media/topbg.gif);
	padding-bottom: 5px;
	width: 100%;
	padding-top: 5px;
	background-repeat: no-repeat;
	height: 90px;
}

.divCentered
{
	text-align: center;
}

.imgBtn
{
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

a.aContent
{
	color: #5989b7;
	font-weight: bold;
	text-decoration: none;
}

a.aContent:link 
{
	color: #5989b7;
	font-weight: bold;
	text-decoration: none;
}

a.aContent:vlink 
{
	color: #5989b7;
	font-weight: bold;
	text-decoration: none;
}
a.aContent:active 
{
	color: #5989b7;
	font-weight: bold;
	text-decoration: none;
}

a.aContent:hover
{
	color: white;
	background-color: #5989b7;
	text-decoration: underline;
}

a.aMenu
{
	color: #5989b7;
	font-weight: bold;
	text-decoration: none;
}

a.aMenu:link 
{
	color: #5989b7;
	font-weight: bold;
	text-decoration: none;
}

a.aMenu:vlink 
{
	color: #5989b7;
	font-weight: bold;
	text-decoration: none;
}
a.aMenu:active 
{
	color: #5989b7;
	font-weight: bold;
	text-decoration: none;
}

a.aMenu:hover
{
	color: white;
	background-color: #5989b7;
	text-decoration: underline;
}

a.aTinyWhite
{
	color: white;
	font-style: normal;
	text-decoration: underline;
}

a.aTinyWhite:link 
{
	color: white;
	font-style: normal;
	text-decoration: underline;
}

a.aTinyWhite:vlink 
{
	color: white;
	font-style: normal;
	text-decoration: underline;
}

a.aTinyWhite:active 
{
	color: white;
	font-style: normal;
	text-decoration: underline;
}

a.aTinyWhite:hover 
{
	color: #c0c9cb;
	background-color: White;
	font-style: normal;
	text-decoration: underline;
}

.tdLabelSingle
{
	font-size: x-small;
	text-align: right;
	vertical-align: middle;
}

.tdLabelMulti
{
	font-size: x-small;
	text-align: right;
	vertical-align: top;
}

.txtSingle
{
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: x-small;
	height: auto;
	width: 440px;
}

.txtMulti
{
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: x-small;
	height: 220px;
	width: 440px;
}

.cmdBtn
{
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: x-small;
	height: auto;
	width: 120px;
}


