/* CLASSES FOR BODY and TABLES*/
body, p, caption, td, li, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	}

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

td {
	}

img {border: 0;}

p {margin: 10px 15px 10px 30px;}

.pad {padding: 10px;}

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

/* CLASSES FOR NAV and LINKS*/

a {
	color : #;
	text-decoration : underline;
	color: #3b80ac;
	font-weight: bold;
	}
	

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

a:hover {
	color: #;
	text-decoration : none;
	}
	
a:active {
	color: #;
	text-decoration : none;
	}

.nav {
	font-weight: 500;
	color: #;
	font-size: 10px;
	color: #3b80ac;
	}
	
.nav a:link {
	text-decoration: none;
	color: #;
	color: #3b80ac;
	}

.nav a:visited {
	text-decoration: none;
	color: #;
	}

.nav a:hover {
	text-decoration: none;
	color: #;
	color: #999999;
	}

.nav a:active {
	text-decoration: none;
	color: #;
	}	
/* HEADER TAGS */
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #3b80ac;
	font-family: "Trebuchet MS";
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
	}
	
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	margin-left: 30px;
	}
	
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;
	}
.pdf_filename {
	font-size: 12px;
	font-weight: bold;
}
.pdf_details {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
.alert {
	font-size: 14px;
	font-weight: bold;
	color: #0860A7;
	margin-left: 30px;
}
.login_border {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #3b80ac;
	border-left-color: #3b80ac;
}
.no_bg_rpt {
	background-repeat: repeat-x;
}
