* {  
	font-family:"Times New Roman"; 
}

body {
	color:#000000;
	margin:0; margin-top:3px;
	font-size:12pt;
	background-color:#FFFFFF;
}

p {
	font-size:12pt;
}

table {
	padding:0px; border:0px; margin:0px;
	border-collapse:collapse;
	border-spacing:0;
}

tr {
	padding:0px; border:0px; margin:0px;
	vertical-align:top;
}

td {
	padding:0px; margin:0px;
	border:0px;
}

a         { color:#000080; }
a:visited { color:#000080; }
a:active  { color:#FF0000; }

.blue { color:#000080; }

h1 { color:#000080; text-transform: uppercase; font-size:20pt; text-align:center; margin-top:0; }
h2 { color:#000080; text-transform: uppercase; margin-bottom:0; font-size:14pt; }
h3 { color:#000080; text-transform: uppercase; margin-bottom:0; }
h4 { color:#000080; text-transform: uppercase; margin-bottom:0; }
h5 { color:#000080; text-transform: uppercase; margin-bottom:0; }
h6 { color:#000080; text-transform: uppercase; margin-bottom:0; }

li { 
	list-style-image: url(/images/site/list_item.gif);
  list-style-type: circle;
}

ul { margin:0 }

img { border:0px }
form { margin:0; }

.scrollerstyle{ 
	font-family:webdings;
  background:#FFFFFF;
  cursor:hand;
}

.menu-item {
  margin-top:3px;
  display:block;
  width:139px;
}

.menu-item a {
  color:white;
  text-decoration:none;
  width:100%;
}

.menu-item-button {
  vertical-align:middle;
  background:url('/images/menu/dot_filler.gif');
}

.menu-item-text {
  width:100%;
  color:white;
  font-size:15px;
  font-weight:bold;
  font-family:sans-serif;
  text-align:center;
  background-color:#000084;
}

/* styles speificly for the news letter */
.news-list li { list-style-image:none; list-style-type:disc; }
.news-list { padding-left:20px; }
