/* Global Margin and Padding reset */
* { margin: 0; padding: 0; }

body
  { margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color:#666666; }

.banner
  { background-color: #819c3d; margin: 0px; }

a
  { text-decoration: none; color: #000000; border: 0; }
a:visited
  { color: #000000;}
a:hover
  {text-decoration: underline; cursor: pointer; color: #000000; }

.subtitle3 a
  { text-decoration: none; color: #666666; border: 0; }
.subtitle3 a:visited
  { color: #666666;}
.subtitle3 a:hover
  {text-decoration: underline; cursor: pointer; color: #666666; }

.navigation a
  { text-decoration: none; color: #ffffff; border: 0; }
.navigation a:visited
  { color: #ffffff;}
.navigation a:hover
  {text-decoration: underline; cursor: pointer; color: #ffffff; }

img
  { border: 0px; }

table
  { border-collapse: collapse; }

td { padding: 4px; }

.underline
  {text-decoration: underline; cursor: pointer; color: #000000; }

.link2
  { font-weight: bold; }

.link3 a
  { text-decoration: none; color: white; border: 0; font-size: 14px; font-weight: bold; }
.link3 a:visited
  { color: white;}
.link3 a:hover
  {text-decoration: underline; cursor: pointer; color: white; }


.imageLink
  { cursor: pointer; padding: 4px; }

.imageLink2
{
/*cursor: pointer; */
padding-top: 4px; padding-bottom: 4px;
}

.thumbnails
{
float: left;
width: 420px;
height: 550px;
overflow: auto;
border: 0px solid red;
}

.largeImage
{
float: left;
width: 590px;
margin-left: 10px;
text-align: center;
}

.navigation
{
height: 36px;
background-color: #666666;
margin: 0px;
padding: 0px;
color: white;
}

.subtitle
{
height: 36px;
background-color: #666666;
margin: 0px;
padding: 0px;
color: white;
font-size: 14px;
font-weight: bold;
text-align: center;
}

.subtitle2
{
	font-size: 14px;
	visibility: visible;
	padding-left: 100px;
}

.subtitle3
{
font-size: 16px;
font-weight: bold;
text-align: center;
padding: 8px;
}

.sText
{
font-size: 14px;
font-weight: bold;
color:#888888;
}

p { padding-bottom: 5px; }

