body {
	background-color: white;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #000000;
}

.copy
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #000000;
}

.copyWhite
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #FFFFFF;
}
.copySml
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	color: #000000;
}

.titleBlack{
	color : #000000;
	font-size : 12px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.titleWhite{
	color : #FFFFFF;
	font-size : 12px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
.titleBlue{
	color : #009EDF;
	font-size : 12px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.titleGreen{
	color : #00662F;
	font-size : 12px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.titleRed{
	color : #AD002C;
	font-size : 12px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

a{
	color : #C0813A;
	font-size : 8pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	background-color : transparent;
	font-weight : normal;
}
a:link{
	color : #C0813A;
	background-color : transparent;
}
a:visited{
	color : #C0813A;
	background-color : transparent;
}
a:hover{
	color : #96642E;
	background-color : transparent;
	text-decoration : none;
}
a:active{
	color : #C0813A;
	background-color : transparent;
}

.green{
	color : #D2FFE7;
	font-size : 8pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	background-color : transparent;
	font-weight : normal;
}
.green:link{
	color : #D2FFE7;
	background-color : transparent;
}
.green:visited{
	color : #D2FFE7;
	background-color : transparent;
}
.green:hover{
	color : #00B553;
	background-color : transparent;
	text-decoration : none;
}
.green:active{
	color : #D2FFE7;
	background-color : transparent;
}

.blue{
	color : #FFFFFF;
	font-size : 8pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	background-color : transparent;
	font-weight : normal;
}
.blue:link{
	color : #FFFFFF;
	background-color : transparent;
}
.blue:visited{
	color : #FFFFFF;
	background-color : transparent;
}
.blue:hover{
	color : #83E4FA;
	background-color : transparent;
	text-decoration : none;
}
.blue:active{
	color : #FFFFFF;
	background-color : transparent;
}

.red{
	color : #FDE1E9;
	font-size : 8pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	background-color : transparent;
	font-weight : normal;
}
.red:link{
	color : #FDE1E9;
	background-color : transparent;
}
.red:visited{
	color : #FDE1E9;
	background-color : transparent;
}
.red:hover{
	color : #EF5279;
	background-color : transparent;
	text-decoration : none;
}
.red:active{
	color : #FDE1E9;
	background-color : transparent;
}
.webvibe{
	color : #BECBD6;
	font-size : 8pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	background-color : transparent;
	font-weight : normal;
}
.webvibe:link{
	color : #BECBD6;
	background-color : transparent;
}
.webvibe:visited{
	color : #BECBD6;
	background-color : transparent;
}
.webvibe:hover{
	color : #8AA0B5;
	background-color : transparent;
	text-decoration : none;
}
.webvibe:active{
	color : #BECBD6;
	background-color : transparent;
}

/**************** Alignment ********************/

.tdAlign {
	vertical-align: middle;
	text-align: center;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 534px;
}

div.main {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 534px;
}

.percent {
	width: 100%;
	height: 100%;
}

html,body {
	margin: 0;
	padding: 0;
}
