
html
	{
	height: 100%;
	min-height: 100%;
	border-width: 0px;
	margin:0px;
	}

body
	{
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #243057;
	text-transform:uppercase;
	background:url(../images/taf-bg.jpg) 0% 0% no-repeat;
	
}

.yellowtext{
	color:#FCEB17;
	font-weight:bold;
}
h1{
	color:#243057;
	font-size:24px;
	text-transform:none;
	font-weight:bold;
}
h2{
	color:#243057;
	font-size:16px;
	text-transform:none;
	font-weight:bold;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width:114px;
	
}

.inputbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width:315px;
	
}



#main{
	width:435px;
	padding:0px;
	margin-top:90px;
}
#content{
	padding-bottom: 20px;
}
#content a {
	color: #FCEB17;
}
#footer {
	padding: 10px;
}

.legalWrapper {
	height: 526px;}
#legalContent {
	overflow:auto;
	height: 300px;
	margin: 20px;
	text-align: left;
	text-transform:none;
	font-size: 11px;
	font-weight:normal;
}
#legalContent strong {
	color: #FCEB17;
}


