*{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}

input,
textarea{
	font-family: Arial;
}

a{
	color: #f7a21b;
	outline: none;
}

a:hover{
}

a img{
	border: 0px;
}

h1{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

h2{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
h3{
	margin: 10px 0;	
}

p{
	margin-bottom: 15px;
}

.red{
	color: #ed1848;
}

.orange{
	color: #f7a21b;
}

.grey{
	color: #333333;
}

.lightgrey{
	color: #a6a6a6;
}

.last{
	margin: 0px !important;
}

.nomargin{
	margin: 0px !important;
}

.noborder{
	border: 0px !important;
}

.left{
	float: left;
}

.right{
	float: right;
}
.strong {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}