﻿* {
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
}

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	background-color:#f0f0f0;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #666666;
    padding: 2px; 	
}

input+label {
	margin: 2px;
}

a,
a:visited,
a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #00b92d;
}

h1,
h3 {
	color: #00b92d;
	font-size: 12px;
	font-weight:normal;
	text-transform: uppercase;
}

h2 {
	color: #00b92d;
	font-size: 12px;
	font-weight:normal;
	text-transform:uppercase;
}

h4 {
	color: #00b92d;
	font-size: 12px;
	font-weight: normal;
}

hr {
	height:2px;
	color:#f0f0f0;
	background-color:#f0f0f0;
	margin: 20px 0px 20px 0px;
}

a.arrow {
    margin-top: 10px;
    width: auto;
    padding: 0px 0px 0px 16px;
	border: none;
	display: block;
	background: #ffffff url(/images/layout/link.png) no-repeat 0 2px;
	height: 15px;
	text-transform: uppercase;    
	cursor: pointer;
	color: #000000;
	text-decoration: none;
}

a.arrow:hover {
	color: #00b92d;
}

/* Classes */

.left {
	float: left;
}

.right {
	float: right;
}

.cleared {
	display: block;
	font: 1px/1px monospace;
	line-height: 0;
	clear: both;
}

.clear:after {
	height: 0; 
    display: block;
	visibility: hidden;
    clear: both;
	overflow: hidden;
	content: "."; 
}

.clear { display: inline-block; }

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

.hide {
	display: none;
}

.floatFix {clear:both;}

.error {
	padding: 5px 0 5px 0;
	color: Red;
	text-align: left;
}