/*############################################*/
/* Set common font setting for entire document */
/*############################################*/
BODY, INPUT, SELECT, LABEL, TEXTAREA {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: black;
	background: White;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

/*############################################*/
/*                   Links                    */
/*############################################*/
A, A:link, A:visited, A:active {
	color: maroon;
	text-decoration: none;

}
A:hover {
	background: maroon; 
	text-decoration: underline overline; 
	color: white;
}

.verticalMenu A, .verticalMenu A:link, .verticalMenu A:visited, .verticalMenu A:active	  {
	line-height: 1.4;
	color: White;
	background: transparent;
	TEXT-DECORATION: none;
	BORDER: none;
	font-size: 8pt;
}
.verticalMenu A:hover   {
	color: white;
	TEXT-DECORATION: underline overline;
	background: transparent;
	font-size: 8pt;
}

.homeLink, .myAccountLink {
	line-height: 1.4;
	color: #FFFFFF;
	font-size: 10pt;
	background: transparent;
}
.homeLink A:hover{
	color: #D0A219;
	background: transparent;
}

.mainMenu A, .mainMenu A:visited {
	line-height: 1.4em;
	color: #FFFFFF;
	background: transparent;
	font-weight: normal;
	font-size: 10pt;

}
.selectedMenuItem A{
	color: #FFFFFF;
	background: transparent;
}
.mainMenu A:hover{
	color: #FFB500;
	background: transparent;
}

.horizontalMenu A, .horizontalMenu A:visited {
	color: #605E31;
}


.horizontalMenu A:hover {
	color: white;
	TEXT-DECORATION: underline overline;
}

/*############################################*/
/*                   QUOTE                   */
/*############################################*/
td.randomQuote{
	font-size: small;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
}

/*############################################*/
/*            Heading Tags                    */
/*############################################*/
H1 {
	MARGIN-TOP: 20px;
	MARGIN-BOTTOM: 20px;
	font-size: 16pt;
	margin-left: 0px;
}
H1.margin {
	margin-left: 7.5pt;
}
H2.margin {
	margin-left: 20pt;
}
H1.nomargin, H2.nomargin {
	margin-left: 0px;
}
H2 {
	MARGIN-TOP: 20px;
	MARGIN-BOTTOM: 20px;
	margin-left: 0px;
	font-size: 12pt;
}
H3 {
	MARGIN-TOP: 20px;
	MARGIN-BOTTOM: 20px;
	margin-left: 0pt;
}
H4 {
	MARGIN-TOP: 20px;
	MARGIN-BOTTOM: 20px;
	margin-left: 0pt;
}
H5 {
	MARGIN-TOP: 20px;
	MARGIN-BOTTOM: 20px;
	margin-left: 70pt;
}


/*############################################*/
/*                    Lists                   */
/*############################################*/
ul {
	MARGIN-TOP: 3px;
	MARGIN-BOTTOM: 3px
	margin-left: 70pt;
}


.pagination {
font-family: helvetica, arial;
text-align: center;
font-size: 8pt;
margin-left: 70pt;

}


TD.money {
text-align: right;
}
TR.membershipHeading TD {
font-weight: bold;
text-align: center;
background: Maroon;
color: White;
}

TR.membershipGrouping TD {
	font-weight: bold;
	text-align: center;
	background: Silver;
}

TD.horizontalMenu {
font-size: 10pt;
padding: 10px;
font-weight: normal;
color: #003058;
}

.adminBar {
	background: #DD2200;
	font-size: 8pt;
	font-family: helvetica, arial;
	color: #000055;
}

.highlight {
	background: #EAEAEA;
}

.tableMenu {
	font-size: 8pt;
	background: #FFFFFF;
}
.tableMenu a {
	text-decoration: none;
}

.tableHeader {
font-size: 12pt;
}

.tableData {
font-size: 10pt;
font-family: Arial;

}

.faqQuestion {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.FlexMenu {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.button {
	color: white;
	background: #666699;
	border-bottom: thin solid #222244;
	border-right: thin solid #222244;
	border-top: thin solid #9999cc;
	border-left: thin solid #9999cc;
	font-size: 11px; font-family: Verdana,Helvetica,sans-serif;
}

DIV {
	margin-left: 7.5pt;
}