@media print {
  .noprint { display: none; }
}

div.jdg1 {
	color:#999999;
	float:left;
	margin:10px;
	padding:20px;
	background-color:#FFFFFF;
	border:1px solid #bab613;
}

div.jdg2 {
	float:center;
}

.bgGray {
  background: #D7D7D7;
}

.bgLineLight {
  background: #F6EEE7;
}

.bgLineDark {
  background: #EAE3DC;
}

.bgWhite {
  background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	color: #0F0F4C;
}

.fntDarkBlueNoUnderline {
	text-decoration: none;
	color:#0F0F4C;
}

.fntBrightBlueNoUnderline {
	text-decoration: none;
	color:#306576;
}

.fntTitle {
	font-family: Helvetica, Arial Narrow, Arial, sans-serif;
	font-weight: bold;
	color:#494949;
	font-size: 12pt;
	line-spacing: 12pt;
	line-height:12pt;
	padding-top:2px;
}

.fntHighlight {
	font-family: Arial Narrow, sans-serif;
	font-weight: bold;
	color:#306576;
	font-size: 15pt;
}

.fntTitlesmall {
	font-family: Helvetica, Arial Narrow, Arial, sans-serif;
	font-weight: bold;
	font-decoration: italic;
	color:#137fba;
	font-size: 11pt;
}

.fntText {
	font-family: Helvetica, Arial Narrow, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

.fntTextwhite {
	font-family: Verdana, sans-serif;
	font-size: x-small;
	color: white;
}

.fntTextsmaller {
	font-family: Arial, Arial;
	font-size: 8pt;
	color: #494949;
	line-height: 14px;
}

.fntTextsmall {
	font-family: Arial, Georgia, Verdana;
	font-size: 11px;
	color: #494949;
}

.fntTextsmallwhitelink {
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 17px;
}

.fntTextsmallwhite {
	font-family: Arial, Verdana, sans-serif;
	font-size: xx-small;
	color: white;
	line-height: 17px;
	
}

.navButton
{	
	-moz-box-sizing:border-box;box-sizing:border-box;
	height:55px;
	padding-top:10px;
	float:left;
	vertical-align: top;
	text-align:center;
	color:white;
	font-size:14px;
	font-smooth:always;
	font-weight:bold;
	font-family:Helvetica,Arial Narrow,Arial, sans-serif;
	cursor:pointer;	
	margin-right:4px;
	background-color:#efbe16;
	line-height: 14px;
}

.subNavButton
{	
	-moz-box-sizing:border-box;box-sizing:border-box;
	height:30px;
	padding-top:5px;
	float:left;
	vertical-align: bottom;
	text-align: center;
	color:white;
	font-size:11px;
	font-smooth:always;
	font-weight:bold;
	font-family:Helvetica,Arial Narrow,Arial, sans-serif;
	cursor:pointer;
	border-left:2px solid white;
	
}

.adminNavButton
{	
	-moz-box-sizing:border-box;box-sizing:border-box;
	height:30px;
	padding-top:5px;
	text-align: center;
	color:white;
	font-size:11px;
	font-smooth:always;
	font-weight:bold;
	font-family:Helvetica,Arial Narrow,Arial, sans-serif;
	cursor:pointer;	
}

.krobTitle
{
	text-decoration:none;
	font-size:50px;
	font-weight:900;
	font-smooth:always;
	letter-spacing:-1px;
	font-family:Impact, Helvetica, sans-serif;
	font-style:italic;
	color:#137fba;

}


.highlightButton
{	
	-moz-box-sizing:border-box;box-sizing:border-box;
	padding-top:2px;
	padding-bottom:2px;
	float:left;
	padding-left:0px;
        text-align:right;
	padding-right:0px;
	vertical-align: middle;
	background-color:#29201a;
	color:#adefff;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	font-size:12pt;
	font-style:italic;
	font-smooth:always;
	font-weight:bold;
	font-family:Arial Narrow,Arial, Helvetica, sans-serif;
	cursor:pointer;	
	margin-left:3px;
}

img.alignedRight{
    padding-left:100px;
	padding-bottom:100px;
	padding-top:100px;
}