/* Technitherm */

.copyright {font-size: 10px; text-align:center;}
.copyrights {font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:left;}
.production {font-size: 10px; text-align:left;}
.center {text-align:center;}
.center2 {font-size: 11px; text-align:center;}
.centersmall {font-size: 10px; text-align:center;}				  
.white {color:#fff; text-align:center;}
.big {color:#00D96C; font-size: 16px;  font-weight:bold; text-align:center;}
.big2 {font-weight:normal;}
/* <div class="copyright"></div> */

body, p {
      font-color:#000;
      font-size:10px;
	  text-align:left;
      font-family:Verdana, Arial, Helvetica, sans-serif; 
	  background:#;
	  /* specify position of background image with "horizontalpos verticalpos" without the quotes,
	  as in bottom right, or top middle, or middle left. */
	  margin:0;
	  padding:0;
	  padding-top:0px;
	  scrollbar-arrow-color:#000066;
      scrollbar-face-color: #B7D8F2;
      scrollbar-shadow-color: #00064F;
      scrollbar-highlight-color: #00077E;
      scrollbar-3dlight-color: #ffffff;
      scrollbar-darkshadow-color: #81BAE9;
      scrollbar-track-color: #81BAE9;
      }
	  
table,tr {font-color:#000;
      font-size:10px;
	  text-align:left;
      font-family:Verdana, Arial, Helvetica, sans-serif;}

form, textarea, input {font-family:Verdana, Arial, Helvetica, sans-serif;
                        font-size:11px;}

h1 {color:#ffffff; font-size:22px; font-weight:normal; padding:2px 0px 2px 0px; margin:0px;}
h2 {color:#ffffff; font-size:11px;}
h3 {color:#fff;}
/* padding: top right bottom left; */
 					  
a:link {color:#81BAE9; text-decoration:none;}   /* unvisited link */
a:visited  {color:#81BAE9; text-decoration:none;}   /* visited link */
a:hover {background:#4A9CDF; color:#fff;}   /* mouse over link */

a.top:link {color:#643C00; font-size:12px; font-weight:bold}
a.top:visited {color:#643C00; font-size:12px; font-weight:bold}
a.top:hover {background:#643C00; color:#BBDD99;}
/* the above styles are sub classes for links, and are named "top", this name is used in "<a class="top"></a>", 
if you change "top" in the subclass, you must change "top" in the <a> code. */
