/* ############################## fastwindcarriers.de ############################## */

/* ############################## STYLES ############################## */

body {
	background: #fff;
}

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

.headCell {
  text-align: center;
}

.bodyCell {
  height: 66%;
  text-align: center;
}

.footerCell {
  text-align: center;
}

.content {
  text-align: center;
}

/* ############################## TYPO ############################## */

tr,td,th,input,p,textarea,adress,div,li,ul,ol,blockquote,br,nobr {
	color: #333;
	font-family: Verdana;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
}

.normalTxt {
	color: #333;
	font-family: Verdana;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
}

.boldTxt {
	color: #333;
	font-family: Verdana;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
}

.footerTxt {
	color: #333;
	font-family: Verdana;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	text-decoration: none;
}

a.link:link {
	color: #333;
	font-family: Verdana;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	text-decoration: underline;
}

a.link:visited {
	color: #333;
	font-family: Verdana;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	text-decoration: underline;
}

a.link:active {
	color: #333;
	font-family: Verdana;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	text-decoration: underline;
}

a.link:hover {
	color: #000;
	font-family: Verdana;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}