/* CSS Document */

.red{
border-left:2px solid #011C61;
border-right:2px solid #011C61;
border-bottom:2px solid red;
}
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#011C61;
}
.welcome{
background-image:url(http://www.usshornetassn.com/images/welcome_11.gif);
background-position:right;
background-repeat:no-repeat;
}
h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:red;
}
.left{
width:302px;
background-image:url(http://www.usshornetassn.com/images/headers_02.gif);
background-repeat:no-repeat;
height:23px;
}
.right{
width:653px;
background-image:url(http://www.usshornetassn.com/images/headers_03.gif);
background-repeat:no-repeat;
height:23px;
}
.footer{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#011C61;
text-align:center;
border-left:2px solid #011C61; 
border-right:2px solid #011C61;
}
.divider{
border-left:2px solid #011C61; 
border-right:2px solid #011C61;
}
a:link, a:visited, a:active{
color:#011C61;
font-weight:bold;
text-decoration:none;
}
a:hover{
color:red;
text-decoration:underline;
}
.head1{
margin-left:35px;
font-weight:bold;
width:auto;
}
.head2{
margin-left:25px;
font-weight:bold
}
.content1{
margin-left:35px;
margin-right:8px;
}
.content2{
margin-left:25px;
margin-right:8px;
}
.date{
font-size:9px;
font-weight:bold;
}
/* Forms */
#formErrors {
	text-align:center;
	color: red; 
	font-weight: bold; 
	margin-top: 10px;
	margin-bottom: 10px;
}
.errorMsg
{
	padding-left:200px;
	padding-bottom:20px;
	color:#FF0000;
}
.requiredField{
	color:#FF0000;
}
.reunionTable{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#011C61;
	border:1px solid black;
	}
.reunionForm{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#011C61;
	height:14px;
	}
.reunionSubmit{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#011C61;
	height:20px;
	}
.evenRow 
{
	background-color: #E1DCC8;
}
.oddRow 
{
	background-color: #E0E0E0;
}
.highlightRow 
{
	background-color: #FFE9B0
;
}