BODY {
  font-family : Verdana,sans-serif;
  font-size : xx-small;
	color : black;
	background-color : white;
	text-decoration : none;
}
TD {
	font-family : Verdana,sans-serif;
  font-size : xx-small;
	color : black;
}
TH {
	font-family : Verdana,sans-serif;
  font-size : xx-small;
	color : black;
}
INPUT {
	font-family : Verdana,sans-serif;
  font-size : xx-small;
	color : black;
}
SELECT {
	font-family : Verdana,sans-serif;
  font-size : xx-small;
	color : black;
}
A {
	font-family : Verdana,sans-serif;
	text-decoration : none;
	color : navy;
	font-size : xx-small;
}

BUTTON {
	font-family : Verdana,sans-serif;
  font-size : xx-small;
	color : black;
}

.errstyle
{
    COLOR: red;
  font-size : x-small;
}

/* Table Format */
.tdWhite {
  font-size : xx-small;
}
.tdLightGray {
  font-size : xx-small;
  background-color : gainsboro;
}

.tdLightGreen {
  font-size : xx-small;
  background-color : lightgreen;
}
.tdLightCyan {
  font-size : xx-small;
  background-color : LightCyan;
}
.tdCyan {
  font-size : xx-small;
  background-color :Cyan;
}

.tdOrange {
	background-color : orange;
}

/* For Links */
.xSmallNavlink {
  font-size : x-small;
	font-style : normal;
	cursor:hand;
}
.smallNavlink1Blue {
  font-size : small;
	color : blue;
  font-style : normal;
	text-decoration : underline;
	cursor:hand;
}
.xSmallNavlink1Blue {
  font-size : x-small;
	font-style : normal;
	color : blue;
	text-decoration : underline;
	cursor:hand;
}

.fixedWidth {
  font-size : x-small;
  font-family : monospace;
  font-style : normal;
  cursor:hand;
}

.xxSmallNavlink1Blue {
  font-size : xx-small;
	color : blue;
	font-style : normal;
	text-decoration : underline;
	cursor:hand;
}
.xSmallNavlinkBlack {
  font-size : x-small;
  font-style : normal;
  color : black;
  cursor:hand;
}
.xSmallNavlink1Orange {
  font-size : x-small;
  font-style : normal;
  color : orange;
  cursor:hand;
}
.xxSmallNavlink1Orange {
  font-size : xx-small;
  font-style : normal;
  color : orange;
  cursor:hand;
}
.xSmallNavlink1Navy {
  font-size : x-small;
  font-style : normal;
  color : navy;
  cursor:hand;
}
.xxSmallNavlink1Navy {
  font-size : xx-small;
  font-style : normal;
  color : navy;
  cursor:hand;
}
.xSmallNavlink1Green {
  font-size : x-small;
  font-style : normal;
  color : green;
	text-decoration : underline;
	cursor:hand;
}

/* For Text */
.textNavyBold {
  font-size: normal;
	font-weight: bold;
	color: navy;
}
.errorMessage {
	font-size : normal;
	font-style : normal;
	color : red;
}
.xSmallTextRed {
  font-style : normal;
	font-size : x-small;
	color: red;
}
.xSmallTextGreen {
  font-style : normal;
	font-size : x-small;
	color: green;
}
.smallBoldTextRed {
  font-style : normal;
  font-weight : bold;
  font-size : x-small;
  color: red;
}
.xxSmallTextBlue {
	font-size : xx-small;
	font-style : normal;
	color : blue;
}
.xSmallTextBlue {
  font-size : x-small;
  font-style : normal;
  color : blue;
}
.smallTextBlue {
  font-size : small;
	font-style : normal;
	color : blue;
}

.xSmallBoldTextBlue {
  font-size : x-small;
  font-style : normal;
  color : blue;
	font-weight: bold;
}
.smallBoldTextBlue {
  font-size : small;
  font-style : normal;
  color : blue;
  font-weight: bold;  
}
.xxSmallTextOrange {
  font-size : xx-small;
  font-style : normal;
  color : orange;
}
.xxSmallTextNavy {
	font-size : xx-small;
	font-style : normal;
	color : navy;
}
.xSmallTextNavy {
  font-size : x-small;
  font-style : normal;
  color : navy;
}
.smallTextNavy {
  font-size : small;
	font-style : normal;
	color : navy;
}
.xSmallTextGreen	 {
	font-size : x-small;
	font-style : normal;
	color : green;
}
.xxSmallTextGreen	 {
	font-size : xx-small;
	font-style : normal;
	color : green;
}
.xxSmallTextGreenBold	 {
	font-size : xx-small;
	font-weight : bold;
	color : green;
}
.xxSmallTextBlack	 {
	font-size : xx-small;
	font-style : normal;
}
.xSmallTextBlack	 {
	font-size : x-small;
	font-style : normal;
	color : black;
}
.smallTextBlack	 {
	font-size : small;
	font-style : normal;
	color : black;
}
.xxSmallTextBlackBold	 {
	font-size : xx-small;
	font-weight : bold;
	color : black;
}
.largeTextBlackBold {
	font-size : large;
	font-weight : bold;
	color : black;
}
.largeTextBlack {
	font-size : large;
	color : black;
}
.xSmallBoldTextBlack {
  font-size : x-small;
  color : black;
  font-weight : bold;	
}
.largeTextNavy {
  font-size : large;
	color : navy;
}

/* Form Controls */
.button {
  color : white;
	font-size : xx-small;
  background-color : #666699;
	border-left-color : #9999FF;
	border-top-color : #9999FF;
	border-right-color : #000066;
	border-bottom-color : #000066;
}

.boldButton {
  font-size : xx-small;
	font-weight : bold;
}
/*
SELECT {
  color:navy;
  font-size:normal;
}
*/