body {
	background-color:#FFC;
	margin:5px auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#111;
}
body, td, th{
	font-size:13px;
}
a {
	color:#111;
	outline:none;
	text-decoration:none;
}
a:hover {
	color:#FF0;
}
#cont{
	margin: 0 auto;
	width: 962px;
}
/* *************************************
	TITLES
************************************* */
h1,h2,h3,h4,h5,h6{
}
h3{
	font-size:16px;
}
h4{
	font-size:14px;
}
/* *************************************
	BACKGROUND INTERFACE
************************************* */
.bg1{
	background:#CF7512;
}
.bg2{
	background:#EB891C;
}
.bgCT{
	background:url(bg-c-t.png) no-repeat;
	height:30px;
}
.bgCB{
	background:url(bg-c-b.png) no-repeat;
	height:30px;
}
.bgCM{
	background:#ED912A url(bg-c-m.png) no-repeat top center;
}
.bgCLR{
	background:url(bg-c-lr.gif) repeat-y;
}
.bgFF{
	background:#FFF;
}
.thNone{
	background-color: #E48214;
	background-image: url(../inflatables/none.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/* *************************************
	FOOTER
************************************* */
.footer{
	font-weight:bold;
	text-align:left;
	line-height:18px;
	color:#111;
}
.footer a{
	color:#111;
	border-bottom: 1px dotted #111;
	text-decoration:none;
}
.footer a:hover{
	color:#FFF;
	border-bottom: 1px dotted #FFF;
}
small{
	font-size:11px;
}
/* *************************************
	P
************************************* */
.p16{
	font-size:16px;
}
.p18{
	font-size:18px;
}
.p22{
	font-size:22px;
}
/* *************************************
	GAMES
************************************* */
#games p{
	text-align:left;
	margin:0;
	padding:0;
}
#games small {
	font-size:10px;
	font-weight:bold;
	color:#854B0C;
}
#games h4{
	text-align:left;
	font-size:16px;
}
/* *************************************
	FORMS
************************************* */
form{
	margin:0;
	padding:0;
}
input{
	width:260px;
	padding:3px;
	margin:0;
	border: 1px solid #CF7512;
	background-color:#F4C28A;
	font-size:12px;
}
.inputShort{
	width:160px!important;
}
select{
	width:260px;
	padding:3px;
	margin:0;
	border: 1px solid #CF7512;
	background-color:#F4C28A;
	font-size:12px;
}
textarea{
	width:260px;
	padding:4px;
	margin:0;
	border: 1px solid #CF7512;
	background-color:#F4C28A;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
.radio{
	width:15px;
	border: none !important;
	background-color:transparent !important;
}
form #submit, form #clear{
	width:100px;
	border: 1px solid #F4C28A;
	background-color:#CF7512;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
