html, body{
	margin:0;
	background-color:#05547b;
	background-position:center;
	background-repeat:repeat-y;
	height:100%;
	background-image: url(images/bg.gif);
	text-align: center;
}
.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: #003399;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000066;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #003399;
	text-decoration: underline;
}
.customPtag {
	height: 5px;
	width: 178px;
}
