/*
-----------------------------------------------
CSS Document by PlanetFish Design
author:   Felicia Lo, PlanetFish Design
version:  2006.10.10
----------------------------------------------- */

body {
	margin: 20px;
	background-color: #F0F5DC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.BlueLine {
	border: 4px solid #071A3F;
}
.content {
	vertical-align: top;
	padding: 20px;
	font: normal 11px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
a:link {
	color: #071A3F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #071A3F;
}
a:hover {
	text-decoration: underline;
	color: #E52324;
}
a:active {
	text-decoration: none;
	color: #CCCC00;
}
.BlueLine .content .entry {
	border-bottom: 1px dotted #999999;
}
h4 {
	color: #002458;
	font: 13px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.entry .caption {
	font-size: 9px;
	line-height: 14px;
	color: #666666;
}
a {
	font-weight: bold;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	font: bold 14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #E52324;
	margin: 20px 0px -7px;
	padding: 0px;
}
#footer {
	font-size: 10px;
	color: #999999;
	margin: 0px;
	padding: 10px 0px 0px;
	border-top: 1px solid #999999;
}
.contact td {
	padding: 1px 20px 1px 0;
}
.Canada td {
	border: 1px solid #666666;
	text-align: center;
	color:#666666;
	font-size: 9px;
	line-height: 14px;
}
.viewHTML {
	color: #C5CDA3;
	font-size: 10px;
}
.BlueLine .sidecontent {
	padding: 20px;
	color: #333333;
	font-size: 10px;
	line-height: 14px;
}
.viewHTML a {
	color: #C5CDA3;
	text-decoration: underline;
}
h3 {
	font: italic normal 16px Georgia, "Times New Roman", Times, serif;
	color: #29527F;
	margin: 10px 0 -10px 0;
	padding: 0px;
}

/* Tables
---------------------------------*/


#linedTable td, #linedTable th, .linedTable td, .linedTable th {
	border-top: 1px solid #DDDDDD;
	padding: 4px 10px 4px 6px;
	vertical-align: top;
	font-size: 10px;
}
#linedTable th, .linedTable th {
	background-color: #EFEFEF;
	text-align: left;
	font-weight: bold;
}
#linedTable tr.lastline td, .linedTable tr.lastline td, .linedTable tr.lastline th, .entryFormTable tr.lastline td {
	border-bottom: 1px solid #DDDDDD;
}
#linedTable tr.noline td, .linedTable tr.noline td {
	border-top: none;
}
#linedTable tr.highlight td, .linedTable tr.highlight td {
	font-weight: bold;
	background-color: #F9F7E1;	
}
#linedTable tr.altRow td, .linedTable tr.altRow td {
	background-color: #F9F7E1;	
}

