/* Technitherm - catalogue pages*/

.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:#fff;
      font-size:10px;
	  text-align:left;
      font-family:Verdana, Arial, Helvetica, sans-serif; 
	  background:#CCCCCC;
	  /* 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:#fff;
      scrollbar-face-color: #999;
      scrollbar-shadow-color: #000;
      scrollbar-highlight-color: #999;
      scrollbar-3dlight-color: #fff;
      scrollbar-darkshadow-color: #333;
      scrollbar-track-color: #CCCCCC;
      }
	  
table,tr {font-color:#fff;
      font-size:10px;
	  text-align:left;
      font-family:Verdana, Arial, Helvetica, sans-serif;}

form, textarea, input, textfield {font-family:Verdana, Arial, Helvetica, sans-serif;
                        font-size:10px;}

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.a:link {color:#006; text-decoration:none;}   /* unvisited link */
a.a:visited  {color:#006; text-decoration:none;}   /* visited link */
a.a:hover {color:#006; text-decoration:underline;}   /* mouse over link */

a:link {color:#006; text-decoration:none;}   /* unvisited link */
a:visited  {color:#006; text-decoration:none;}   /* visited link */
a:hover {background:#CCC; 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. */
