/* shared.css - Copyright 2006, BlackSpiderWebs.com.  All Rights Reserved. */

/*** shared html tag styles ***/
body {
	background: #FFFFFF;
	margin: 0;
	color: #000000;
	font-family: Verdana;
	font-size: 1em;
}
.bodyText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height: 20px;
	margin-top: 0px;
}
.pageName{
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:24px;
	letter-spacing:.2em;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 95%;
}
table {
	border-width: 0;
	padding: 0;	
}
img {
	border: 0;
}
a { 
	text-decoration:none;
	color:#ffffff;
}
a:hover {
	border-bottom: 1px dashed;
	color:#003366
}