	/* Primary Layout Parametres */

body { 
	background-color:#F2F2EC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: normal 11px Arial, Helvetica, San-serif;
	color: #666666;
}

td {
	font: normal 11px Arial, Helvetica, San-serif;
	color: #666666;
}

	/* Default links */
a:link {
	color: #FF4A00;
	text-decoration: none;
	font-weight: bold;   	
}

a:visited {
	color: #FF4A00;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF4A00;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #FF4A00;
	text-decoration: underline;
	font-weight: bold;
}

a.blacklink:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;   	
}

a.blacklink:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.blacklink:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a.blacklink:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

	/* Element Designs */

.titletext{
	color: #666666;	
	font-size: 14px;
	font-weight: bold;
}

.contacttext{
	color: #666666;	
	font-size: 12px;
	font-weight: bold;
}

.producttitle{
	color: #666666;	
	font-size: 18px;
	font-weight: bold;
}

.smalltext{
	color: #666666;	
	font-size: 9px;
}

input.whiteinput {
	background-color: #ECECE6; 
	font-family: Arial, Helvetica, San-serif;
	color: #000000;	
	font-size: 9px;
}

textarea.whiteinput{
	background-color: #ECECE6; 
	font-family: Arial, Helvetica, San-serif;
	color: #000000;	
	font-size: 9px;
}

select.pulldown {
	background-color: #ECECE6;
	font-family: Arial, Helvetica, San-serif;	
	font-size: 9px;
	font-weight: none;
	color: #000000;
}

option.pulldown {
	background-color: #ECECE6;
	font-family: Arial, Helvetica, San-serif;	
	font-weight: none;
	font-size: 9px;
	color: #000000;
}

input.thebuttons {
	background-color: #ECECE6;
	font-family: Arial, Helvetica, San-serif;	
	font-weight: bold;
	font-size: 9px;
	color: #000000;
}

form.whiteinput {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
