/*******************************
  Body Design Franchise Systems, LLC.
	Main CSS stylesheet
*******************************/

a:link, a:visited, a:active {
  color: #C00;
  text-decoration: none
}
a:hover {
  color: #F00;
  text-decoration: underline
}

html {overflow-x:hidden;}

body {
  background: url(images/template-bg.gif) repeat-y scroll;
  background-position: 0 90px;
/*  background: url(/images/watermark.gif) repeat fixed; */
  font-family: Tahoma, Verdana, Sans-Serif;
  font-size: 16px;
  color: #000;
  margin: 0;
  height: 100%
}

.LinkedTextBottom a {
	font-size: 9px;
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}
.LinkedTextBottom a:hover {
	color: #FF9900;
}

.BodyText {
	font-size: 11px;
}
.BodyTextBold {
	font-size: 11px;
	font-weight: bold;
}
.BodyTextWhite {
	font-size: 11px;
	color: #FFFFFF;
}
.BodyTextOrange {
	font-size: 11px;
	color: #FF9900;
}
.BodyTextBlue {
	font-size: 11px;
	color: #000099;
}
.BodyTextBlueBold {
	font-size: 11px;
	color: #000099;
	font-weight: bold;
}

.BodyText16px {
	font-size: 12px;
}
.BodyText16pxBold {
	font-size: 12px;
	font-weight: bold;
}
.BodyText16pxWhite {
	font-size: 12px;
	color: #FFFFFF;
}
.BodyText16pxOrange {
	font-size: 12px;
	color: #FF9900;
}
.BodyText16pxBlue {
	font-size: 12px;
	color: #000099;
}

.BigHeadline {
	font-size: 20px;
	font-weight: bold;
}
.BigHeadlineOrange {
	font-size: 20px;
	color: #FF9900;
	font-weight: bold;
}
.BigHeadlineWhite {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

.Headline {
	font-size: 16px;
	font-weight: bold;
}
.HeadlineOrange {
	font-size: 16px;
	color: #FF9900;
	font-weight: bold;
}
.HeadlineWhite {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.HeadlineRed {
	font-size: 16px;
	color: #680000;
	font-weight: bold;
}
.HeadlineBlue {
	font-size: 16px;
	color: #000099;
	font-weight: bold;
}
.HeadlineGray {
	font-size: 16px;
	color: #B09A8A;
	font-weight: bold;
}

.SubHeadline {
	font-size: 14px;
	font-weight: bold;
}
.SubHeadlineOrange {
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
}
.SubHeadlineWhite {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.SubHeadlineRed {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
.SubHeadlineBlue {
	font-size: 14px;
	color: #000099;
	font-weight: bold;
}

.CopyrightText {
	font-size: 9px;
}
.CopyrightTextWhite {
	font-size: 9px;
	color: #FFFFFF;
}

.White {
	color: #FFFFFF;
}

.errormsg {
  text-align: left;
  border: 1px solid #DD0000;
  padding: 5px;
  color: #DD0000;
  font-weight: bold
}

#divFooter a:link, #divFooter a:visited, #divFooter a:active {
	font-size: 11px;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none
}
#divFooter a:hover {
	font-size: 11px;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline
}

div.spacer {
  clear: both;
}

div.row {
  clear: both;
  padding: 2px 0;
  margin: 0
}

div.row span.label {
  float: left;
  margin-right: 10px;
  width: 150px;
  text-align: right;
}

div.row span.formw {
  float: right;
  width: 390px;
  text-align: left;
}

div.row span.label2 {
  float: left;
  margin-right: 10px;
  width: 290px;
  text-align: right;
}

div.row span.formw2 {
  float: right;
  width: 250px;
  text-align: left;
}

div.row span.label3 {
  float: left;
  margin-right: 10px;
  width: 320px;
  text-align: right;
}

div.row span.formw3 {
  float: right;
  width: 290px;
  text-align: left;
}

div.row span.label4 {
  float: left;
  margin-right: 10px;
  width: 146px;
  text-align: right;
  font-size: 14px
}

div.row span.formw4 {
  float: right;
  width: 260px;
  text-align: left;
}

div.row span.label5 {
  float: left;
  margin-right: 10px;
  width: 320px;
  text-align: right;
  font-size: 14px
}

div.row span.formw5 {
  float: right;
  width: 290px;
  text-align: left;
  font-size: 14px
}

input.btn1 {
	color:#333;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:84%;
	font-weight:bold;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#666;
	border-bottom-color:#666;
	background-color:#fcc;
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffff9999');
}

input.btnhov {
	border-top-color:#c63;
	border-left-color:#c63;
	border-right-color:#930;
	border-bottom-color:#930;
}


.login {
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 8px;
  font-weight: bold;
  color: #FFF
}

.login input {
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 8.0pt
}

.login a:link, .login a:visited, .login a:active {
  color: #F5FE00;
  font-size: 8.0pt
}

.login a:hover {
  color: #00FE42;
  font-size: 8.0pt;
  text-decoration: none
}

.navmenu a:link, .navmenu a:visited, .navmenu a:active {
  color: #222;
  font-size: 11px;
  font-family: Arial,Helvetica,Sans-Serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: none
}

.navmenu a:hover {
  color: #666;
  font-size: 11px;
  font-family: Arial,Helvetica,Sans-Serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: none
}

.contentSmall {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #000
}
