@CHARSET "ISO-8859-1";
body {
	font-size: 10pt;
}

a.title,a.title:link,a.title:visited,a.title:active,a.title:hover {
				font-size: 10pt;
				font-family: Verdana;
				text-decoration: underline;
			}
			a.title,a.title:link,a.title:visited,a.title:active {
				color: blue;
			}
			a.title:hover {
				color: blue;
			}
			
			a.text,a.text:link,a.text:visited,a.text:active,a.text:hover {
				font-size: 10pt;
				font-family: Verdana;
				color: blue;
			}
			a.text,a.text:link,a.text:visited,a.text:active {
				text-decoration: none;
			}
			a.text:hover {
				text-decoration: underline;
			}
			body {
				font-family: arial, "lucida console", sans-serif;
				background: #e0e0e0;
				text-align: center;
			}
			
			input.text {
				background: #fff;
				border: 1px solid #a2a2a2;
				padding: 3px;
				font-size: 10pt;		
			}
			
			input.gbutton, input.text {		
			}
			
			input.gbutton {
				font-size: 10pt;		
			}
			
			#page {
				text-align: center;
				border: thin solid #dfdfdf;
				padding: 0.5 em;
				margin-bottom: 20px;
				width: 85%;
				background: white;
				border: thin solid gray;
				min-width:700px;
				width:expression(document.body.clientWidth < 800 ? "750px" : "85%");
			}
			
			#container {background:#d8d8ee; width:600px; margin:15px; padding:20px;}
.xsnazzy h1, .xsnazzy h2, .xsnazzy p {margin:0 10px; letter-spacing:1px;}
.xsnazzy h1 {font-size:2.5em; color:white;font-weight:100;}
.xsnazzy h2 {font-size:2em; color:#234; border:0;}
.xsnazzy p, .xsnazzy p a {color:#eee;text-decoration: none;}
.xsnazzy p a {font-weight: bold;}
.xsnazzy p a:hover {text-decoration: underline;}
.xsnazzy h2 {padding-top:0.5em; padding-left:10px;}
.xsnazzy {
	background: transparent;
	margin:0 1em 1em 1em;
	min-width:650px;
	width: auto;
	width:expression(document.body.clientWidth < 800 ? "700px" : "auto");
}

.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7 {
	display:block; overflow:hidden; font-size:0;
}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6 {height:1px;}
.xb4, .xb5, .xb6, .xb7 {
	background: red;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.xb1 {margin:0 8px; background:black;}
.xb2 {margin:0 6px; background:black;}
.xb3 {margin:0 4px; background:black;}
.xb4 {margin:0 3px; background:#red; border-width:0 5px;}

.xb5 {margin:0 2px; background:#red; border-width:0 4px;}
.xb6 {margin:0 2px; background:#red; border-width:0 3px;} 
.xb7 {margin:0 1px; background:#red; border-width:0 3px; height:2px;} 

.xboxcontent {
	display:block;
	background: red;
	border: 3px solid black;
	border-width:0 3px;
	text-align: left;
	width: auto;
	margin: 0;
}