


html body
	{
		height:100%;
		width:100%;
		margin:0px;
		font-family: 'Lato', sans-serif;
		font-weight:400;
			
	}
	
	
	
		
	/* unvisited link */
a:link {
	text-decoration:none;
    color: #ed1c24;
}

/* visited link */
a:visited {
    color: #ed1c24;
	text-decoration:none;
}

/* mouse over link */
a:hover {
    color: #ed1c24;
	text-decoration:none;
}

/* selected link */
a:active {
    color: #ed1c24;
	text-decoration:none;
}/* CSS Document */


/* CSS Document */







.textfield {
	padding:8px;
	border-radius: 3px;
	font-size:.95em;
	font-weight:300;
font-family: 'Source Sans Pro', sans-serif;
border:#b5b5b5 1px solid;
}



.fieldLabel{
	font-size:0.8em;
	font-weight:600;
	padding:5px;
	padding-left:5px;
}



.submitGrey {
	padding:8px;
	border-radius: 5px;
	font-size:.95em;
	font-weight:400;
	background-color:#c60101;
	font-family: 'Source Sans Pro', sans-serif;
	color:white;
border:hsla(359,100%,33%,1.00) 1px solid;
}





.popupGrey {
	padding:10px;
	padding-top:2px;
	padding-bottom:2px;
	border-radius: 5px;
	font-size:.85em;
	font-weight:300;
	background-color:#cacaca;
	font-family: 'Source Sans Pro', sans-serif;
	color:white;
border:#cacaca 1px solid;
}


.popupAction {
	padding:10px;
	padding-top:2px;
	padding-bottom:2px;
	border-radius: 5px;
	font-size:.85em;
	font-weight:300;
	background-color:#c60101;
	font-family: 'Source Sans Pro', sans-serif;
	color:white;
border:#c60101 1px solid;
}

/* CSS Document */


.headActionGrey {
	padding:5px;
	padding-left:8px;
	padding-right:8px;
	border-radius: 0px;
	margin-left:10px;
	font-size:.95em;
	font-weight:300;
	background-color:#efefef;
	font-family: 'Roboto', sans-serif;
border:#b5b5b5 1px solid;
}


/* CSS Document */


td.sideOn{
		border-right: 1px solid white;font-size:1.4em; padding:5px; color:#333; background-color:hsla(0,0%,100%,1.00);cursor:pointer 

	
}



td.sideOff{
	border-right: 1px solid #d3d3d3;font-size:1.4em; padding:5px; color:#3b3433;cursor:pointer 
	
}




.NavOff {

	padding-right:20px;
	padding-left:20px;
	font-size:0.75em;
	font-weight:500;
	color:#e3e3e3;
			font-family: 'Lato', sans-serif;
			    font-weight: bold;

			

	
	
				
}



.NavOn {

	padding-right:20px;
	padding-left:20px;
	background-color:#d91c23;
		font-size:0.75em;
	font-weight:500;
	color:white;
			font-family: 'Lato', sans-serif;
			    font-weight: bold;


	
	
				
}



.topNav {
	padding:15px;
	font-size:1.2em;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	padding-bottom:5px;
	padding-top:5px;
	cursor:pointer 
}


.topNavActive {
		font-weight:300;
			font-size:1.2em;
	border-bottom:#cb3837 2px solid;
	padding:15px;
	padding-bottom:5px;
	padding-top:5px;
	cursor:pointer 
}

.subNav { padding:15px; padding-bottom:2px; padding-top:2px; cursor:pointer }