/*
-----------------------------------------------------------
eZbridge.com Style Guide
-----------------------------------------------------------
*/



/* GENERIC STYLES */

a img {border:0px;}


abbr, acronym {border-bottom: 1px dashed #404040; cursor: help;}
strong, b { font-weight:bold;}
em, i { font-style:italic;}

code, pre {
 font: normal 1em "Courier New", Courier, mono;
 color: #000;
 background: white;
 text-decoration: none;
 text-align: left;
}

/* HEADER STYLES */

.nav {
	font-family: trebuchet ms;
	color:  #FFFFFFF;
	font-size: 13px;
}

.nav a { color: #FFFFFF; text-decoration:none;}
.nav a:visited { color: #FFFFFF; text-decoration:none;}
.nav a:active { color: #8b568e; text-decoration:none;}
.nav  a:hover {color: #336598; text-decoration: underline;}

/* CONTENT AREA */

.main-content {
	font-family: trebuchet ms;
	font-size: 14px;
	color: #666666;

}
.gray-td {
	font-family: trebuchet ms;
	font-size: 12px;
	color: #000000;
	background: #eeeeee
}
.FAQ {
	font-family: trebuchet ms;
	font-size: 11px;
	color: #000000;
	background: #eeeeee

}
h2 {
font-family: trebuchet ms;
 color: #2a5676;
 font-size: 30px;
 font-weight: bold;
 list-style: none;
 margin: 0 0 0 0px;
}

h3 {
 font-family: trebuchet ms;
 color: #336598;
 font-size: 20px;
 font-weight: bold;
 list-style: none;
 margin: 0 0 0 0px;
}


.footer {
 height: 35px;
 background: #336598;
 font-size: 8pt; 
 font-family: trebuchet MS;
 color: #FFFFFF; 
}

.footer a { color: #FFFFFF; text-decoration:none;}
.footer a:visited { color: #FFFFFF; text-decoration:none;}
.footer a:active { color: #8b568e; text-decoration:none;}
.footer  a:hover {color: #FFCD33; text-decoration: underline;}


.sub-footer {
 font-size: 7pt; 
 font-family: trebuchet MS;
 color: #666666; 
}

.sub-footer a { color: #666666; text-decoration:none;}
.sub-footer a:visited { color: #666666; text-decoration:none;}
.sub-footer a:active { color: #666666; text-decoration:none;}
.sub-footer  a:hover {color: #8b568e; text-decoration: underline;}