/* Default */

body,td {
  font-family: verdana, bitstream vera sans, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #505050;
}

body {
  margin: 0px;
  background-color: #ffffff;
}

input,select,textarea {
  font-family: verdana, bitstream vera sans, arial, helvetica, sans-serif;
  font-size: 11px;
}

/* Headings, styles */

.heading { font-family: arial, helvetica, sans-serif; font-size: 18px; }
.blueheading { color: #1A1969; font-family: arial, helvetica, sans-serif; 
               font-size: 18px; }
.subheading { font-family: arial, helvetica, sans-serif; font-size: 14px;  }
.bluesubheading { font-family: arial, helvetica, sans-serif; color: #202568; font-size: 14px; }

.small { font-size: 10px; }
.tiny { font-size: 9px; }
.white { color: white; }
.grey { color: #a0a0a0; }
.red { color: #cc0001; }
.darkred { color: #5D011D; }
.blue { color: #1A1969; }

/* Links */

a {
  color: #1C63C5;
}
a:visited {
  color: #1C63C5;
}
a:hover {
  color: #1C63C5;
}

/* Misc */

form {
  margin: 0px;
}

hr {
  border-width: 0px;
  height: 1px;
  color: #c0c0c0;
  background-color: #c0c0c0;
}

.star {
  font-family: verdana;
  font-size: 13px;
  color: #c01010;
}

#mainCell {
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 20px;
}

div.siteByInfo {
  padding-top: 2px;
  padding-bottom: 3px;
  font-size: 10px;
  color: #c0c0c0;
}
div.siteByInfo a { color: #c0c0c0; text-decoration: none; }
div.siteByInfo a:visited { color: #c0c0c0; text-decoration: none; }
div.siteByInfo a:hover { color: #e0e0e0; text-decoration: none; }

input.headerTextBox {
  background-color: white;
  color: #716A96;
  border: 1px solid #716A96;
  font-size: 9px;
  padding: 1px;
  padding-left: 10px;
  width: 125px;
  background-image: URL(../images/pictures/large/system-files/img_box_arrow.gif);
  background-repeat: no-repeat;
  background-position: left center;
}


div.navHoverLink .subMenu {
	font-family: arial;
	font-size: 9px;
	text-transform: uppercase;
	display: none;
	position: absolute;
	margin-left: 2px;
	margin-top: 27px;
	background-color: #DCDDDF;
	z-index: 10;
}
.subMenu a {
	display: block;
	padding: 5px;
	color: #202020;
	text-decoration: none;
	border-top: 1px solid #939598;
}
.subMenu a:visited {
	color: #202020;
	text-decoration: none;
}
.subMenu a:hover {
	background-color: #f0f0f0;
	color: #707070;
	text-decoration: none;
}

div.navHoverLink:hover .subMenu {
	display: block;
}

.bull {
  list-style-type:square;
  margin: 0px;
  padding: 0px 0px 0px 15px;
  color: rgb(9, 29, 91);
}

.bull SPAN {
  color: #505050;
}

A { 
  text-decoration: none;
  font-weight: bold;
}

A:hover {
  text-decoration: underline;
}


object { z-index: 99; }
embed { z-index: 99; }

div.galleryListName { font-weight: bold; }
