@charset "utf-8";

/* Tag Styles */
html, body {
	height:100%;
	margin:0;
	padding:0;
}
body {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(/Images/SiteTemplate/shadows.gif);
	background-repeat: repeat-y;
	background-position: center;
	line-height: 20px;
/*	text-align:justify;*/
}
td {
	vertical-align: top;
/*		text-align:justify;*/
}
p {
	margin: 5px 0 10px 0;
}
pre, blockquote {
	font-size: 12px;
	color: #333;
	display: block;
	margin-left: 20px;
	padding: 7px;
	background-color: #FAFAFA;
	border: 1px dashed #888;
	border-left: 5px solid #888;
}
blockquote {
	border-color: #00288D;
	color: #00288D;
}

.textSmall {
	font-size: 0.75em;
} 

ul {

	margin-top: 2px;
}


h1 {
	font-size: 20px;
	margin: 10px 0 15px 0
}
h2 {
	font-size: 16px;
	margin: 10px 0 10px 0;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5,h6 {
	font-size: 12px;
}
h3,h4,h5,h6 { margin: 5px 0; }
h1,h2,h3,h4,h5,h6 {	color: #00288D;	}
.padding-cell {
	padding: 15px;
}

a {
	color:#00288D;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
