@charset "utf-8";
/* CSS Document */

body,td {
	color: #333366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.bold_underline {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}


body {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}

h1 {font-size: 15px;
	color: #FFFFFF;}
h2 { margin-bottom: 0px;font-size: 12px;
	color: #FFFFFF;}
h3 {margin-top: 0px; margin-bottom: 0px;font-size: 11px;
	color: #000066;}
h4 {font-size: 22px;
	color: #FFFFFF;}

.style1 {
	color: #333366;
}
.style2 {
	color: #FFFFFF;
}
a:link {
	color: #336;
	text-decoration: underline;
	font-weight:normal;
}
a:visited {
	text-decoration: underline;
	color: #336;
	font-weight:normal;
}
a:hover {
	text-decoration: none;
	color: #5A78C0;
	font-weight:normal;
}
a:active {
	text-decoration: none;
	color: #5A78C0;
	font-weight:normal;
}
#footer a:link { 
	color: #333366;
	text-decoration: none;}
#footer a:hover {
	text-decoration: none;
	color: #5A78C0;
	font-weight:normal;
}
#footer a:visited {
	text-decoration: none;
	color: #333366;
	font-weight:normal;
}
#footer a:visited:hover {
	text-decoration: none;
	color: #5A78C0;
	font-weight:normal;
}

#main a:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight:normal;
}
#main a:visited {
	text-decoration: underline;
	color: #ffffff;
	font-weight:normal;
}
#main a:hover {
	text-decoration: none;
	color: #5A78C0;
	font-weight:normal;
}
#main a:active {
	text-decoration: none;
	color: #5A78C0;
	font-weight:normal;
}
#nav {
	font-size: 11px;
}
#nav a:link {
	color: #333366;
	text-decoration: underline;
	font-weight:normal;
	word-spacing: 3px;
}
#nav a:visited {
	text-decoration: underline;
	color: #333366;
	font-weight:normal;
	word-spacing: 3px;
}
#nav a:hover {
	text-decoration: none;
	color: #5A78C0;
	font-weight:normal;
	word-spacing: 3px;
}
#nav a:active {
	text-decoration: none;
	color: #5A78C0;
	font-weight:normal;
	word-spacing: 3px;
}
.highlightText {
	/*color: #F6F;*/
	font-weight: bold;
	color: #5EC2FF
}

.productsHeading {
	border-top: 1px solid #2C3091;
	padding-top: 15px;
	margin-top: 10px;
}

.productsTable td {
	padding: 20px 0;
	border-bottom: 1px solid #2C3091;
}
