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

html, body {
	margin: 0;
	padding: 0;
	background-color: black;
	scrollbar-base-color: #203D5F;	
}  
  
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;	
}
a:hover, a:active {
	color: #28E0FB;
	text-decoration: none;
}

SMALL  {
  	font-size : 8pt;
}
  
H2, .heading2  {
	font-size : large;
	font-weight: normal;
	color: #28E0FB;	
}
  
H3, .heading3  {
  	font-size : medium;
	font-weight: normal;	
	color: #28E0FB;	
}
  
H4, .heading4  {
	font-size : 10pt;
	font-weight: bold;
	color: #28E0FB;	
}
  
.smallblue {
  	font-size : 8pt;
	color: #2081CF;	
}
 
select, input, textarea, option {
	color: black;
	background-color: #8ED1FF;
	border: 1px solid black;
}

input.button {
	color: white;
	background-color: black;
	border: 1px solid #27CCE8;
}

hr {
	border: none;
	color : #0B407D;
	background-color: #0B407D;
	height: 2px;
}

/* Remove the space at the top of ul and ol */
ul.compact, ol.compact {
	margin-top: 2px;
}

.photo_border {
        border: 1px solid #000000;
}
