body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a {
	font-weight: bold;
}

a:link {
	color: #5a9a99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5a9a99;
}
a:hover {
	text-decoration: none;
	color: #b5111a;
}
a:active {
	text-decoration: none;
	color: #5a9a99;
}

hr {
	border: none 0;
	border-top: 1px solid #b5111a;
	height: 1px;
}

h1 {
	font-weight: bold;
	font-size: 16px;
	color: #5a9a99;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	color: #5a9a99;
}
.pageheading {
	background: url(../images/pb.gif) left no-repeat;	
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 34px;
	font-weight: bold;
	font-size: 14px;
	color: #5a9a99;
}
.message {
	color: #b5111a;
	font-style: italic;
}

.warning {
	color: #b5111a;
	font-weight: bold;
}
.maroon_bold {
	color: #b5111a;
	font-weight: bold;
}
.smallitalic {
	font-size: 10px;
	font-style: italic;
}

.smalltext {
	font-size: 10px;
}

.bg1 {
 background-color: #ffffff;
}

.bg2 {
 background-color: #dfeceb;
}


/* buttons */
.button_blue {
padding-bottom: 5px;
}

.button_blue a {
    display: block;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	line-height: 18px;
	padding: 6px;
	text-align: center;
	background-color: #5a9a99;	
}
.button_blue a:link {
	color: #ffffff;
} 

.button_blue a:visited {
	color: #ffffff;
} 

.button_blue a:hover {
	background-color: #b5111a;
	color: #ffffff;
}

.button_red {
padding-bottom: 5px;
}

.button_red a {
    display: block;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	line-height: 18px;
	padding: 6px;
	text-align: center;
	background-color: #b5111a;
}

.button_red a:link {
	color: #ffffff;
} 

.button_red a:visited {
	color: #ffffff;
} 

.button_red a:hover {
	background-color: #5a9a99;
	color: #ffffff;
}

.box_blue {
 background-color: #5a9a99;
 padding: 5px; 
 text-align: center;
 color: #ffffff;
 margin-bottom: 5px;
}
.box_blue a {
font-size: inherit;
	color: #ffffff;
	text-decoration: none;
}

.box_blue a:link {
font-size: inherit;
	color: #ffffff;
	text-decoration: none;
}

.box_blue a:visited {
font-size: inherit;
	color: #ffffff;
	text-decoration: none;
}

.box_blue a:hover {
font-size: inherit;
	color: #ffffff;
	text-decoration: underline;
}

.box_red {
 background-color: #b5111a;
 padding: 5px; 
 text-align: center;
 color: #ffffff; 
}
.box_red a {
	font-size: inherit;
	color: #ffffff;
	text-decoration: none;
}

.box_red a:link {
	font-size: inherit;
	color: #ffffff;
	text-decoration: none;
}

.box_red a:visited {
	font-size: inherit;
	color: #ffffff;
	text-decoration: none;
}
.box_red a:hover {
	font-size: inherit;
	text-decoration: underline;
	color: #ffffff;
}

/*     */
.box_image {
	border: 2px solid #ffffff;
}

.box_indent {
	margin-left: 30px;
	line-height: 20px;
	font-size: 13px;
}

.imgtext {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}

.imgbullet {
	margin-right: 10px;
}

.vvbig {
	font-size: 36px;
	line-height: 40px;
}

.vbig {
	font-size: 22px;
	line-height: 30px;
}

.big {
	font-size: 16px;
	line-height: 24px;
}

.bigredbold {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #b5111a;
	
}
.small {
	font-size: 10px;
}
.boldtext {
	font-weight: bold;
}
.tablehead {
background-color: #5a9a99;	
color: #ffffff;
font-weight: bold;
}

.formtable tablehead {
background-color: #5a9a99;	
color: #ffffff;
font-weight: bold;
}


/* box definitions for home page */
.leftbox1 {
	width: 260px;
	background-color: #5a9a99;
	margin: 5px;
}

.leftbox2 {
	width: 260px;
	background-color: #b5111a;
	margin: 10px 5px 5px 5px;
	text-align: left;
}

.rightbox1 {
	width: 485px;
	background-color: #b5111a;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.rightbox2 {
	margin-left: 40px;
	line-height: 20px;
	font-size: 14px;
}

.rightbox3 {
	width: 485px;	
	margin-top: 5px;
	margin-bottom: 5px;	
}

.rightbox4 {
	clear: both;
	width: 485px;	
	margin-top: 5px;
	margin-bottom: 5px;	
}

/* float-box finisher */
.clearing {
  height: 0px;
  font-size: 0px;
  clear: both;
}



