html {
	width: 100%;
	height: 100%;
}
body {
	background-color: #414141;
	width: 100%;
	height: 100%;
	margin:0px;
	padding:0px;
}
td,p,div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4a4a4a;
}

p {
	line-height:18px;
}

.orange {
	color: #F46F0A;
}

form {
	margin:0px;
}

.small {
	color:#333333;
	font-size:11px;
	line-height:14px;
	padding-left:5px;
	text-align:justify;
}

.preloader {
	background-image:url(/images/layout/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin:0px;
}

a:link {
	color: #F46F0A;
	text-decoration: underline
}
a:visited {
	color: #F46F0A;
	text-decoration: underline
}
a:hover {
	color: #F78C3A;
	text-decoration: none
}
a:active {
	color: #F46F0A;
	text-decoration: underline
}
