/*  ERBEAC website style sheet definitions */
/*  Author:  JoAce Interactive Designs  /  Copyright Protected */
/*  Created on:   DATE  /  Last Updated:  DATE */


/************************************************************************/
/*  definition for standard website format */
/************************************************************************/

body{
scrollbar-face-color: #5C86A4;
scrollbar-shadow-color: #5C86A4;
scrollbar-highlight-color:#5C86A4;
scrollbar-3dlight-color: #00000;
scrollbar-darkshadow-color: #00000;
scrollbar-track-color:#FFFFFF;
scrollbar-arrow-color: #FFFFFF;
overflow : auto;
background-color: #DADADA;
margin: 2px;
padding: 0px;
}

/* text */
p, li {
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	color: #666666;
	color: #424342;
}



p.joacelink {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}

p.link {
	font-family: Verdana;
	font-size: 13px;
	font-style: bolder;
	color: #851106;
	text-decoration: underline;
}
.smalltext {
	color: #537892;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 100%;
}

/* Headings */
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #0382C7;
	font-weight: bold;
}

h2 {
	font-family: ITC Franklin Gothic;
	font-variant: small-capitals;
	font-size: 18px;
	font-style: normal;
	color: #537892;
}

h3 {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #5A84A5;
}

h4 {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #CC0000;
}

h5 {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #5C86A4;
}



/* Links */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #062B63;
}

a:active {
	color:#1855B0;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
a:link {
	color:#1855B0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;

}
a:visited {
	color:#1855B0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
a:hover {
	color:#1855B0;
	text-decoration:underline;
	cursor:hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

td.text {
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	color: #666666;
	color: #424342;

}
P.form {font-family:"Verdana","Tahoma"; font-size:8pt; color:#2D2D2D}
/*  Menu bar links */

/*  These definitions are responsible for the look of the menu's links */
.nav a:link {
	font-family: Trebuchet, Arial, Helvetica, sans-serif, Gill Sans MT, Tahoma, Vrinda, Tw Cen MT ;
	letter-spacing: 80%;
	font-size: 17px;
	line-height: 150%;
	color: #372E90;
	color: #000000;
	text-decoration: none;
}

.nav a:visited {
	font-family: Gill Sans MT, Franklin Gothic Demi Cond, Century Gothic, Agency FB, Arial Narrow;
	font-size: 17px;
	line-height: 150%;
	color: #767A7D;
	text-decoration: none;
}

.nav a:hover {
	font-family: Gill Sans MT, Franklin Gothic Demi Cond, Century Gothic, Agency FB, Arial Narrow;
	font-size: 17px;
	color: #FF6633;
	/*font-weight: bold;*/
	text-decoration: none;
	line-height: 150%;
}

hr {
	width: 95%;
	align: center;
	color: #5C86A4;
	color: #CFDBE4;
	size: 1px;
}
