a:link {
color: pink;
}

a:visited {
color: white;
}

a:hover {
color: crimson;
}

a:active {
color: red;
}

body.background {
background-color: rgb(0, 0, 0);
}

caption {
  font-family: sans-serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: Black;
  background-color: Grey;
}

tbody {
  font-family: sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight:normal;
  font-variant: normal;
}

#bkgnd {
background-image: url("../gfx/AMP_red-black.jpg");
height: 600px;
left: 0px;
overflow: hidden;
position: absolute;
top: 0px;
width: 800px;
z-index: 1;
}

#catalog {
border: thin solid red;
left: 155px;
overflow: auto;
position: absolute;
top: 25px;
width: 600px;
z-index: 5;
}

#catalogBkgnd {
left: 0px;
overflow: auto;
position: absolute;
top: 0px;
width: 800px;
z-index: 3;
}

#catalogNav {
background-color: rgb(51,51,51);
border: thin dotted white;
height: 30px;
left: 155px;
overflow: auto;
position: absolute;
top: 530px;
width: 600px;
z-index: 8;
}

#catalogTable {
background-color: rgb(51,51,51);
border: thin dotted white;
height: 480px;
overflow: auto;
width: 600px;
}

#content {
border: thin solid red;
height: 500px;
left: 155px;
overflow: auto;
position: absolute;
top: 25px;
width: 600px;
z-index: 7;
}

#contentBkgnd {
height: 500px;
left: 155px;
overflow: hidden;
position: absolute;
top: 25px;
width: 600px;
z-index: 4;
}

#emailContent {
background-image: url("gfx/AMP_red-black.jpg");
border: thin solid red;
height: 400px;
left: 0px;
overflow: auto;
position: absolute;
top: 0px;
width: 400px;
z-index: 7;
}

#menu {
border: thin solid red;
height: 500px;
left: 25px;
overflow: auto;
position: absolute;
top: 25px;
width: 100px;
z-index: 6;
}

#menuBkgnd {
height: 500px;
left: 25px;
overflow: hidden;
position: absolute;
top: 25px;
width: 100px;
z-index: 2;
}

p.flashingBigText {
  font-family: sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight:normal;
  font-variant: normal;
  text-decoration: blink;
  text-transform: none;
  color: #FFFFFF;
}

p.large {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18pt;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
}  

p.small {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
}

td.alignCenter {
	text-align: center;
}

td.alignLeft {
	text-align: left;
}

td.alignRight {
	text-align: right;
}

tr.medWhite {
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
}

tr.grey {
  font-family: sans-serif;
  font-size: 14pt;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: rgb(256,256, 256);
  background-color: rgb(51,51,51);
}


tbody.medWhite {
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
}

tbody.smWhite {
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
}

tbody.xsmWhite {
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
}

tbody.xsmBlackOnGrey {
    background-color: rgb(244,244,244);
    color: rgb(170,44,44);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    text-align: center;

}

