/* CSS Document */

html, body {
	height: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/Turnstyle-bg.gif); background-repeat:repeat-x;
	background-color:#BABABA;
	text-decoration: none;
}

h1 { 
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:100;
color:#FF0000;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:100;
color:#333333;
}

/* Turnsyle Links */

a:link { color:#333333; text-decoration: none; }

a:visited { color:#333333; text-decoration: none;}

a:hover { text-decoration: underline; }

a:active { color:#333333; text-decoration: none;}

#turnstyle_maintable {
	height:auto;
	min-height:100%;
	height:auto;
	position: relative;
	width: 751px;
	margin: 0px auto;
}

.maintxtstyle {
	font-size: 11px;
	color: #333333;
}
.bottomtag {
	font-size: 9px;
	color: #666666;
}
