a:link {  font-weight: bold; color: #0000FF}
a:visited {  font-weight: bold; color: #0099FF}

.prettyButtonBlue {
	-moz-box-shadow:inset 0px 1px 3px 0px #91a8d0;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91a8d0;
	box-shadow:inset 0px 1px 3px 0px #91a8d0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #036BDE), color-stop(1, #8FD1FF));
	background:-moz-linear-gradient(top, #036BDE 5%, #8FD1FF 100%);
	background:-webkit-linear-gradient(top, #036BDE 5%, #8FD1FF 100%);
	background:-o-linear-gradient(top, #036BDE 5%, #8FD1FF 100%);
	background:-ms-linear-gradient(top, #036BDE 5%, #8FD1FF 100%);
	background:linear-gradient(to bottom, #036BDE 5%, #8FD1FF 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#036BDE', endColorstr='#8FD1FF',GradientType=0);
	background-color:#036BDE;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #4a6180;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px -1px 0px #1b3f70;
}
.prettyButtonBlue:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8FD1FF), color-stop(1, #036BDE));
	background:-moz-linear-gradient(top, #8FD1FF 5%, #036BDE 100%);
	background:-webkit-linear-gradient(top, #8FD1FF 5%, #036BDE 100%);
	background:-o-linear-gradient(top, #8FD1FF 5%, #036BDE 100%);
	background:-ms-linear-gradient(top, #8FD1FF 5%, #036BDE 100%);
	background:linear-gradient(to bottom, #8FD1FF 5%, #036BDE 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8FD1FF', endColorstr='#036BDE',GradientType=0);
	background-color:#8FD1FF;
}

.prettyButtonGreen {
	-moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #038E2B ), color-stop(1, #6FE090));
	background:-moz-linear-gradient(top, #038E2B  5%, #6FE090 100%);
	background:-webkit-linear-gradient(top, #038E2B  5%, #6FE090 100%);
	background:-o-linear-gradient(top, #038E2B  5%, #6FE090 100%);
	background:-ms-linear-gradient(top, #038E2B  5%, #6FE090 100%);
	background:linear-gradient(to bottom, #038E2B  5%, #6FE090 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#038E2B ', endColorstr='#6FE090',GradientType=0);
	background-color:#038E2B ;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.prettyButtonGreen:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6FE090), color-stop(1, #038E2B ));
	background:-moz-linear-gradient(top, #6FE090 5%, #038E2B  100%);
	background:-webkit-linear-gradient(top, #6FE090 5%, #038E2B  100%);
	background:-o-linear-gradient(top, #6FE090 5%, #038E2B  100%);
	background:-ms-linear-gradient(top, #6FE090 5%, #038E2B  100%);
	background:linear-gradient(to bottom, #6FE090 5%, #038E2B  100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6FE090', endColorstr='#038E2B ',GradientType=0);
	background-color:#6FE090;
}

.prettyButton {
	-moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5d6765 ), color-stop(1, #434b49));
	background:-moz-linear-gradient(top, #5d6765  5%, #434b49 100%);
	background:-webkit-linear-gradient(top, #5d6765  5%, #434b49 100%);
	background:-o-linear-gradient(top, #5d6765  5%, #434b49 100%);
	background:-ms-linear-gradient(top, #5d6765  5%, #434b49 100%);
	background:linear-gradient(to bottom, #5d6765  5%, #434b49 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d6765 ', endColorstr='#434b49',GradientType=0);
	background-color:#5d6765 ;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.prettyButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #434b49), color-stop(1, #5d6765 ));
	background:-moz-linear-gradient(top, #434b49 5%, #5d6765  100%);
	background:-webkit-linear-gradient(top, #434b49 5%, #5d6765  100%);
	background:-o-linear-gradient(top, #434b49 5%, #5d6765  100%);
	background:-ms-linear-gradient(top, #434b49 5%, #5d6765  100%);
	background:linear-gradient(to bottom, #434b49 5%, #5d6765  100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#434b49', endColorstr='#5d6765 ',GradientType=0);
	background-color:#434b49;
}
.prettyButton:active {
	position:relative;
	top:1px;
}

.prettyButtonCalc {
	-moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5d6765 ), color-stop(1, #434b49));
	background:-moz-linear-gradient(top, #5d6765  5%, #434b49 100%);
	background:-webkit-linear-gradient(top, #5d6765  5%, #434b49 100%);
	background:-o-linear-gradient(top, #5d6765  5%, #434b49 100%);
	background:-ms-linear-gradient(top, #5d6765  5%, #434b49 100%);
	background:linear-gradient(to bottom, #5d6765  5%, #434b49 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d6765 ', endColorstr='#434b49',GradientType=0);
	background-color:#5d6765 ;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #566963;
	padding-left: 10px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.prettyButtonCalc:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #434b49), color-stop(1, #5d6765 ));
	background:-moz-linear-gradient(top, #434b49 5%, #5d6765  100%);
	background:-webkit-linear-gradient(top, #434b49 5%, #5d6765  100%);
	background:-o-linear-gradient(top, #434b49 5%, #5d6765  100%);
	background:-ms-linear-gradient(top, #434b49 5%, #5d6765  100%);
	background:linear-gradient(to bottom, #434b49 5%, #5d6765  100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#434b49', endColorstr='#5d6765 ',GradientType=0);
	background-color:#434b49;
}
.prettyButtonCalc:active {
	position:relative;
	top:1px;
}


.TextBoxMain13 { 
font-family: Arial, Helvetica, sans-serif; 
  font-size: 13pt;
  color: #000000;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 0px;
  padding-left: 60px; ;
  border-style: inset;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
}
.TdPad {  
  padding-right: 2px;
  padding-left: 2px;
}
.tipstyle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.testtry {  font-family: Tahoma, Arial; font-size: 36px; font-style: italic; line-height: normal; width: auto; border-color: #FF0000 black black; border-top-width: 5px}
.BoldBlue {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #0000FF; text-decoration: underline}
tr.BoldBLue {  font-weight: bold; color: #0000FF; text-decoration: underline}
p {  font-family: Arial, Helvetica, sans-serif; font-size: 16px}
tr.Pink { background-color: #FFCCFF }
.ShadowBox {  border-style: inset; border-top-width: 3px; border-right-width: 3px; border-bottom-width: 3px; border-left-width: 3px}
.PadCell {  padding-top: 5px; padding-left: 5px}
.PadButtonBox10 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	padding-top: 15px; 
}

.FontSize4 { font-family: Arial, Helvetica, sans-serif; font-size: 4pt}
.FontSize4pix { font-family: Arial, Helvetica, sans-serif; font-size: 4px }
.FontSize4Pad { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 4pt;
	padding-left: 5px; 
	padding-top: 5px; 
	}
.FontSize6 { font-family: Arial, Helvetica, sans-serif; font-size: 6pt}
.FontSize6Box { font-family: Arial, Helvetica, sans-serif; font-size: 6pt }
.FontSize8 { font-family: "Lucida Console", Tahoma; font-size: 8pt; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 3px}
.FontSize8px { font-family: Arial, Helvetica, sans-serif; font-size: 8px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px }
.FontSize9 { font-family: Arial, Helvetica, sans-serif; font-size: 9px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 3px }
.FontSize10 { font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
.FontSize10Pad { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	padding-left: 5px; 
	padding-top: 5px; 
	float: left
}
.FontSize10Box { font-family: Arial, Helvetica, sans-serif; font-size: 10pt ; border-style: inset; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}
.FontSize11 { font-family: Arial, Helvetica, sans-serif; font-size: 11pt}
.FontSize11px { font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px}
.FontSize11Pad { font-family: Arial, Helvetica, sans-serif; font-size: 11pt ; padding-top: 2px; padding-right: 5px; border-style: inset; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}
.FontSize11NoPad { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; text-indent: 5pt}
.FontSize11TopBord { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt ; 
	background-image: url(Backgrounds/Gradient3.jpg);
	border-style: inset; 
	border-top-width: thin; 
	border-right-width: thin; 
	border-left-width: thin;
	}
.FontSize11Box { 
	font-family: Arial, Helvetica, sans-serif; 
		font-size: 11pt; 
		border-style: inset; 
		border-top-width: thin; 
		border-right-width: thin; 
		border-bottom-width: thin; 
		border-left-width: thin; 
		background-image: none;
	}
.FontSize11BotBordLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding-left: 9px;
	border-bottom-width: thin;
	border-left-width: thin;
	}
.FontSize11BotBordRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding-left: 9px;
	border-right-width: thin;
	border-bottom-width: thin;
	}
.FontSize12 {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; border-style: none}
.FontSize12Pts { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal }
.FontSize12NoPad { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; text-indent: 5pt}
.FontSize12Pix { font-family: Arial, Helvetica, sans-serif; font-size: 12px ; font-style: normal; border-color: #000000 black black #000000; border-style: inset; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px}
.FontSize12Box { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; border-style: inset; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin; background-image: none}
.FontSize12PixThin { font-family: Arial, Helvetica, sans-serif; font-size: 12px ; font-style: normal; border-color: #000000 black black #000000; border-style: inset;
   border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}
.FontSize13 {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; padding-top: 5px; padding-right: 0px; padding-bottom: 0px; padding-left: 5px; border-style: none}
.FontSize13Red { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #FF0000; padding-top: 5px; padding-right: 0px; padding-bottom: 0px; padding-left: 5px; border-style: none }
.FontSize13Green { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #006600; padding-top: 5px; padding-right: 0px; padding-bottom: 0px; padding-left: 5px; border-style: none }
.FontSize13Pts { font-family: Arial, Helvetica, sans-serif; font-size: 13pt; color: #000000; padding-top: 5px; padding-right: 0px; padding-bottom: 0px; padding-left: 5px; border-style: none }
.FontSize13Bold { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13pt; 
	color: #000000; 
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px; 
	border-style: none; 
	font-weight: bold;
}
.FontSize13Black { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; padding-top: 5px; padding-right: 0px; padding-bottom: 0px; padding-left: 5px; border-style: none }
.FontSize16 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bolder; font-variant: normal; color: #000000 }
.FontSize18 { font-family: Arial, Helvetica, sans-serif; font-size: 18pt; font-weight: bolder; font-variant: normal; color: #CC0099 }
.FontSize20 { font-family: Arial, Helvetica, sans-serif; font-size: 20pt; font-weight: bolder; font-variant: normal; color: #CC0099 }

.Tahoma17 { font-family: Tahoma, Arial; font-size: 17px; color: #FFFFFF; background-color: #660099 }
.TahomaBlue { font-family: Tahoma, Arial; font-size: 17px; color: #FFFFFF; background-color: #0033FF }
.TablePurp { background-color: #993399; color: #FFFFFF; font-family: Tahoma, Arial; font-size: 17px; font-weight: normal }

.BodyBlue { background-color: #6633FF; color: #FFFFFF; font-family: Tahoma, Arial; font-size: 13pt; font-weight: normal }

.BackgroundGreenBox13 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; background-color: #00DD00; color: #000000; font-weight: bold;
  padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; text-align: center;
  vertical-align: middle ; border-style: inset; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin }
.BackgroundImage12Menu { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; background-image: url(Backgrounds/Gradient3.jpg); border-style: inset;
 border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px; padding-left: 3px; padding-top: 3px }
.BackgroundImage6Menu { font-family: Arial, Helvetica, sans-serif; font-size: 6px; background-image: url(Backgrounds/Gradient3.jpg); border-style: inset; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px; padding-left: 3px; padding-top: 3px }
.BackgroundColor11 { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; background-color: #BBFFFF; color: #000000; padding-left: 5px; padding-top: 5px; float: left }
.BackgroundGrey13 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; background-color: #787878; color: #000000; font-weight: bold; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; text-align: center; vertical-align: middle }
.BackgroundGreyGreen13 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; background-color: #939300; color: #000000; font-weight: bold; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; text-align: center; vertical-align: middle }
.BackgroundBlue13 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; background-color: #00CCFF; color: #000000; font-weight: bold; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; text-align: center; vertical-align: middle ; border-style: inset; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}
.BackgroundPurple13 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; background-color: #9966FF; color: #000000; font-weight: bold; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; text-align: center; vertical-align: middle ; border-style: inset; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}
.BackgroundBlack13 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; background-color: #000000; color: #FFFFFF; font-weight: bold; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; text-align: center; vertical-align: middle ; border-style: inset; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}
.BackgroundPink13 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; background-color: #FF66CC; color: #000000; font-weight: bold; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; text-align: center; vertical-align: middle ; border-style: inset; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}
.BackgroundGreenNoBord12 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; background-color: #99CC66; color: #000000;  border-style: none}
.BackgroundGreen13 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; background-color: #99CC66; color: #000000;  font-weight: bold; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; text-align: center; vertical-align: middle; border-style: none}
.BackgroundYellow13 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; background-color: #FFFF66; color: #000000; font-weight: bold; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; text-align: center; vertical-align: middle ; border-style: inset; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}
.BackgroundColor10 { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; background-color: #BBFFFF; color: #000000; padding-left: 5px; padding-top: 5px; float: left }
.BackgroundRed13 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; background-color: #FF0000; color: #000000; font-weight: bold; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; text-align: center; vertical-align: middle ; border-style: inset; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}
.BackgroundImageGrey { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; background-image: url(Backgrounds/GradientGrey.jpg); border-style: inset; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px; padding-top: 3px; padding-left: 3px}
.BackgroundLtBlue16 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; background-color: #00CCFF; color: #000000; font-weight: bold; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; text-align: center; vertical-align: middle }
.BackgroundGreyGrad600x25 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	background-image: url(Backgrounds/GreyGradient600x25.jpg); 
	border-style: inset; 
	border-top-width: thin; 
	border-right-width: thin; 
	border-bottom-width: thin; 
	border-left-width: thin; 
	padding-top: 3px; 
	padding-left: 3px;
}
.BackgroundGrey300x100 { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; background-image: url(Backgrounds/GradientGrey300x100.jpg); padding-top: 0px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; border-style: inset; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px}
.BackgroundImage {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; background-image: url(Backgrounds/Gradient2.jpg); border-style: inset; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px; padding-left: 3px}
.BackgroundColor14 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; background-color: #BBFFFF; color: #000000; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px }
.BackgroundColor12 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; 
                     background-color: #BBFFFF; color: #000000; padding-left: 5px; padding-top: 5px; float: left}
.BackgroundColor13 { 
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 13px; 
	 font-style: normal; 
	 background-color: #BBFFFF;
	 color: #000000;
	 padding-top: 5px;
	 border-style: inset; border-top-width: thin; border-right-width: thin;
	 border-bottom-width: thin; 
	 border-left-width: thin; 
	 padding-left: 5px;
 }
.BackgroundColor13Grn2 { font-family: Arial, Helvetica, sans-serif;
                     font-size: 13px; font-style: normal; background-color: #99CC99;
                     color: #000000; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px}
.BackgroundGreen12 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; background-color: #99CC66; color: #000000; border-style: inset; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px}
.BackgroundColor11Green { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  background-color: #BBFFFF;
  color: #000000;
  padding-left: 5px;
  padding-top: 5px;
  float: left;
; padding-right: 2px
}
.BackgroundColor11Red { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  background-color: #FF99FF;
  color: #000000;
  padding-left: 5px;
  padding-top: 5px;
  float: left;
; padding-right: 2px
}
.inpbox {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 20px;
	font-weight: bold;
	height: auto;
	width: auto;
  border-style: inset;
	}

.Turq12 { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; background-color: #BBFFFF; color: #000000; padding-left: 5px; padding-top: 5px; float: left;}
.Turq11 { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; background-color: #BBFFFF; color: #000000; padding-left: 5px; padding-top: 5px; float: left }
.Turq10 { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; background-color: #BBFFFF; color: #000000; padding-left: 5px; padding-top: 5px; float: left }
.Turq12px { font-family: Arial, Helvetica, sans-serif; font-size: 12px ; font-style: normal ; background-color: #BBFFFF; color: #000000; padding-top: 5px; padding-bottom: 5px; padding-left: 5px}

#RegUser {
  border: thin #666666 groove;
  padding: 5px 5px;
 background-color: #CCCCFF;
 text-align: center;
}

#logo {
  background: #c0c0c0 url(Backgrounds/Gradient3.jpg);
  font-weight: bold;
  padding: 5px 5px 5px 0.5em;
  font-family: Harrington; 
  font-size: 44pt; 
  text-align: center; 
  border-style: inset; 
  border-top-width: medium; 
  border-right-width: medium; 
  border-bottom-width: medium; 
  border-left-width: medium;
}

#FontSmall {
  background: #c0c0c0 url(Backgrounds/Gradient3.jpg);
  font-weight: bold;
  padding: 5px 5px 5px 0.5em;
  font-family: Harrington; 
  font-size: 6pt; 
  text-align: center; 
  border-style: inset; 
  border-top-width: medium; 
  border-right-width: medium; 
  border-bottom-width: medium; 
  border-left-width: medium;
}

#nav-button ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-button li
{
float: none;
margin: 0 0.15em;
; font-family: Arial, Helvetica, sans-serif
}

#nav-button li a
{
background: url(Backgrounds/LightBlueGradient.jpg) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: none;
width: 9em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}

#nav-button li a:hover {
color: #fff;
background: #99aabf;
border-top: 2px #31557f solid;
border-left: 2px #31557f solid;
border-bottom: 2px #cce3ff solid;
border-right: 2px #cce3ff solid;
}
/* Hide from IE5-Mac \*/

#nav-button li a {
float: none;
}
/* End hide */

#nav-button
{
width:25em;
}

.PadLeft5 { padding-left: 5px }
.PadTop5 { padding-top: 5px}
.PadTop3 { padding-top: 3px}
