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

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

html, body {
	margin: 50;
	padding: 0;
	background-color: #EEEEEE;
	scrollbar-base-color: #D8D9D9;	
}  

/* Links */ 
a:link, a:visited {
	color: #2b369e;
}
a:hover, a:active {
	color: #2b369e;
}


small  {
	font-size : 8pt;
	color: #AAAAAA;
}
  
H2, .heading2  {
	font-size : 16pt;
	font-weight: normal;
	color: #1f2670;
}
  
H3, .heading3  {
	font-size : 14pt;
	font-weight: normal;
	color: #1f2670;	
}
  
H4, .heading4  {
	font-size : 13pt;
	font-weight: bold;
}

.title {
	font-weight: bold;
	margin-bottom: 5px;
}
  
/* For displaying tables used to to create the page layout */
.page_table {
	border: none;
	border-collapse: collapse;
}

.page_table tr, .page_table td {
	border: 2px solid #D8D9D9;
	background-color: white;
        padding: 10px;
}

.page_table_header tr, .page_table_header td {
	border: 2px solid #D8D9D9;
	background-color: #D8D9D9;
        padding: 0px;
}

/* For other tables on the site */
.format1 {
	border: none;
	border-collapse: collapse;
}
.format1 tr, .format1 td {
	border: none;
        padding: 5px;
}
.format2 {
	border: none;
	border-collapse: collapse;
}
.format2 tr, .format2 td {
	border: none;
        padding: 8px;
}
hr {
	border: none;
	color: #28C492;
	background-color: #28C492;
	height: 1px;
}

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

.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;
}

select, input, textarea {
	font-size : 10pt;
	color: black;
	background-color: #eeeeee;
	border: 1px solid #2b369e;
}

/* This is for displaying checkboxes and radio buttons, which look
bad when formatted using the above style */
input.box {
	background-color: white;
	border: none;
}
select.box {
	background-color: white;
	border: none;
}

.button {
	font-size : 8pt;
	color: white;
	text-transform: uppercase;	
	background-color: #303030;
	border: 1px solid black;
	font-weight : bold;
}

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

