/* default page styles */
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #222;
	margin: 0px;
	padding: 0px;
	background-color: #F6F7FC;
}

img {
	border: 0;
}

blockquote {
	background-color: #F6F7FC;
	font-family: Verdana, Arial, sans-serif;
	color: #4E56A2;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 20px;
}

/* links */

a, a:active, a:visited { color: #5B60A8; text-decoration: none; }

a:hover { color: #7779B5; text-decoration: underline; }

/* navigation */

.menu a, .menu a:active, .menu a:visited {
	font-family: Verdana, Arial, sans-serif;
	color: #D5D7EB;
	text-decoration: none;
}
.menu a:hover {
	color: #FFF !important;
}

.nav { display: block; }

.nav a, .nav a:active, .nav a:visited {
	font-family: Verdana, Arial, sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	border-left: 5px solid #D5D7EB;
	border-bottom: 1px solid #FFF;
	background-color: #EDEFF9;
	color: #4E56A2 !important;
	text-decoration: none !important;
	display: block;
}

.nav a:hover {
	border-left: 5px solid #4E56A2;
	background-color: #F6F7FC;
}

.nav-current a {
	font-family: Verdana, Arial, sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	border-left: 5px solid #4E56A2;
	border-bottom: 1px solid #FFF;
	background-color: #F6F7FC;
	color: #4E56A2 !important;
	text-decoration: none !important;
	display: block;
}

/* typography */
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 12px;
	color: #4E56A2;
}

h1.product {
	margin-bottom: 2px;
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	margin-top: 21px;
	margin-bottom: 12px;
	color: #4E56A2;
}
h2.product {
	margin-top: 0;
	margin-bottom: 2px;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-top: 18px;
	margin-bottom: 2px;
	color: #4E56A2;
}
h3.product {
	font-size: 14px;
	margin-bottom: 2px;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

.small {
	font-size: 11px;
}

.fineprint {
	font-size: 10px;
	color: #797FB5;
}

.highlight {
	color: #7779B5;
	font-weight: bold;
}

.highlight2 {
	color: #4E56A2;
	font-weight: bold;
}

.footer {
	font-size: 90%;
	color: #D5D7EB;
}

.products th {
	text-align: center;
	font-size: 10px;
	color: #797FB5;	
}

/* forms */

form {
	margin: 0;
	padding: 0;
}