@charset "utf-8";
/* CSS Document */
h3 {
		font-weight: 700;
		font-size: 1em;
		color: #000;
		margin-left: 0px;
		margin-top: 1em;
		margin-bottom: 1em;	
		text-align: left;
		position: relative;
	}	
	
	p#newsthanks {
		color: #fff;
		font-style: italic;
		margin-top: 8px;
		margin-left: 20%;
		border: 1px #c00 solid;
		border-radius: 8px;
		padding: 8px 18px;
		width: 60%;
		transition: color .5s ease-in-out;
		position: absolute;
    	z-index: 2000;
    	background-color: #c00;
    	opacity: 1.0;
		/*animation*/
		
		}
	
	h3.email a {
		font-weight: 700;
		font-size: 1.1em;
		color: #000;
		margin-left: 0px;
		margin-top: 1em;
		margin-bottom: 1em;	
		text-align: left;
		position: relative;
	}	Account
		
	h3 a {
		font-color: #005496!important;
		font-weight: 700;
		/*font-size: 1.1em;
		margin-left: 0px;
		margin-top: 1em;
		margin-bottom: -.2em;
		text-align: left;
		position: relative;*/
		text-decoration: none;
		cursor:pointer;
		}
	h3 a:hover  {
		font-color: #c00!important;
		text-decoration: none;
		}	
		a {
			text-docoration: none;
			color: #005496;
		}
		a:hover {
			text-docoration: none;
			color: #c00!important;
		}		
	
	input {
		font-size: 16px;
		padding: 5px 4px;
		color: #005496;
		border: 1px solid #005496;
		border-radius: 4px;
		cursor: pointer;
		}	
		
	input.button {
		font-size: 18px;
			background-color: #005496;
			color: #fff;
			height: 38px;
			width: auto;
			margin-top: 1em;
			margin-bottom: 1em;
			padding: 8px;
			border-radius: 8px;
			cursor: pointer;		
		} 
		
	input.button:hover {
		font-size: 18px;
			background-color: #c00;
			color: #fff;
			height: 38px; 
			width: auto;
			margin-top: 1em;
			margin-bottom: 1em;
			padding: 8px;
			border-radius: 8px;
			cursor: pointer;
			transition: all .5s ease-in-out;
		} 
		
		h3.bodtxtlg {font-family: "Helvetica Condensed", "Arial Narrow"; font-size: 1em; font-weight: 500; line-height: 1.4em; width: 95%;}	
		h3.bodtxtlg a {font-family: "Helvetica Condensed", "Arial Narrow"; font-size: 1em; font-weight: 700; line-height: 1.4em; width: 95%; color: #005496;}	
		h3.bodtxtlg a:hover {color: #c00;}	
		h3.bodtxt {font-family: "Helvetica Condensed", "Arial Narrow"; font-size: 1em; font-weight: 700; line-height: 1.4em; width: 100%;}			
ul.lstd li::marker {
    font-size: 1.4em;
    color: #005496 !important;
	list-style-type: disc!important;
}