body {  background-image: url(images/bg.jpg); font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px}
td {  font-size: 12px}
.copyright {  font-size: 12px; background-image: url(images/foot.jpg)}
.content {  background-color: #000000}
.contdat {  background-color: #889998}
.title {  font-size: 16px; font-weight: bold; color: #333366}
a:link {  color: #333366; text-decoration: none}
a:visited {  color: #333366; text-decoration: none}
a:hover {  color: #000000; text-decoration: underline}
	
		.support-overlay {
			position: fixed;
			top: 0; left: 0;
			height: 100%; width: 100%;
			background-color: #000;
		}
		
		.support-popup {
			position: absolute;
			top: 7%; left: 50%;
			/*height: 600px;*/ width: 700px;
			margin: 0 0 0 -370px;
			border: 5px solid #000;
			padding: 20px;
			background-color: #FFF;
		}
			#popup-close {
				position: absolute;
				top: 0; left: 0;
				height: 30px; width: 100%;
				background-color: #2c2c2c;
				text-align: center;
				color: #fff;
				font-weight: bold;
				padding-top: 15px;
				font-size: 14px;
				z-index: 9999;
				cursor: pointer;
			}
				.support-popup h1 {
					color:#1868AD;
					font-size:22px;
					margin-bottom:20px;
				}
				.support-popup input[type=text] {
					border:1px solid #666666;
					font-size:14px;
					margin-left:13px;
					text-align:center;
					width:100px;
				}
				.support-popup span {
					font-size: 14px;
				}
				.support-popup input[type=submit] {
					display:block;
					margin:15px auto 0;
					padding:2px 5px;
					width:159px;
				}
