* {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #A7AABB;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #173456;
	scrollbar-base-color: #173456;	
}  
  
/* Links */ 
a:link, a:visited {
        color: #DC8D05;
}
a:hover, a:active {
	color: white;
}

/* Nav Links */
a.navlink:link, a.navlink:visited,  a.navlink:active {
        color: #DC8D05;
        text-decoration : none;
}
a.navlink:hover {
        color: white;
        text-decoration : none;
}
  
SMALL  {
  	font-size : 8pt;
}
  
H1  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-large;
	font-weight : bold;
	font-style : italic;
	color : White;
}
  
H2, .heading2  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight : bold;
	font-style : italic;
	color : White;
}
  
H3, .heading3  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
	font-style : italic;
	color : White;
}
 
H4, .heading4  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : normal;
	font-style : italic;
	color : White;
}
  
.pullquote  {
  	font-family : Verdana, Arial, Helvetica, sans-serif;
  	font-size : medium;
  	font-weight : bold;
  	font-style : italic;
}

select, input, textarea, option {
	color: black;
	background-color: white;
	border: 1px solid black;
}

input.button, .button {
        color: black;
  	font-weight: bold;
	background-color: #DC8D05;
        border: 1px solid black;
	cursor: pointer;
}

