.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #003399;
	text-align: center;
	text-decoration: none;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;

}
.copyright {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #000000;
}
.emaillink {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #003399;
	}
.footerlinks {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 11px;
	color: #003399;
	font-weight: bold;
}
.header1 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #003399;
}
.ntw {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #003399;
}
.tablebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border: 1px solid #003399;
	color: black;
	height: 25px;
	width: 320px;
}
.button{
	color:#003399; 
	font-family: Arial; 
	font-size: 14px;
	border: 1px outset; 
	cursor: hand;
	text-transform: uppercase;  
	font-weight: normal; 
	margin: 0px 0px 0px 1px; 
	padding: 4px;
    background-image:  url(images/buttonbg.gif);
    background-repeat: repeat-x
}
.formbox {
	border: 1px solid #003399;
}
.formlabelcaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #003399;
}
.formheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #003399;
	text-align: left;
	text-indent: 10px;
	font-weight: bold;

}
.subhead {

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #003399;
}
.tableborderleftright {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #083084;
	border-left-color: #083084;
}
.navbuttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
a.navbuttons:link {
text-decoration: none;
color: #FFFFFF;
}
a.navbuttons:vlink {
text-decoration: none;
color: #FFFFFF;
}
a.navbuttons:hover {
text-decoration: none;
color: #F3D794;
}
a.navbuttons:alink {
text-decoration: none;
color: #FFFFFF;
}

.tableborder {
	border: 2px solid #083084;

}
.loginheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #00309C;
	text-align: center;
	font-weight: bold;
}
.tableborderleftrighttop {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #083084;
	border-left-color: #083084;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #083084;
}
.gridcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	padding: 3;
}
.gridselectedrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
    background-color: #F7F7DE;	
	padding: 3;
}
.gridheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #003399;
	text-align: left;
}
.gridheader a:link {
	color: #FFFFFF;
}
.gridheader a:visited {
	color: #FFFFFF;
}
.gridheader a:active {
	color: #FFFFFF;
}
.formbox {
	border: 1px solid #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
}
.formboxcaps {
	border: 1px solid #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #003399;
}
.formboxrequired {
	border: 1px solid #003399;
	background-color: #B0D8FF;
}
.formboxreadonly {
	border: 1px solid #003399;
	color: #003399;
	background-color: #DDDDDD;
}
.formvalidationerror {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C00000;
	line-height: 18px;

}
.bodyerror {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C00000;
	line-height: 18px;

}

/* Responsive */
@media only screen and (max-width: 767px) {
	table {
	    max-width: 100%;
	    width: 100%;
	}
	.responsive-img{
		max-width: 100%;	
	}
	table{
		overflow: auto;
	}
	.table-responsive > div{    
		width: 100%;
    	overflow: auto;
    	display: block;
    	max-width: 98vw;
	}
	.table-responsive-xs > tbody > tr{
		display: table;
		width: 100%;
		max-width: 100vw;
	}
	.table-responsive-xs > tbody > tr > td{
		display: table-row;
		width: 100%;
		max-width: 100vw;
	}
}
