.subtitles {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight:bold;
		margin:0px 0px 0px 0px;
		padding:0px 1px;
		border: 2px solid #000000;
		background-color:#000000;
		color:#ffffff;
		
	}

/******* BODY ******/
body {
	background-image: url('img/bg.jpg');
	}

div,body,tr,td {
		font-family: arial, sans serif;
		font-size: 13px;
		font-weight: normal; 
		color: #cccccc;
}

.huge {
		font-family: arial, sans serif;
		font-size: 78px;
		font-weight: bold; 
		color: #ff3300;
}

.huge-subtitle {
		font-family: arial, sans serif;
		font-size: 18px;
		font-weight: bold; 
		color: #ff3300;
}

.smalltxt {
		font-family: arial, sans serif;
		font-size: 11px;
		font-weight: bold;
		padding:5px 0px 0px 0px; 
		color: #ffffff;
}



/******* NAV MENU ******/

	.metanav {
		font-family: arial, sans serif;
		font-size: 14px;
		font-style: normal;
		font-weight:bold;
		text-decoration:none;
		margin:0px 0px 0px 0px;
		padding:1px 10px 1px 10px;
		border: 1px solid #ff3300;
		background-color:#ff3300;
		color:#ffffff;
	}

	a.metanav:link {
		font-family: arial, sans serif;
		font-size: 14px;
		font-style: normal;
		font-weight:bold;
		text-decoration:none;
		margin:0px 0px 0px 0px;
		padding:1px 10px 1px 10px;
		border: 1px solid #000000;
		background-color:#000000;
		color:#ff6633;
	}

	
	
	a.metanav:visited {
		font-family: arial, sans serif;
		font-size: 14px;
		font-style: normal;
		font-weight:bold;
		text-decoration:none;
		margin:0px 0px 0px 0px;
		padding:1px 10px 1px 10px;
		border: 1px solid #000000;
		background-color:#000000;
		color:#ff6633;
	}
	
	a.metanav:hover {
		border: 1px solid #ff3300;
		background-color:#ff3300;
		color:#ffffff;
	}
	
	/******* NAV INLINE ******/

	
	a.inline:link {
		margin:0px 0px 0px 0px;
		padding:0px 5px 0px 5px;
		border: 0px;
		text-decoration:underline;
		color:#ffffff;
	}

	
	a.inline:visited {
		margin:0px 0px 0px 0px;
		padding:0px 5px 0px 5px;
		border: 0px;
		text-decoration:underline;
		color:#ffffff;
	}
	
	a.inline:hover {
		margin:0px 0px 0px 0px;
		padding:0px 5px 0px 5px;
		border: 0px;
		text-decoration:none;
		color:#ffffff;
		background-color:#ff3300;
	}
	/*****************************************/
.imageright {
	margin:10px;
	float:right;
	font-size: 11px;
	font-style: normal;
	color:#ffffff;
}

.imageleft {
	float: left;	
	font-size: 11px;
	font-style: normal;
	color:#ffffff;
}
}

/******* image links ******/
	.thumb {
		margin:0px 0px 5px 0px;
		padding:1px;
		border:1px solid white;
	}
	
	a.thumb:link {
		margin:0px 0px 5px 0px;
		padding:1px;
		border:1px solid white;
	}
	
	a.thumb:hover {
		margin:0px 0px 5px 0px;
		padding:1px;
		border:1px solid black;
	}
	
	a.thumb:visited {
		margin:0px 0px 5px 0px;
		padding:1px;
		border:1px solid white;

	}

/******* waco links ******/

a.thumbnail:link {
	display:block;
	width:63px;
	height:43px;
	border: 1px solid white;
}

a.thumbnail:visited {
	display:block;
	width:63px;
	height:43px;
	border: 1px solid white;
}

a.thumbnail:hover {
	display:block;
	width:63px;
	height:43px;
	border: 1px solid #ff6633;
}


label{
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

input, textarea{
	width: 30em;
	color: #781351;
	background: #ffffff;
	border: 1px solid #ffffff;
}

textarea{
	height: 20em;
}

.submit input {
	margin-left: 10.5em;
	width: 7em;
	color: #000;
	background: #ccc;
	border: 2px solid #ccc;
}
	
	
	
	
	
	
	
	