/* CSS Document */


body {
	width: 390px;
	height: 100%;
	background-color: #FFFFFF;
	}
	
.headingText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
	}

.subHeadingText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #7F98B2;
	}

.copyText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	}
	
.linkText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FF9900;
	}
	
.linkText:hover {text-decoration: overline underline; font-weight: bold};