body, td, input, textarea, select {
	font-family: Tahoma, Verdana, Serif;
	color: black;
	font-size: 11px;
}

a, a:active, a:visited {
	font-family: Tahoma, Verdana, Serif;
	text-decoration: none;
	color: #FF3300;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
}

.error {
	font-family: Tahoma, Verdana, Serif;
	color: red;
}

hr {
	width: 100%;
	color: #FF3300;
	height: 1px;
}

h1, .txtHeading1 {
	font-family: Tahoma, Verdana, Serif;
	color: black;
	font-size: 18px;
}

h2, .txtHeading2 {
	font-family: Tahoma, Verdana, Serif;
	color: #FF3300;
	font-size: 18px;
}

h3, .txtHeading3 {
	font-family: Tahoma, Verdana, Serif;
	color: #FF3300;
	font-size: 12px;
	font-weight: bold;
}