/* CSS Document */

a:link  {
	color : #000000;
	text-decoration : none;cursor: nmc(nmc.cur);
}

a:visited  {
	color : #cccccc;
	text-decoration : none;cursor: default;
}

a:active  {
	color : #000000;
	text-decoration : none;cursor: hand;
}

a:hover  {
	color :#000000;
	text-decoration : underline;cursor: url(nmc.cur);
}

  body {
    font-family: Tahoma;
    color: 000000;
    text-align: justify;}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
hr {
  border: 0;
  width: 50%;
}

fieldset  {
	font: 12px "Helvetica Neue", helvetica, arial, sans-serif;
	color: #999999;
	background-color: transparent;
	padding: 3px;
	border: solid 0px #999999;
	width: 350px;
	}
	
legend  {
	color: #999999;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #000000;
	padding: 2px 6px;
	margin-bottom: 8px;
	border: solid 1px #999999;
	}

label   {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width: 125px;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}
	
input.formInputText   {
	font-size: 9px;
	vertical-align: center;
	color: #000000;
	background-color: #999999;
	padding: 3px;
	border: solid 2px #900000;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 20px;
	}
	
input.formInputText:hover {
	background-color: #999999;
	border: solid 1px #000000;
	color: #000000;
	cursor: pointer;
	}
	
input.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #C14224;
	cursor: text;
	}
	
select.formSelect  {
	font-size: .8em;
	color: #000000;
	background-color: #999999;
	padding: 2px;
	border: solid 1px #900000;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	}

select.formSelect:hover  {
	color: #333;
	background-color: #ccffff;
	border: solid 1px #006600;
	}
	
select.formSelect:focus  {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	}

input.formInputButton   {
	font-size: 1em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #000000;
	background-color: #999999;
	padding: 1px;
	border: solid 1px #900000;
	cursor: pointer;
	float: right;
	}
	
input.formInputButton:hover   {
	background-color: #999999;
	}
	
input.formInputButton:active   {
	background-image: url(bg_button.png);
	}

.whimsy {
	font-family: "Whimsy TT";
	font-size: 24px;
	color: #000000;}


.swiftkicktbl {
	background-image: url("images/swiftkickbg.jpg");
	background-repeat: no-repeat;
	background-position: center center;}

table.spectab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

  CAPTION.SIZECHART
  {
     background-color:#999999;
     color:#000000;
     border-style:solid;
     border-width:1px;
     border-color:black;
  }

  TABLE.SIZECHART
  { 
     font-family:Century Gothic;
     font-size:12pt;
     background-color:#999999;
     width:400 px;
     border-style:solid;
     border-color:black;
     border-width:1px;
  }

  TH.SIZECHART
  {
     font-size:10pt;
     color:#666666;
     text-align:center;
  }


  TR.SIZECHART
  { 
  }

  TD.SIZECHART
  {  
     font-size:10pt;
     background-color:#999999;
     color:white;
     border-style:solid;
     border-width:1px;
     text-align:center;
  }


