			body {
				background: #333333 url(/img/myviable/black2gray_gradient_bg.png) repeat-x;
				margin: 0 auto; 
				display: inline;
			}
			h3 {
				font-size: larger;
				font-weight: bold;
			}
			div#leftside {
				position: absolute;
				top: 230px;
				width: 330px;			
				margin: 30px;
				text-align: left;
			}
			div#rightside {
				position: absolute;
				top: 525px;
				width: 240px;
				margin-left: 510px;
				text-align: left;
			}
			div#fullside {
				position: absolute;
				top: 200px;
				width: 690px;
				margin: 30px;
				text-align: left;
			}
			div#backdrop_wrapper {
				background-color: black;
				width: 320px;
				height: 220px;
				margin: 20px 2px;
			}
			div.FAQ_Q {
				color: #F1D62F;
				font-weight: bold;
			}
			div.FAQ_A, div.FAQ_C {
				padding-bottom: 10px;
			}

			li {
				list-style: disc; color: #F6881B; 
			}
			.blue {
				color: blue;
			}
			.whiteText {
			  font: 13px/18px Verdana;
				color:white;
			}
			.yellow25k {
				color: #F4E745;
				font-weight: bold;
				padding: 7px 0px;
			}
			.pushDn10 {
				padding-top: 10px;
			}
			.pushDn58 {
				padding-top: 58px;
			}
		  .pushDn75 {
				padding-top: 75px;
			}
			.pushDn72 {
				padding-top: 72px;
			}
			.pushRt26 {
				padding-left: 26px;
			}
			.smaller {
				font-size: smaller;
			}
			a {
				color: #F4E745; 
				text-decoration: none;
			}
			a:hover {
				color: #F4E745; 
				text-decoration: underline;
			}
			a:active, a:focus {
				outline: none;
			}
			#wrap {
				text-align: center;
			}
			.jqmWindow_context {
				height:400px;
				overflow:auto;
			}
			.jqmWindow_title_right {
				float:right;
			}
			.jqmWindow_title_left {
				float:left;
			}
			.clear {
				clear: both;
			}
