/*
added  text formatting here.
*/

.largeimagehdrtext {
   font-family: Tahoma;
   font-size:30px;
   color: #000000;
}

.bodytextred {
	font-family: Tahoma;
	font-weight:bold;
	font-size: 14px;
	color: #FF0000;
	letter-spacing: 1px;
}
	
.productheader1 {
	font-family: Tahoma;
	font-weight:bold;
	font-size: 12px;
	color: #000000;
	letter-spacing: 1px;
}

.productheader2 {
	font-family: Tahoma;
	font-weight:none;
	font-size: 12px;
	color: #000000;
	letter-spacing: 1px;
}

.bodytextred {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;
	color: #FF0000;
	letter-spacing: 1px;
	}

.btext {
	font-family:  Tahoma;
	font-size: 12px;
	color: #333333;
	letter-spacing: 1px;
	}

.sitebg {
    background-image:url(../images/sitebg.jpg);
    background-position:center;
	background-repeat: no-repeat;
}


.site {
   font-family: Tahoma;
   font-size: 12px;
   letter-spacing: 1px;
   color: #333333;
}

a.site:link,a.text:hover,a.text:visited {
   font-family: Tahoma;
   text-decoration: none;
}
	
/*
mostly text formatting here.
*/
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
a.text:link,a.text:hover,a.text:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none
	}

.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	}
a.textbold:hover, a.textbold:link, a.textbold:visited {
	text-decoration: none
	}
	
.textwh {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}
a.textwh:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline
	}
a.textwh:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none
	}

/* error text mostly with RED to make attention */	
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	}
a.error:link, a.error:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none
	}
a.error:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none
	}
/*
used on registration page
*/

.hyperText {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #e3e3e3;
	padding: 5px;
	border: solid 2px #333333;
	width: 300px;
	background-color: #e3e3e3
	}
/*
nice borders on Tables, very usefull if you want to not use tables in tables
mostly is used on template_firstpage.html and template_index.html
*/
.TableWithHeading {
	border: 1px solid #CFE9E8;
	padding: 3pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}
.BorderTD {
	border: 1px solid #CFE9E8;
	background-color: #e2e2e2;
	padding: 3pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
.TableWithoutHeading {
	border: 1px solid #CFE9E8;
	margin: 3px;
	}
.YellowTDHeader {
	background-color: #CFE9E8;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	line-height: 16px;
	font-size: 11px;
	text-align: center;
	padding-right: 5px;
	font-weight: bold;
	letter-spacing: 1px;
	}

/* You can float image automatically to left or right */	
.floatleft {float: left;
margin: 3px 3px 0 0 ;
border: 1px solid #e3e3e3;
padding: 2px;}

.floatright {float: right;
margin: 3px 3px 0 0 ;
border: 1px solid #e3e3e3;
padding: 2px;}	