/***********************************************/
/* hoot.css   Hooters                              */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{ font-family: Arial, Helvetica, sans-serif; color: #000000; line-height: 1.3;
	padding: 0em 0em 0em 0em; margin: 0em 0em 0em 0em;
	background-color: #FFFFFF; font-size: 100%; }

div#banner{display: block; margin: 0em 0em .5em 0em;
	}
	
div#main{padding: 0em 0em 0em 0em; margin: 0em 0em 0em 0em; }

a:link, a:visited, a:hover {
	color: #0000FF; font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline; background-color: #0000FF;
	color: #FFFFFF;
}
/* overrides decoration from previous rule for hovered links */

.cent { text-align: center; }
.msg { text-align: center; color: #FF0000; font-weight: bold; }
.right { text-align: right; }
.tred { color: #FF0000; }

input.mand { background-color:#FFCCCC; font-weight: bold; border: 2px solid #FF0000; text-align: left; }
textarea.mand { background-color:#FFCCCC; font-weight: bold; border: 2px solid #FF0000; text-align: left; }

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #000000;
	margin: 1em 0 0 0;
	padding: 0px;
	text-align: center;
}

h1 {font-size: 120%;}
h2 {font-size: 114%;}
h3 {font-size: 100%;}
h4 {font-size: 100%;}
h5 {font-size: 100%; text-align: center;}






