/** HEADINGS */

h7 {	
	margin-bottom: 30px;
	padding-bottom: 5px;
	background: url('images/LogoShadowed4.jpg');
	font-size: 26px;
	color: #C45E54
}
	
h6 {
	margin-top: 16px;
	margin-bottom: 5px;
	font-size: 26px;
	font-weight: bold;
	color:#146CAD;
	padding-left: 20px;
	}
	
h1 {
	margin-top: 16px;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: normal;
	color:#146CAD;
	padding-left: 10px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h3 {
	margin-top: 16px;
	margin-right: 30px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	line-height: 175%;
	padding-left: 15px;
}

h4 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	font:"Candara";
	font-size: 13px;
	font-weight: bolder;
	font-style:italic;
	color: #0033CC;
	line-height: 175%;
	padding-left: 15px;
	padding-right:240px;
	text-align: justify;
	
}

h5 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	font:"Candara";
	font-size: 11px;
	font-weight:bold;
	font-style:italic;
	color: #0033CC;
	line-height: 175%;
	padding-left: 20px;
}
.strongEmphasis {
	font-weight:bold;
	font-style:italic;
	font:Geneva, Arial, Helvetica, sans-serif;
}

.RedItalic {
	font-size:14px;
	font-style:italic;
	color:red;
}

.BlueItalic {
	font-size:14px;
	font-style:italic;
	color:blue;
}
.LoginBold {
	font-size:16px;
	font:"arial";
	font-weight:bolder;
}

.aBold {
	font-size:12px;
	font:"Arial";
	font-weight:bold;
	padding-left: 20px;
}

.Doc {
	font-size: 12px;
	font-weight:bolder;
	font-family:"Calibri";
}
.DocBio {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
}


/** TEXTS */

body {
	font-family: Candara, Calibri, Arial;
	font-size: 10px;
	color: #000000;
	background-color: #f2ead3;
	height: 40px;
}	

ol, p, blockquote {
	margin-top: 10px;
	margin-bottom: 1em;
	line-height: 200%;
	font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
}

.compact {
	margin-top: 10px;
	margin-bottom: 1em;
	line-height: 120%;	
	font-size: 12px;
}

p {

}

.justify {text-align: justify;}

ul {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 200%;
	font-size: 12px;
	font-weight:bold;
	list-style-type: none;
	list-style-type: disc;
	padding-left: 50px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 { height: 1px; }

/** FORMS */

form {
	margin: 0px;

	background color:#81A4B9;
	padding: 0px;
	
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

input {
	font: bold 12px "Candara", Arial, Helvetica, sans-serif;
	color: #574520;
}

form ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size:9px;
}

form .textbox {
	width: 154px;
	height: 20px;
	font-size:12px;
	border: medium none;
	background: url('images/textbox.gif') no-repeat left top; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:5px; padding-left:5px; padding-right:5px; padding-top:3px; padding-bottom:0px
}

form .button {
	width: 55px;
	height: 18px;
	background: url('images/button.gif') no-repeat left top;
	border: medium none;
	text-transform: lowercase
}



/** LINKS 
#C45E54    */
a { color:#009900;
	text-decoration:none }


a:hover {text-decoration:underline;
 color:#CC0000}

/** FOOTER*/
#footer {
	margin: 0px;
	text-align: center;
	color: #717171;
}

