/* CLASSES FOR BODY and TABLES*/
body, caption, td, li, th {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	font-size: 13px;
	color: #666666;
	line-height: 18px;
	}
p {
	text-align: justify;
	margin-top: 0px;
	margin-left: 4px;
	margin-right: 20px;
	}

.align-left {text-align: left;}
.align-right {text-align: right;}
.align-center {text-align: center;}
.align-justify {text-align: justify;}

img {
	border: 0;
}

.pad {padding: 10px;}

.pad-cen {
	padding: 10px;	
	text-align: center;
	}

/* CLASSES FOR NAV and LINKS*/

a {
	text-decoration : none;
	color: #0860A7;
	font-weight: bold;
	}
	

a:visited {
	text-decoration: none;
	color: #0860A7;
	}

a:hover {
	text-decoration : underline;
	}
	
a:active {
	text-decoration : none;
	}

.nav {
	font-weight: bold;
	color: #;
	font-size: 11px;
	color: #3b80ac;
	}
/* HEADER TAGS */
h1 {
	font-size: 24px;
	color: #566C11;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	}
	
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #491032;
	margin: 20px 10px 0px 35px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 0px;
	}
	
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-top: 4px;
	}
	
h4, h5, h6 {
	font-size: 9px;
	font-weight: 300;
	color: #666666;
	font-style: italic;
	padding-top: 4px;
	padding-left: 2px;
	}
ul {
	margin-left: 40px;
	margin-bottom: 10px;
	line-height: 17px;
	list-style-position: outside;
	list-style-type: square;
	margin-top: -15px;
}
strong {
	color: #333333;
}
.pdf_filename {
	font-size: 14px;
	font-weight: bold;
}
.pdf_details {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
.alert {
	font-size: 14px;
	font-weight: bold;
	color: #0860A7;
}

