body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	/* Background Image */
	background-image: url(/images/solutions/nav_bgimg.gif);
	background-repeat: repeat-y;
}

p {
	font-size: 12pt;
}
h1 {
	font-size: 24pt;
	color: #2E57B3;
}
h2 {
	font-size: 20pt;
	color: #3D5A94;
}
h3 {
	font-size: 18pt;
	color: #3D5A94;
}
h4 {
	font-size: 16pt;
	color: #3D5A94;
}
h5 {
	font-size: 14pt;
}
h6 {
	font-size: 12pt;
}
hr {
	border: 3 double #ACB5D8;
}
strong {
	color: #3D5A94;
}

ul {
	font-size: 12pt;
	color: #0C275E;
	list-style-image: url(/images/solutions/bullet-circle.gif);
	list-style-position: outside;
	font-weight: 400;
}

a:link {
	color: #2555B2;
	text-decoration: underline;
	font-weight: bolder;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0049D8;
}
a:active {
	color: #4167B2;
	text-decoration: underline;
}

.mainTable {
	background-image: url(/images/solutions/bgimg_globe.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.mainContent {
	padding: 10px;
}
.navTable {
	text-align: left;
}
.header {
	background-image: url(/images/solutions/nav_rightheader.gif);
	background-repeat: repeat-x;
}
.copyright {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #2E57B3;
	padding-bottom: 5px;
}

