/* generic styles */
.genericHeading, .head {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 24px; 
	font-style: normal;
	font-weight: bold;
	color: #FF6501;
}
.subHeading {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px; 
	font-style: normal;
	font-weight: bold;
	color: #FF6501;
}
.frameHeading, .accountHeading {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px; 
	font-style: normal;
	font-weight: bold;
	color: #FF6501;
}
.homeData {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px; 
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.frameData, .bodyData {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.genericTableBorder {
	border: 1pt #5E8B67 solid;
}

/* body */
BODY, TD {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	bgcolor: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

/* links */
A:link {
	color: #FF6501; 
	text-decoration: none; 
}
A:visited { 
	
		color: #FF6501;
	
	text-decoration: none;
}
A:hover {
	color: #000000; 
	text-decoration: none;
} 

/* top menu */
.topMenu { 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
}
.topMenu A:link {
	color: #FFFFFF; 
	text-decoration: none;
}
.topMenu A:visited { 
	
		color: #FFFFFF; 
	
	text-decoration: none;
}
.topMenu A:hover { 
	color: #E6E6E6; 
	text-decoration: none;
}

/* buttons */
.button{
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	color: #334437;
	background-color: #FFFFFF;
	border:2px solid;
	border-top-color: #5E8B67;
	border-left-color: #5E8B67;
	border-right-color: #5E8B67;
	border-bottom-color: #5E8B67;
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#FFFFFF');}
.buttonhover{
	color: #000000;
	border: 2px solid;
	border-top-color: #FF9900;
	border-left-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;}


/* miscellaneous */
input, select, textarea {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal;
	color: #000000;
}
