html,body {
	height: 100%;
	overflow: auto; /* removes disused vertical scrollbar in IE PC*/
}
body {
	background-image: url(images/bg_grad.jpg);
	background-repeat: repeat-y;
	margin: 0px;
}
a:link {
	color: #2F3E6C;
}
a:visited {
	color: #2F3E6C;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.smallcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2F3E6C;
	line-height: 18px;
}
.maincopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.maincopy_justified {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #333333;
}
.border1 {
	border-left: 1px solid #000000;
}
.initial_cap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #2F3E6C;
	line-height: 20px;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #2F3E6C;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #2F3E6C;
	margin-bottom: 0px;
}

p {
	margin-top: 10px;
	margin-bottom: 15px;
}
