﻿HTML{font-size:100.01%; margin: 0;}
BODY{
  font-family: Tahoma, Arial, Helvetica, sans-serif; 
  font-size: 87.5%;
  color : #000000;
  margin: 0;
  font-weight:bold;
}
HTML, BODY{margin: 0; padding:0;}
DIV, SPAN, IMG,
H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE,
A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE,
SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR,
DL, DT, DD, OL, UL, LI,
FIELDSET, FORM, LABEL, LEGEND,
TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
BUTTON, BUTTON *, INPUT.button, A *{
  cursor:pointer;
  cursor:hand;
  padding:0;
  font-family:inherit;
  font-weight:inherit;
}
A:link{color: #c00; text-decoration:none; font-weight:bold;}                        
A:visited{color:#c00; text-decoration:none; font-weight:bold;}
A:hover, A:focus{color: #c00; text-decoration:underline;}
SMALL{font-size:0.857em;} 		

FIELDSET{border: none;}

INPUT, SELECT, TEXTAREA{
  font-size: 12px;
  font-family: monospace;
}
TABLE{
  border-collapse: separate;
  border-spacing: 0;
}
UL{
  list-style:none;  
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after {content: "";}
BLOCKQUOTE, Q{quotes: "" "";}


/*Special classes*/
BUTTON.link{
  background:transparent;
  border:0 none;
  color:#C00;
  font-family:inherit;
  font-weight:inherit;
  font-size:1em;  
  text-decoration:none;
}
BUTTON.link:hover{text-decoration:underline;}
BUTTON.big{
  font-size:1.143em;  
}
.txtcenter{text-align:center}         
.txtleft{text-align:left}         
.txtright{text-align:right}              

.fleft{float:left;}
.fright{float:right;}			 

.clear{
  font-size:0;
  line-height:0;
  height:0;
  width:100%;
  clear:both;
  overflow:hidden;
}	 

.textmode{display:none !important;}

.nopad{padding:0 !important;}
.nomar{margin:0 !important;}

.radio UL, UL.radio, .radio,
.check UL, UL.check, .check{list-style:none; padding:0; margin:0; line-height:1.6em;}	 

INPUT.radio, .radio INPUT, INPUT.check,  .check INPUT{margin-right:5px}
.radio *, .check *{vertical-align:middle;}

.inner_inline *{display:inline !important;}
.inline{display:inline !important;}

/*Centering 2 divs*/
.center{text-align:center;}
.center .center{
  margin-left:auto;  
  margin-right:auto;  
  text-align:left;
  float:none;
}



