body, td {
	font-family: 90% Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #666;
	background: #FFF url("http://www.sdmfcu.org/images/page-bg.gif");
}
form {margin: 10px 0px 0px 0px;}
input {background-color:#EFEFEF; border: #748BAC solid 1px;}

/*************  LINK STYLES  **********/

a:link, a:visited {
	text-decoration: underline;
	color: #C1424C;
}
a:active, a:hover {
	text-decoration: none;
	color: #21467B;
}

a.subnav:link, a.subnav:visited {
	text-decoration: none;
	color: #D0D5DD;
}
a.subnav:active, a.subnav:hover {
	text-decoration: underline;
	color: #D0D5DD;
}

#subnav {
	font-size: 8pt;
	font-weight: bold;
	color: #D0D5DD;
	text-align: center;
	padding: 6px 0px 0px 0px;
}

/*************  STRUCTURAL DIVS  ***********/


/*************  TEXT STYLES  **********/

h3, .A {
	font-size: 10pt;
	font-weight: bolder;
	color: #C1424C;
	margin: 3px 0px 0px 0px;
	padding: 0;
}

.Q {
	font-size: 10pt;
	font-weight: bolder;
	color: #748BAC;
	margin: 3px 0px 0px 0px;
	padding: 0;
}

p {	margin: 6px 0px 0px 0px;}

ul {
	list-style-image: url("../images/bullet.gif");
	margin: 10px 0px 10px 25px;
}

hr {
	color: #936557; 
	height: 1px;
	margin-top: 6px;
	margin-bottom: 0px;
}

/*************  CUSTOM STYLES  **********/

.ficontent {
	font-size: 9pt;
	color: #444444;
	text-align: left;
	font-family: 90% Verdana, Arial, Helvetica, sans-serif;
}

.ficontentsmall {
	font-size: 8pt;
	color: #444444;
	text-align: left;
	font-family: 90% Verdana, Arial, Helvetica, sans-serif;	
}

.footer {
	font-size: 8pt;
	color: #59749B;
}

.required, .disclaimer {
	font-size: 8pt;
	font-style: italic;
	color: #9F353E;
}

.pageheader {
	font-size: 12pt;
	color: #000066;
	font-weight: bold;	
}

.subheader {
	font-size: 10pt;
	color: #9F353E;
	font-weight: bold;	
}

/*************  TABLES  **********/

.tableheader {
	font-size: 9pt;
	font-weight: bold;
	color: #FFF;
	background: #748BAC;
	border-bottom: 1px solid #FFF;
}

.tablecontent1 {
	font-size: 9pt;
	color: #666;
	background: #FFF;
}

.tablecontent2 {
	font-size: 9pt;
	color: #666;
	background: #EFEDE4;
}

.keyintablehead {
	font-size: 12pt;
	font-weight: bold;
	color: #FFF;
	background: #EFEDE4;
	border-bottom: 1px solid #FFF;
}

a.keyintablehead:link, a.keyintablehead:visited {
	font-size: 12pt;
	font-weight: bold;
	color: #FFF;
	background: #EFEDE4;
	border-bottom: 1px solid #FFF;	
	text-decoration: underline;	
}

a.keyintablehead:active, a.keyintablehead:hover {
	font-size: 9pt;
	font-weight: bold;
	color: #FFF;
	background: #EFEDE4;
	border-bottom: 1px solid #FFF;	
	text-decoration: none;	
}

.keyintablecontent {
	font-size: 12pt;
	color: #666;
	background: #EFEDE4;
	border: 1px solid #B1BCC8;
	padding: 4px;
}
.keyintablecontent img {margin: 4px 8px 4px 4px;}
