/*
1.	general selectors
2.	content selectors
*/

/* 1. general selectors */
html, body 
{
	padding: 0;
	margin: 0;
}

body 
{
	background-color: #fff;
}

img 
{
	display: block;
	border: none;
}

/* 1. content selectors */

img.titleSm
{
	display: none;
}

.mainContent
{
	width: 770px;
	height: 570px;
}

.mainContentUnderlying
{
	width: 770px;
	height: 570px;
}

.mainContentBill
{
	width: 770px;
	height: 570px;
}

#left
{
	float: left;
	width: 380px;
}

#right
{
	float: right;
	width: 380px;
}

.copyUnderlying
{
	margin: 80px 60px 0 30px;
	font-family: Arial, sans-serif;
	color: #003C63;
	overflow: auto;
	height: 320px; 
}

.copyUnderlying h2
{
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
}

.copyUnderlying p
{
	margin-top: 20px;
	font-size: 12px;
	margin-right: 10px;
}

.copy
{
	font: 12px Arial, sans-serif;
	color: #fff;
	padding: 270px 170px 30px 210px;
}

.copyBill
{
	font: 14px Times New Roman, serif;
	font-style: normal;
	font-weight: normal;
	color: #000;
	padding: 70px 160px 0 170px;
}

p.billTitle
{
	font-size: 20px;
	font-weight: bold;
}

p.medium
{
	font-size: 16px;
	font-weight: normal;
}

p.center
{
	text-align: center;
}

img.center
{
	display: inline;
	text-align: center;
}
