/* goes css style v1.00 */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */

/* basic elements */

A:link {
 color: blue; 
 text-decoration: none;
}

A:visited {
 color: blue;
 text-decoration: none;
}

A:active {
 color: gray; 
 text-decoration: none;
}

A:hover {
 color: black;
}

img {
 border: 0;
}

acronym {
  cursor: help;
  border-bottom: dotted;
  border-bottom-width: thin;
}

body { 
  font: 10pt arial, helvetica, verdana, sans-serif; 
  color: #000000; 
  background-color: white;
  margin: 0px; 
  margin-right: 5px;
}

p { 
  font: 10pt arial, helvetica, verdana, sans-serif; 
  color: #000000; 
  margin-top: 5px; 
  text-align: left;
}

td { 
  font: 10pt arial, helvetica, verdana, sans-serif; 
  color: #000000; 
  margin-top: 5px; 
  text-align: left;
  vertical-align: top;
}

SUP {
  font: 8pt arial, helvetica, verdana, sans-serif; 
}

H3 { 
  font: bolder 10pt arial, helvetica, verdana, sans-serif; 
  margin-top: 0px;
  margin-bottom: 0px; 
  color: #000000;
}

H1 {
  font: bolder 14pt arial, helvetica, verdana, sans-serif; 
  color: #D63139;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}

H2 {
  font: bolder 10pt arial, helvetica, verdana, sans-serif; 
  color: #00088c;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Classes */

.center {
  text-align: center;
}

.layout {
 position: absolute;
 TOP:0px;
 LEFT:0px;
 CELLSPACING=0;
 BORDER=0;
 CELLPADDING=0;}

.imagerows {
  height: 175px;
  valign: top;
}

.imagelinks {
  padding: 0 0 0 0;
}

.imagerows td {
  width: 225px;
 text-align: center;
}

/* specific divs */

#notice {
  font: bold, italic;
  color: red;
}

#sidebar {
 background: white; 
 padding: 10px;
 font-family: helvetica,sans-serif; 
 font-size: 10pt;
 font: bold;
 rowspan: 2;
 width: 200px;
 min-width: 200 px;
}

#sidebar A:link {
 color: blue; 
 text-decoration: none
}

#sidebar A:visited {
 color: blue; 
 text-decoration: none
}

#sidebar A:active {
 color: gray; 
 text-decoration: none
}

#sidebar A:hover {
 color: black;
}


#navbar {
 background: white; 
 padding: 10;
 margin: 0 0 10px 0;
}

#main {
 background: white;
 padding: 0;
 margin-left: 15;
}

#contactinfo {
  font-style: italic; 
  font-size: 8pt;
  margin-top: 0px;
}

#credits {
  color: red;
  font-style: italic;
  font-size: 9pt;
}

#settinghead {
  font: bold;
  color: red;
}

#settings {
  color: #00088C
}

#options {
  color: red;
}

#imagetitle {
  font: bold;
}

/* UTC and Local clocks */
#clockUtc, #clockLocal {
//	color:red;
}
