	div.windowtop {
		background-image:url('/images/window-top.jpg');
		background-repeat: norepeat;
		width: 640px;
		height: 20px;
		padding: 0px;
		margin: 0px;
		font-size:1px; }
	div.windowmiddle {
		background-image:url('/images/window-middle.jpg');
		background-repeat: repeat-y;
		width: 640px;
	}
	div.windowbottom {
		background-image:url('/images/window-bottom.jpg');
		background-repeat: norepeat;
		width: 640px;
		height: 20px;
		padding: 0px;
		margin: 0px;
		font-size: 1px;
	}
	div.title {
		font-family: impact, arial, verdana;
		text-transform: uppercase;
		font-size: 36px; letter-spacing: 4px; }
	div.titledesc {
		font-family: arial, verdana;
		font-size: 14px;
		color: #ff0000;
		font-weight: bolder;
		text-transform: uppercase;
	}
	div.titlemisc {
		font-family: arial, verdana;
		font-size: 10px;
		color: #ff0000;
		padding-bottom: 4px;
		font-weight: bold;
		text-transform: uppercase;
		padding-bottom: 6px;
	}
	span.beta {
		text-transform: uppercase;
		font-size: 10px;
		font-weight: bold;
		color: #808080;
		font-family: arial,verdana;
		letter-spacing: 1px; }
