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

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

.titleBlue{
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #3D5062;
}

.alertSml {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #CC0000;
	font-weight : normal;
}

.orgLink{
	color : #F37F02;
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	background-color : transparent;
	font-weight: normal;
}

.orgLink:hover{
	color : #F37F02;
	background-color : transparent;
	text-decoration : none;
}

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

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

div.main {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 340px;
}

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

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