html, body{
	margin:0;
	background-color:#FFFFFF;
	background-position:center;
	background-repeat:repeat-y;
	height:100%;
	background-image: url(images/bg.gif);
	text-align: center;
	font-size:7pt;
	font-family:Verdana, Arial, Helvetica;
}
.app {
	width: 784px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100%;
	text-align: center;

}
.r:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000033;
	text-decoration: none;
	line-height: 15px;

}
.r:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 15px;
}
.r:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
	line-height: 15px;
}
.r:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #0066CC;
	text-decoration: underline;
	line-height: 15px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #9e702d;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.customPtag {
	height: 5px;
	width: 178px;
}
