BODY
{
	margin: 0px;
	background: #FFFFFF;
}
TD
{
	font-family: arial,verdana;
	font-size: 11px;
	color: #333333;
}
.txtBold
{
	font-weight: bold;
}
.txtWhite
{
	color: #FFFFFF;
}
.txtGrey
{
	color: #878787;
}
.txtBlue
{
	color: #2295DC;
}
.txtTitleSub
{
	color: #FFFFFF;
	font-size: 14px;
	background:#C6CAB9;
	padding:5px
}
.txtTitleJoin
{
	color: #FFFFFF;
	font-size: 14px;
	background: #899996;
	padding:5px
}
.txtTitleLarge
{
	font-family: georgia,arial,verdana;
	font-size: 18px;
	color: #000000;
}
.txtTitleSubLarge
{
	font-family: georgia,arial,verdana;
	font-size: 15px;
	color: #000000;
}
.quote
{
	padding:10px;
	font-family: georgia,arial,verdana;
	font-size: 14px;
	background: #73859A;
}
.bckWhite
{
	background: #FFFFFF;
}
.bckGrey
{
	background: #F9F8F3;
}
.bckBlueGrey
{
	background: #DEE0E3;
}

/* */

A,A:visited,A:active
{
	font-family: arial,verdana;
	color: #000000;
    text-decoration: none;
}
A:hover
{
    text-decoration: underline;
}
A.lnkBlue,A:visited.lnkBlue,A:active.lnkBlue
{
	font-weight: bold;
	color: #214873;
    text-decoration: underline;
}
A:hover.lnkBlue
{
    text-decoration: underline;
}

/* */

A.navOn,A:visited.navOn,A:active.navOn
{
	color: #FFFFFF;
    text-decoration: none;
}
A:hover.navOn
{
    text-decoration: none;
}
A.navOff,A:visited.navOff,A:active.navOff
{
	color: #3E4A57;
    text-decoration: none;
}
A:hover.navOff
{
    text-decoration: none;
}
A.navSub,A:visited.navSub,A:active.navSub
{
	color: #B7D0EF;
    text-decoration: none;
}
A:hover.navSub
{
    text-decoration: none;
}

TD.navOn
{
	cursor:pointer;
	color: #FFFFFF;
	font-size: 14px;
}
TD.navOff
{
	cursor:pointer;
	color: #3E4A57;
	font-size: 14px;
}
TD.navSub
{
	cursor:pointer;
/*background: #728499;*/
	color: #B7D0EF;
	font-size: 14px;
}

/* */

INPUT,SELECT,TEXTAREA
{
	font-family: arial,verdana;
	font-size: 11px;
	color: #000000;
}
.formElement
{
	width: 260px;
}
INPUT.noBorder
{
	width: 125px;
	border: 1px #FFFFFF solid;
}
FORM
{
	margin: 0px;
}