a:active         {color: #0000FF; text-decoration: none}
a:hover          {color: #FF0000; text-decoration: none}
a:link           {color: #0000FF; text-decoration: none}
a:visited        {text-decoration: none}
BODY             {font-size: 10pt; font-family: Verdana, Arial; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; }
TABLE            {font-size: 10pt}
TEXTAREA         {font-size: 10pt}
TH               {font-weight: bold}
INPUT            {font-size: 10pt}
SELECT           {font-size: 10pt}
HR               {
					BORDER-RIGHT: black solid;
					BORDER-TOP: black solid;
					BORDER-LEFT: black solid;
					BORDER-BOTTOM: black solid
				 }
.btn             {
					BORDER-RIGHT: black thin outset;
					BORDER-TOP: gray thin outset;
					BORDER-BOTTOM: black thin outset;
					BORDER-LEFT: gray thin outset;
					FONT-WEIGHT: bold;
					WIDTH: 100px;
					CURSOR: hand;					
					FONT-FAMILY: Trebuchet MS, Arial, Verdana;
					BACKGROUND-COLOR: #CCCCCC;
					TEXT-TRANSFORM: Capitalize;
				 }