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

html, body {
	margin: 0;
	padding: 0;
	background-color: #FFFFEF;
	scrollbar-base-color: #003082;	
}
  
/* Links */ 
a:link, a:visited {
	color: #6E8DB7;
}
a:hover, a:active {
	color: #FDCB02;
}
a.commonlinks  {
	font-size : 8pt;
	color: black
}

SMALL  {
  	font-size : 8pt;
}

.small_left  {
  	font-size : 8pt;
	color : #003082;
}
  
H1  {
	font-size : x-large;
	font-weight : bold;
	color : #003082;
}
  
H2, .heading2  {
	font-size : large;
	font-weight : bold;
	color : #003082;
}
  
H3, .heading3  {
	font-size : medium;
	font-weight : bold;
	color : #003082;
}
 
H4, .heading4  {
	font-size : medium;
	font-weight : normal;
	color : #003082;
}

.white {
	color : white;
}
  
.heading3i  {
	font-size : medium;
	font-weight : bold;
	font-style : italic;	
	color : #6789C4;
}

.heading5  {
	font-size : 12pt;
	font-weight : bold;
	color : #003082;
}

.caption  {
	font-size : 8pt;
	color : #003082;
}
  
.bod {
	color: #003082;
	font-weight : bold;
}

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

.walk_page {
	background-image: url(stars-background.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.photo_yellow {
        border: 5px;
        border-style: solid;
        border-color: #FFDE00;
}

.photo_blue {
        border: 5px;
        border-style: solid;
        border-color: #6789C4;
}

hr {
	border: none;
	color: #FFDE00;
	background-color: #FFDE00;
	height: 1px;
}
.align_left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.align_right {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

/* class="form_required" is for required fields */
.form_required {
	font-weight: bold;
}
/* class="form_error" is for error fields */
.form_error {
	color: red;
	font-weight: bold;
}
