
/**************BASE DECLARATION****************/



body {

  margin: 0px; 
  padding:0px
 }


/**************MENU CONFIGURATION ****************/
.clsCMOn {
	font-family: Tahoma, Helvetica;
	font-size: 18px;
  font-weight:bold;
  text-shadow: 1px 1px 2px black;
  text-align:center;
	color: #ffffff;
    }

.clsCMOver {
	font-family: Tahoma, Helvetica;
	font-size: 18px;
  font-weight:bold;
  text-shadow: 1px 1px 2px black;
  text-align:center;
	color: #9999ff;
    }


/**************TEXT COLORS****************/

  a.anchor:link, a.anchor:visited, a.anchor:hover, a.anchor:active { background: transparent; color: #000000; text-decoration: none; }
  a:link     { color:#cccccc; text-decoration: none; }
  a:visited  { color:#cccccc; text-decoration: none; }
  a:hover    { color:#cccccc; }
  a:active   { color:#990000; }


/************** DIV ID ***************( <div id="center1000"></div> ) ****************/




#center1200 {
  width: 1200px ;
  margin-left: auto ;
  margin-right: auto ;
}

/************** DIV CLASS ***************( <div class="leftbody"></div> ) ****************/

div.CLASSNAME {
  text-decoration: line-through;
  margin-left:15px;
  margin-right:20px;
  text-align:center;                              /* left, right, center, justify  */
  font-family: Arial, Helvetica, "Sans Serif";
  font-size:x-small;                              /* xx-small, x-small, small, medium, large, x-large, xx-large      */
  font-weight: normal;                            /* lighter, normal, bold, bolder, */
  color:#000000

}



div.topheader{
  margin-left:auto ;
  margin-right:auto ;
  text-align:center;
  font-size:11pt;
  font-family: Arial, Helvetica, "Sans Serif";
  font-weight: normal;                           /* lighter, normal, bold, bolder, */
  color: #666666;
}


div.form {
  margin-left:5px;
  margin-right:5px;
  text-align:left;
  font-size:8pt;
  font-family: Arial, Helvetica, "Sans Serif";
  font-weight: normal;                           /* lighter, normal, bold, bolder, */
  color: #000000;
}

div.formbody {
  margin-left:5px;
  margin-right:5px;
  text-align:left;
  font-size:7pt;
  font-family: Arial, Helvetica, "Sans Serif";
  font-weight: bold;                           /* lighter, normal, bold, bolder, */
  color: #000099;
}

div.leftbody {
  margin-left:40px;
  margin-right:40px;
  text-align:left;
  font-size:12pt;
  font-family: Arial, Helvetica, "Sans Serif";
  font-weight: normal;                           /* lighter, normal, bold, bolder, */
  color: #cccccc;
}

div.contactbody {
  margin-left:00px;
  margin-right:40px;
  text-align:left;
  font-size:12pt;
  font-family: Arial, Helvetica, "Sans Serif";
  font-weight: normal;                           /* lighter, normal, bold, bolder, */
  color: #cccccc;
}


/**************ALIGN CLASSES****************/

.left      {text-align:left}
.right     {text-align:right}
.center    {text-align:center}



/**************TEXT CLASSES****************/

.heavy {
  text-decoration: none;
  font-size: 120%; 
  font-weight: bold;                            
  font-family: Arial, Helvetica, "Sans Serif";
    }

.normal {
  text-decoration: none;
  font-size: 100%; 
  font-weight: normal;                            
  font-family: Arial, Helvetica, "Sans Serif";
    }

.small {
  text-decoration: none;
  font-size: 80%; 
  font-weight: lighter;                            
  font-family: Arial, Helvetica, "Sans Serif";
    }

.tiny {
  text-decoration: none;
  font-size: 60%; 
  font-weight: normal;                            
  font-family: Arial, Helvetica, "Sans Serif";
    }

.blink {
  text decoration:blink
    }


/**************COLOR CLASSES**********  <SPAN CLASS="heavy blue"></SPAN>  ******/
/*  aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow  */

.red    {color: #990000;}
.black  {color: #000000;}
.blue   {color: #000099;}
.navy   {color: #191970;}
.white  {color: #FFFFFF;}
.green  {color: #009900;}
.grey   {color: #999999;}
.yellow {color: #ffff00;}


/**************HR CLASSES*********<hr class="thick green">*******/

hr.thin { 
  border: 1;
  width: 70%;
  height: 1px;
  text-align: center;
    }
hr.medium {
  border: 1;
  width: 70%;
  height: 3px;
  text-align: center;
    }
hr.thick { 
  border: 1;
  width: 70%;
  height: 5px;
  text-align: center;
    }


/**************HEADER CLASSES**********<h1 class=red></h1>******/

h1  {
  display: inline;
  font-size: 200%;
  font-family: Arial, Helvetica, "Sans Serif";
  font-weight: bold;
  padding-left: 0px;
  margin:0;
    }
h2  {
  display: inline;
  font-size: 170%;
  font-family: Arial, Helvetica, "Sans Serif";
  font-weight: bold;
  padding-left: 0px;
  margin:0;
    }
h3  {
  display: inline;
  font-size: 150%;
  font-family: Arial, Helvetica, "Sans Serif";
  font-weight: bold;
  padding-left: 0px;
  margin:0;
    }
h4  {
  display: inline;
  font-size: 120%;
  font-family: Arial, Helvetica, "Sans Serif";
  font-weight: bold;
  padding-left: 0px;
  margin:0;
    }
h5  {
  display: inline;
  font-size: 100%;
  font-family: Arial, Helvetica, "Sans Serif";
  font-weight: bold;
  padding-left: 0px;
  margin:0;
    }
h6  {
  display: inline;
  font-size: 80%;
  font-family: Arial, Helvetica, "Sans Serif";
  font-weight: bold;
  padding-left: 0px;
  margin:0;
    }



/**************LIST CLASSES*********** <UL CLASS="image"></UL> *****/

ul.disc        {list-style-type:disc}
ul.circle      {list-style-type:circle}
ul.square      {list-style-type:square}
ul.image       {list-style-image:url('../images/bullet.gif')}
ol.decimal     {list-style-type:decimal}
ol.lower-roman {list-style-type:lower-roman}
ol.upper-roman {list-style-type:upper-roman}
ol.lower-alpha {list-style-type:lower-alpha}
ol.upper-alpha {list-style-type:upper-alpha}
