body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin-top:0;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
  }

#splash {
	position: absolute;
	z-index: 9991;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	text-align:center;
	display:none; /*hide it incase the user has javascript disabled*/
	color:#000;
}

td {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

p {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

.small {
	font-size: 12px;
}

.justify{
	text-align: justify;
	}

.title{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #BE0000;
	font-size: 24px;
	font-weight: bold;
}

.hdr{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #BE0000;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.search{
	color: #49120D;
	font-size: 13px;
	font-weight: bold;
}

ul {
  	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	list-style-image: url(../images/dot.jpg);
	margin-left:0px;
}

li {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

ul.nav {
  	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	list-style-image: url(../images/bullet.jpg);
	margin-left:0px;
	margin-top:8px;
}

li.nav {
	padding-top: 0;
  	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-left: 0;
	margin-right: 8%;
	margin-top: 0em;
	margin-bottom: .5em;
	vertical-align:top
}

.menutitle{
	cursor:pointer;
}

.grey{
color: #cccccc;
font-size: 12px;
}

A:link {color: #BE0000; font-weight: bold; text-decoration: none}
A:visited {color: #BE0000; font-weight: bold; text-decoration: none}
A:active {color: #BE0000; font-weight: bold; text-decoration: none}
A:hover {color: #D49037; font-weight: bold; text-decoration: none}

A.nav:link {color: #49120C; font-size: 12px; font-weight: normal; text-decoration: none}
A.nav:visited {color: #49120C; font-size: 12px; font-weight: normal; text-decoration: none}
A.nav:active {color: #49120C; font-size: 12px; font-weight: normal; text-decoration: none}
A.nav:hover {color: #BE0000; font-size: 12px; font-weight: normal; text-decoration: none}

A.tab:link {color: #B1908B; font-size: 16px; font-weight: bold; text-decoration: none}
A.tab:visited {color: #B1908B; font-size: 16px; font-weight: bold; text-decoration: none}
A.tab:active {color: #B1908B; font-size: 16px; font-weight: bold; text-decoration: none}
A.tab:hover {color: #74413A; font-size: 16px; font-weight: bold; text-decoration: none}

A.footer:link {color: #cccccc; font-size: 12px; font-weight: normal; text-decoration: none}
A.footer:visited {color: #cccccc; font-size: 12px; font-weight: normal; text-decoration: none}
A.footer:active {color: #cccccc; font-size: 12px; font-weight: normal; text-decoration: none}
A.footer:hover {color: #BE0000; font-size: 12px; font-weight: normal; text-decoration: none}

