/* Created on August 6, 2004 */
/* Last Updated on August 19, 2004 */

/* BODY STYLES */
.thebody{
	background-color: #7e8b93;
	margin: 0px;
}

/* FORM STYLES */
form{
	margin: 0px;
}

.frmButton{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3E4C55;
	background-color: #FAE7E7;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #9A0000;
	padding-top: 1px;
}

.frmField{
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #3E4C55;
	border: 1px solid #7E8B93;
}
hr {
	color: #BEC5C9;
}
textarea  {
	height:expression(parentNode.height);
	width:expression(parentNode.width)
}

/* LINK STYLES */
a.lnkFooter:link{
	color: #FFFFFF;
	text-decoration: none;
}
a.lnkFooter:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a.lnkFooter:hover{
	color: #000000;
	text-decoration: underline;
}

a.lnkImage:link{}
a.lnkImage:visited{}
a.lnkImage:hover{}

a.lnkMain:link{
	color: #9A0000;
	text-decoration: underline;
}
a.lnkMain:visited{
	color: #9A0000;
	text-decoration: underline;
}
a.lnkMain:hover{
	color: #000000;
	text-decoration: none;
}

a.lnkMenu:link{}
a.lnkMenu:visited{}
a.lnkMenu:hover{}

a.lnkSubMenu:link{
	font-weight: bold;
	color: #9A0000;
	text-decoration: none;
}
a.lnkSubMenu:visited{
	font-weight: bold;
	color: #9A0000;
	text-decoration: none;
}
a.lnkSubMenu:hover{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

a.lnkMisc:link{
	color: #98A2A9;
	text-decoration: none;
}
a.lnkMisc:visited{
	color: #98A2A9;
	text-decoration: none;
}
a.lnkMisc:hover{
	color: #000000;
	text-decoration: none;
}

/* MENU STYLES */
.mnuCursor{
cursor:hand;
}
.mnuItem
{
	background-color:#B3B4B7;
	color:#000000;
	font-family:tahoma, verdana, arial;
	font-size:10px;
	padding:3px 10px;
	cursor:default;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #FFFFFF;
	width: 200px;
}
.mnuItemOver
{
	background-color:#000000;
	color:#FFFFFF;
	font-family:tahoma, verdana, arial;
	font-size:10px;
	padding:3px 10px;
	cursor:hand;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #CCCCCC;
	width: 200px;
}
/* TABLE STYLES */
.tblHeader{
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	line-height: 16px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #99A3A6;
}
.tblSubHeader {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	line-height: 16px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #3E4C55;
	background-color: #DCE1E2;
}
.tblSubHeaderDIV {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	line-height: 16px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #3E4C55;
	background-color: #DCE1E2;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEC5C9;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 505px;
	position: relative;
}
.tblText{
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #3E4C55;
	line-height: 16px;
	padding-top: 2px;
	padding-bottom: 3px;
}

/* TEXT STYLES */
.txBullet{
	margin-top: 0px;
	margin-bottom: 0px;
}

.txCaption{}

.txDate{}

.txFooter{
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #FFFFFF;
}

.txHeader{
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

.txMain{
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #3E4C55;
	line-height: 20px;
}

.txSubHeader{
	font-weight: bold;
	color: #9A0000;
}
.txBulletRoman {
	list-style-type: upper-roman;
}
.txBulletAlpha {
	list-style-type: upper-alpha;
}
.txBulletAlphalower {

	list-style-type: lower-alpha;
}
.tblText2 {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #3E4C55;
	line-height: 16px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	height: 24px;
}
.noBorder {
	border: 0px none #FFFFFF;
}
.specialBullet {
	text-indent: -30px;
}
.txSubHeaderGray {

	font-weight: bold;
	color: #3E4C55;
}
.container {
	width: 507px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #BEC5C9;
	border-right-color: #BEC5C9;
	border-bottom-color: #BEC5C9;
	border-left-color: #BEC5C9;
}
.tblTextDIV {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #3E4C55;
	line-height: 16px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEC5C9;
	float: left;
	width: 505px;
	position: relative;
}
.view {
	float: left;
	width: 150px;
}
.view2 {
	float: right;
	width: 200px;
	text-align: right;
	font-weight: normal;
}

