@media print 
{
.scrollable {overflow: visible; width: 100%; height: 100%} 
body {zoom: 60%; }
}
body {
	font-family: Arial, Tahoma, 'MS Sans Serif', 'Trebuchet MS';
	font-size: 11px;
	font-weight: normal;
	margin:0px;
	}
h1 {
	font-family: Arial, Tahoma, 'MS Sans Serif', 'Trebuchet MS';
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	color: 	#003366;
}
h2 {
font-family: Arial, Tahoma, 'MS Sans Serif', 'Trebuchet MS';
font-size: 20px;
font-weight: bold;
margin: 0px;
padding: 0px;
}

h3 {
	font-family: Arial, Tahoma, 'MS Sans Serif', 'Trebuchet MS';
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
    color: 	#000000;
}
h4 {
	font-family: Arial, Tahoma, 'MS Sans Serif', 'Trebuchet MS';
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-top: 5px;
	padding: 0px;
	
}
h5 {
	text-transform: uppercase;	
	}
h6 {
	font-family: Arial, Tahoma, 'MS Sans Serif', 'Trebuchet MS';
	font-size: 11px;
	font-weight: bold;
	}

p {
	font-family: Arial, Tahoma, 'MS Sans Serif', 'Trebuchet MS';
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	padding: 0px;
	
}
td {
	font-family: Arial, Tahoma, 'MS Sans Serif', 'Trebuchet MS';
	font-size: 11px;
	font-weight: normal;
}

a {
	font-family: Arial, Tahoma, 'MS Sans Serif', 'Trebuchet MS';
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #000099;
}
a:hover {
	color: #009900;
	text-decoration: none;
}
a.topmenu {
	color: #000000;
	background-color:#a4b5c6;
	text-decoration: none;
	width:100%;
	display: block;
	height:20px;
	vertical-align: middle;
	}
a.topmenu:hover {
	color: #FFFFFF;
	background-color:#8a9fb5;
	text-decoration: none;
	width:100%;
	display: block;
	height:20px;
	font-weight: bold;
	}

a.topmenuactive {
	color: #FFFFFF;
	background-color:#8a9fb5;
	text-decoration: none;
	width:100%;
	display: block;
	height:20px;
	font-weight: bold;
	}
	

a.sidemenu { 
	color: #000000;
	background-color:#ffffff;
	text-decoration: none;
	width:100%;
	height:19px;
	display: block;
	border-top: 1px solid #003366;
	font-weight: normal;
	text-indent:10px;
	padding-top: 3px;
	}
	
a.sidemenu:hover { 
	color: #000000;
	background-color:#DBE2ED;
	text-decoration: none;
	width:100%;
	height:19px;
	display: block;
	border-top: 1px solid #003366;
	text-indent:15px;
	padding-top: 3px;
	}
a.sidemenuactive { 
	color: #000000;
	background-color:#DBE2ED;
	text-decoration: none;
	font-weight:bold;
	width:100%;
	height:19px;
	display: block;
	border-top: 1px solid #003366;
	text-indent:15px;
	padding-top: 3px;
	}
	
select {
	font-family: Arial, Tahoma, 'MS Sans Serif', 'Trebuchet MS';
	font-size: 10px;
	font-weight: bold;
}

input {
	font-family: Arial, Tahoma, 'MS Sans Serif', 'Trebuchet MS';
	font-size: 9px;
	font-weight: normal;
	text-align:left;
	background-color:#ffffff;
	border:0px solid #000000;
	padding-left: 5px;
}
form { margin-top:5px; margin-bottom:5px;}
textarea {border:1px solid #000000; text-align:left;}
input.checkbox {border: 0px solid #000000;}
.seperator_vert {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.seperator_vert_both {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	
}
.seperator_vert_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	
}
.smallfont
 {
	font-family: Arial, Tahoma, 'MS Sans Serif', 'Trebuchet MS';
	font-size: 9px;
	font-weight: normal;
}
.margin10 { margin-left:10px; }
.menutd {border-left: 1px solid #8a9fb5; height:20px; }
.menutdlast {
border-left: 1px solid #023467;
border-right: 1px solid #023467;
height:20px;
}
.sidemenutd { padding-top:16px;}
.blueborder { border: 1px solid #003169	}
.whitelink { font-family: Arial, Tahoma, 'MS Sans Serif', 'Trebuchet MS'; color: #FFFFFF; }
.whitefont { text-transform: uppercase;	color:#FFFFFF}
.blackfont { text-transform: uppercase;	font-weight: bold; color:#000000}
.blackfontlpad5 { padding-left: 5px; text-transform: uppercase; color:#000000}
.grayfont { color: #CCCCCC}
.lpad { padding-left: 5px; }
.rpad { padding-right: 5px; }
.rlpad { padding-left: 5px; padding-right: 5px; }
.lpad10 { padding-left: 0px; }
.l2pad10 { padding-left: 5px; }
.rpad10 { padding-right: 10px; }
.rlpad10 { padding-left: 10px; padding-right: 10px; }
#contentstart { visibility: hidden; position: absolute; z-index: 0; top: 0px; left: -150px; width: 100px; height: 250px; text-align: left; overflow: scroll; }
