BODY,TD { font-family:Verdana,Arial;color:#000000;font-size:10pt;margin:0px;padding:0px;}

A { font-size:10pt; color: #000000; text-decoration:none; }
A:link { font-size:10pt; color: #000000; text-decoration:none; }
A:visited { font-size:10pt; color: #000000; text-decoration:none; }
A:hover { font-size:10pt; color: #606060; text-decoration:underline; }

A.BoldLink { text-decoration:none; color: #000000; font-size:9pt; font-weight: bold; }
A.BoldLink:link { text-decoration:none; color: #000000; font-size:9pt; font-weight: bold; }
A.BoldLink:visited { text-decoration:none; color: #000000; font-size:9pt; font-weight: bold; }
A.BoldLink:hover { text-decoration:underline; color: #000000; font-size:9pt; font-weight: bold; }

.MenuLink { color: #000000; text-decoration:none; }
.MenuLink:link { color: #000000; text-decoration:none; }
.MenuLink:visited { color: #000000; text-decoration:none; }
.MenuLink:hover { color: #707070; text-decoration:none; }

.FooterLink { font-size:9pt; color: #000000; text-decoration:none; }
.FooterLink:link { font-size:9pt; color: #000000; text-decoration:none; }
.FooterLink:visited { font-size:9pt; color: #000000; text-decoration:none; }
.FooterLink:hover { font-size:9pt; color: #606060; text-decoration:none; }

H1,H2,H3,H4,H5,H6 { color:#000000; }
P,DIV,SPAN { font-family:Verdana,Arial;color:#000000;font-size:8pt; }

.BodyHeader { font-family:Verdana,Arial; font-size:32pt; color:#000000; font-weight:normal; }
.BodySubHeader { font-family:Verdana,Arial; font-size:26pt; color:#000000; font-weight:normal; }
.BodySubSubHeader { font-family:Verdana,Arial; font-size:10pt; color:#000000; font-weight:bold; }
.BodyText { font-family:Verdana,Arial; font-size:16pt; color:#000000; }
.BodySubText { font-family:Verdana,Arial; font-size:8pt; color:#000000; }

.BodyMenuText { font-family:Verdana,Arial; font-size:9pt; color:#000000; }
.BodyJoinConfirmationText { font-family:Verdana,Arial; font-size:12pt; color:#000000; font-weight:normal; }
.BodyJoinConfirmationSubText { font-family:Verdana,Arial; font-size:11pt; color:#000000; font-weight:normal; }

.BodyForgottenPasswordText { font-family:Verdana,Arial; font-size:12pt; color:#000000; font-weight:normal; line-height:25px }
/*
------------------------------------------------------------------------------------------------
 BUBBLE TEXT STYLES
------------------------------------------------------------------------------------------------
*/
.BubbleUsernameText { font-family:Verdana,Arial; font-size:18pt; color:#F05b26; font-weight: 600;}
.BubbleText { font-family:Verdana,Arial; font-size:8pt; color:#000000; }
.BubbleSubText { font-family:Verdana,Arial; font-size:7pt; color:#676464; }
/*
------------------------------------------------------------------------------------------------
 FORM TEXT STYLES
------------------------------------------------------------------------------------------------
*/
.FormHeader {
   font-size:9.5pt;
   font-family:Verdana;
  color:#000000;
  font-weight:bold;
}
.FormLabel {
   font-size:8pt;
   font-family:Verdana;
   color:#000000;
   font-weight:bold;
}
.FormSubLabel {
   font-size:9pt;
   font-family:Verdana;
   color:#000000;
}
.FormInputBorder {
   font-family:Verdana;
   font-size:8pt;
   border:2px solid #4575A3;
   width:150px;
}
.FormInputBorderMiddle {
   font-family:Verdana;
   font-size:10pt;
   border:2px solid #4575A3;
   width:255px;
}
.FormInputBorderLong {
   font-family:Verdana;
   font-size:10pt;
   border:2px solid #4575A3;
   width:325px;
}
.FormInputBorderLongEight {
   font-family:Verdana;
   font-size:8pt;
   border:2px solid #4575A3;
   width:325px;
}
.FormInput {
   font-family:Verdana;
   font-size:10pt;
   width:150px;
}
.FormInputTextBox {
   font-family:Verdana;
   font-size:10pt;
   width:255px;
   height:30px;
}
.FormInputTextBoxMiddleBorder {
   font-family:Verdana;
   font-size:10pt;
   border:2px solid #4575A3;
   width:325px;
   height:100px;
}
.FormInputTextBoxLarge {
   font-family:Verdana;
   font-size:10pt;
   width:450px;
   height:100px;
}
.FormInputTextBoxLargeBorder {
   font-family:Verdana;
   font-size:10pt;
   border:2px solid #4575A3;
   width:450px;
   height:100px;
}
.FormDropdownBorder {
   font-family:Verdana;
   font-size:10pt;
   border:2px solid #4575A3;
}
.FormDropdown {
   font-family:Verdana;
   font-size:8pt;
}
.FormCheckBox {
   font-family:Verdana;
   font-size:8pt;
   width:115px;
}
.FormInputFile {
   font-family:Verdana;
   font-size:8pt;
   width:230px;
   border:2px solid #4575A3;
}
/*
------------------------------------------------------------------------------------------------
 HOW-TO GUIDE CUSTOM TABLE
------------------------------------------------------------------------------------------------
*/
.TableBorderBlueCenter 
{
	border: rgb(25,149,211) 1px solid;
	height: 100%;
	width: 100%;
}
.TableBorderBlueCenter td
{
	text-align: center;
}