/****************************************************/
/* Selector declarations of standard HTML tags      */
/****************************************************/

body {
	align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #669999;
	padding: 0px;
	border: 0px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

table {
	width: 100%;
	margin:0;
	padding: 0px;
	border: 0px;
}
table td { padding: 0; border-width: 0; vertical-align: top;

}
a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}	/* controls links color     */

/*a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}	/* controls active links color     */

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}	/* mouse -over color */

/*a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}	/* active links     */

/***************************************************************************/
/* Selector declarations - for general usage (in alphabetical order)       */
/***************************************************************************/

.bannerTable {
	margin:0;
	padding: 0px;
	border: 0px;
	height: 50px;
	background-color: #CCCCCC;
	vertical-align: middle;

	}
td#bannerTableLftcol {
	width: 337px;
	margin:0;
	padding: 0px;
	border: 0px;
	height: 50px;
	vertical-align: middle;

}
td#bannerTableRtcol {
	margin:0;
	vertical-align: middle;
	color: #000000;
	text-align: right;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 1px;
	padding-left: 0px;
}		
td#bannerTableRtcol a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
td#bannerTableRtcol a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
td#bannerTableRtcol a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CC6600;
	text-decoration: underline;
	font-weight: bold;
}
table#mainNav {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	float: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-weight: normal;

}
table#mainNav td {
	float: none;
	text-align: center;
	vertical-align: middle;
	background-color: #990000;
	height: 25px;
	color: #FFFFFF;

}
td#mainNavrow {
	height: 25px;
	background-color: #CCCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;

} 	/* controls look of the 2nd row of main navigation table containing the navigation links */

table#mainNav td a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

table#mainNav td a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
	

.bodyTable {
	width: 100%;
	height: 250px;
	background-color: #FFFFFF;
}  /* controls look of main content area table */

.bottomTable {
	width: 100%;
}  /* controls look of bottom table */

td#bodyTableLftcol{
	width: 240px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #E7DFE7;
	border-right-color: #000000;
	border-bottom-color: #E7DFE7;
	border-left-color: #E7DFE7;
}	/* controls look of the left column in main table */

td#bodyTableRtcol{
	vertical-align: top;
	background-color: #FFFFFF;
	width: 100%;
}	/* controls look of the right column in main table */



	

td#bottomTableRow1 {
	height: 5px;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}	/* controls look of the 1st row of main navigation table*/

td#bottomTableRow2 {
	background-color: #990000;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
	height: 25px;
	color: #FFFFFF;

}	/* controls look of the 1st row of main navigation table*/

td#bottomTableRow3 {
	height: 25px;
	background-color: #990000;
	text-align: right;
	vertical-align: middle;

}	/* controls look of the 1st row of main navigation table*/

.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	text-align: left;
	height: 20px;
	padding-left: 10px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFCC;
	vertical-align: middle;
	background-color: #990000;
	padding-top: 3px;
	padding-bottom: 3px;
}
