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

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

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

/* Links for Nav bar */
a:link.nav, a:visited.nav {
	color: #CE0606;
	text-decoration: none;	
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
}
a:hover.nav, a:active.nav {
    	color: black;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 1px solid #CE0606;	
	border-bottom: 1px solid #CE0606;		
	background-color: #FFFFFF;
}
/* Links */ 
a:link, a:visited {
	color: #CE0606;
}
a:hover, a:active {
	color: black;
}

small  {
	font-size : 8pt;
	color: #8D94C5;
}
  
H2  {
	font-size : 16pt;
	font-weight : normal;
	color: #010A5D;
}
  
H3  {
	font-size : 14pt;
	font-weight : normal;
	color: #010A5D;	
}
  
H4  {
	font-size : 10pt;
	font-weight : bold;
	color: #010A5D;	
}
  
.heading2  {
	font-size : 16pt;
	font-weight : normal;
	color: #010A5D;	
}
  
.heading3  {
	font-size : 14pt;
	font-weight : normal;
	color: #010A5D;	
}
  
.heading4  {
	font-size : 10pt;
	font-weight : bold;
	color: #010A5D;	
}
  
.heading_blog  {
	font-size : 14pt;
	font-weight : normal;
	color: #010A5D;	
}

.sidebar  {
   	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #010A5D;
}

hr {
	border: none;
	color: #CE0606;
	background-color: #CE0606;
	height: 1px;
	padding: 0;
}

hr.sidebar {
	border: none;
	color: #010A5D;
	background-color: #010A5D;
	height: 1px;
}

/* Remove the space at the top of ul and ol */
ul.compact, ol.compact {
	margin-top: 2px;
}
ul.align, ol.align {
	margin-left: 18px;
	margin-bottom: 2px;
}
ol.alpha {
	list-style-type: upper-alpha;
}

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

.page_spacing {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
}

/* For displaying tables */
.general_table {
	border: 1px solid #010A5D;
	border-collapse: collapse;
}

.general_table tr, .general_table td {
	border: 1px solid #010A5D;
	background-color: #FCF9CE;
        padding: 4px;
}

.table_shaded_right {
	background-color: #EAEDFC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

/* I don't know why, but this heading_row definition must appear AFTER
   the other tr definitions */
.heading_row tr, .heading_row td {
	background-color: #000000;
	font-weight: bold;
        padding: 4px;
}

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

input.button {
	font-size : 8pt;
	color: white;
	font-weight: bold;
	background-color: #CE0606;
}

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