/******************************
  General
*******************************/

html {
  margin:0px;
  padding:0px;
  margin-left:0px;
  margin-top:0px;
  margin-right:0px;
  margin-bottom:0px;
}

/******************************
  Table
*******************************/

td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: white;
  line-height: 14px;
}

td.red {
  color: red;
  font-weight: bold;
}
/******************************
  Text
*******************************/

h2 {
  color: yellow;
  line-height: 24px;
  margin:0px;
}

strong.yellow {
  color: yellow;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

strong.white {
  font-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;

}

p.alert {
  color: red;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.text {
  font-family: Tahoma, Arial;
  font-size: 11px;
  color: #FFFFFF;
  margin:0px 0px 7px 0px;
}

.tbflat  {
  font-size : xx-small;
  font-family : Verdana;
  ; border: 1 #666666 solid
}

.tableborder  {
  font-size : xx-small;
  font-family : Verdana;
  ; border: 1 #666666 solid
}
.cmdflat  {
  font-size : xx-small;
  font-family : Verdana;
  background-color : #666666;
  color : #ffffff;
  font-weight : bold;
  border-width : thin;
}

/******************************
  Forms
*******************************/

input {
  font-family: Tahoma, Arial;
  font-size: 11px;
}
select {
  font-family: Tahoma, Arial;
  font-size: 11px;
}

input, textarea, select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: xx-small;
  color: #333333;
  border: 1px solid #666666;
  background-color: #FFFFFF;

}


/******************************
  Links
*******************************/

a:link,
a:active,
a:visited {
  Color : white;
  text-decoration : none;
  font-weight: bold;  
}

a:hover {
  Color : #00CCFF;
  text-decoration : underline;
  font-weight: bold;
}

a.NoUnderline:link,
a.NoUnderline:active,
a.NoUnderline:visted {
  Color : white;
  text-decoration: none;
  font-weight: bold;  
}

a.NoUnderline:hover {
  Color : #00CCFF;
  text-decoration : none;
  font-weight: bold;
}

A.Menu {
  Color: #263856;
  text-decoration: none;
  font-weight: bold;

}

A.Menu:hover {
  Color: #860000;
  text-decoration: none;
}

A.Menu:visited {
  Color: #263856;
  text-decoration: none;
}

A.Menu:active {
  Color: black;
  text-decoration: none;
}

a.no_link:link,
a.no_link:active,
a.no_link:visited {
  text-decoration: none;
  color: white;
  font-size: 10px;
}
