/* Default CSS Stylesheet for a new Web Application project */



IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
bodyold { background-color: lightyellow or lightgray or silver or gainsboro;
color: darkblue }

BODY
{
    background-color: #cccccc;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    color: darkblue;
}

HR
  {
    color: darkblue;
    height: 3;
  }


A:link
  {
    color: darkblue
  }

A:visited
  {
    color: darkblue
  }

A:hover
  {
    background-color: #cccccc;
  }

A:active
  {
    color: darkblue
  }



td {
  vertical-align: top;
}

.buttonold { background-color: lightskyblue; }

.button {
  text-align: center;
  font-size: .8em;
  FONT-WEIGHT: bold;
  color: darkblue;
  width:11em;
  float:left;
  text-decoration:none;
  background-color: #66ccff;
  padding:0.2em 0.2em;
  border-top-width:2;
  border-top-color:#c0c0c0;
  border-top-style:ridge;
  border-left-width:2;
  border-left-color:#c0c0c0;
  border-left-style:ridge;
  border-right-width:2;
  border-right-color:#c0c0c0;
  border-right-style:ridge;
  border-bottom-width:2;
  border-bottom-color:#c0c0c0;
  border-bottom-style:ridge;
}

table {
  color: darkblue;
}

.xxlarge {
    background-color: darkblue;
    color: #cccccc;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 2.5em;
    FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.xlarge {
    background-color: darkblue;
    color: #cccccc;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 2.0em;
    FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.asmall {
    BACKGROUND-COLOR: darkblue;
    width: 500px;
    COLOR: #cccccc;
    FONT-FAMILY:  serif;
    FONT-SIZE: .7em;
    font-style: italic;
}

.xxsmall {
    BACKGROUND-COLOR: darkblue;
    width: 500px;
    COLOR: #cccccc;
    FONT-FAMILY:  serif;
    FONT-SIZE: .7em;
    font-style: italic;
}

.small {
    width: 500px;
    COLOR: darkblue;
    FONT-FAMILY:  serif;
    FONT-SIZE: .8em;
}

.copy {
    FONT-FAMILY:  serif;
    FONT-SIZE: .7em;
    font-style: italic;
}

.lxlarge {
    color: darkblue;
    font-family: Verdana, Helvetica, sans-serif;
    text-align: center;
    font-size: 1.5em;
    FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.grid {
  font-size: .8em;
  background-color: #66ccff;
  border-right-width:2px;
  border-left-width:2px;
  border-top-width:2px;
  border-bottom-width:2px;
  padding: 10.2em 10.2em;
  font-size: .8em;
  border-right-color: black;
  border-left-color: black;
  border-top-color: black;
  border-bottom-color: black;
  color: darkblue;
}

.griddet {
  font-size: 0.8em;
  border-right-width:2px;
  border-left-width:2px;
  border-top-width:2px;
  border-bottom-width:2px;
  headerstyle-backcolor: #66ffff;
  cellpadding: 5pt;
  padding:0.4em 0.4em;
  border-right-color: black;
  border-left-color: black;
  border-top-color: black;
  border-bottom-color: black;
  color: darkblue;
}

.griddet1 {
  font-size: 1.0em;
  border-right-width:2px;
  border-left-width:2px;
  border-top-width:2px;
  border-bottom-width:2px;
  headerstyle-backcolor: #66ffff;
  cellpadding: 5pt;
  padding:0.4em 0.4em;
  border-right-color: black;
  border-left-color: black;
  border-top-color: black;
  border-bottom-color: black;
  color: darkblue;
}

.title {
  font-size: 1em;
  background-color: #66ccff;
  color: darkblue;
}

.texthead4 {
  font-size: 1.0em;
  FONT-WEIGHT: normal;
  FONT-WEIGHT: bold;
}

.texttext4 {
  font-size: 0.9em;
  FONT-WEIGHT: normal;
}

.texttitle{
  font-size: 1.5em;
  FONT-WEIGHT: bold;
  text-align: center;
  width:300px;
}

.texttext {
  font-size: 1.0em;
  FONT-WEIGHT: normal;
  width:400px;
}

.textsource {
  font-size: .8em;
  FONT-WEIGHT: normal;
  width:400px;
  text-align: right;
}

.eventtext {
  font-size: .8em;
  FONT-WEIGHT: normal;
  width:400px;
}

.header {
    background-color: darkblue;
}
