* {
   font-family : Arial, Helvetica, sans-serif;
}

P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL  {
	font-size : 10pt;
	color: #DDDDDD;
}

html, body {
	background-color: #436C9F;
	scrollbar-base-color: #436C9F;	
}  

/* Links */ 
a:link, a:visited {
	color: #21D0E0;
	text-decoration: none;	
}
a:hover, a:active {
	color: white;
	text-decoration: none;
}

small  {
	font-size : 8pt;
	color: #AAAAAA;
}
  
H3, .heading3  {
	font-size : 14pt;
	font-weight : normal;
	color: white;	
}
  
H4, .heading4  {
	font-size : 12pt;
	font-weight : bold;
	color: white;	
}
  
.welcome_photo {
        background-image: url(home-background-photo.jpg);
        background-repeat: no-repeat;
        background-position: top center;
}

hr {
	border: none;
	color: black;
	background-color: black;
	height: 1px;
}
