/* CSS Document */
/* Base Styles */
html {
		font-size: 100%;
		}
body
{
	background: #fff;
}
body, table, td {
	padding: 0;
	
	margin: 0;
	font: 12px Arial,Verdana,Helvetica, sans-serif;
	color: #00346a;
}
a {
	color: #bb6517;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, p, ul {
}

h1 {
	font-size: 16px; 
	font-weight: bold;
	padding-bottom: 15px; 
	margin: 0px; 
	text-transform: uppercase; 
	color: #bb6517;
}

h2 {
	font-size: 16px; 
	font-weight: bold;
	padding-bottom: 15px; 
	margin: 0px; 
	color: #bb6517;
}

h3 {
	font-size: 14px; 
	font-weight: bold;
	padding-bottom: 15px; 
	margin: 0px; 
	color: #bb6517;
}
		
h4 {
		}

p {
	padding-bottom: 20px; 
	margin: 0px;
}

ul 
{
	padding: 0 5px 5px 30px;
}

blockquote {
		}

form {
}
address{

}

/* images */
img{
	margin: 0;
	padding: 0;
	line-height: 0;
}

a img {
		border: 0;
		}
		
/* Tables */
table {
		}
		
caption {
		}
		
tr {
		}

th, td {
	vertical-align: top; 
	color: #00346a;
}
		
th {
		}
		
td {
		}
		
/* Specific Styles */
img.leftalign {
	float: left; 
	padding: 3px 10px 3px 3px;
	clear: both;
}
img.rightalign {
	float: right; 
	padding: 3px 10px 3px 3px;
}

.PageTitle {
  font-size:13px;
  font-weight:bold;
	color:#CC6600;
}

.ErrorMessage {
	color:#FF0000;
}

td.align-right
{
	text-align: right;
}

td.align-left
{
	text-align: left;
}
img.orange-carrot
{
	padding: 3px 3px 0 0;
}