.header {
	font-family: Impact, Tahoma;
	font-size: 32px;
	color: #000000;
}
.headerRed {

	font-family: Impact, Tahoma;
	font-size: 32px;
	color: #DD0000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.textSmall {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tittle {
	font-family: Impact, Tahoma;
	font-size: 36px;
	font-weight: normal;
}
.tittleRed {
	font-family: Impact, Tahoma;
	font-size: 36px;
	font-weight: normal;
	color: #DD0000;
}
.tittleRedUnderlined {
	font-family: Impact, Tahoma;
	font-size: 36px;
	font-weight: normal;
	color: #DD0000;
	text-decoration: underline;
}
.SubTittle {

	font-family: Impact, Tahoma;
	font-size: 20px;
	font-weight: normal;
}
.SubTittleRed {
	font-family: Impact, Tahoma;
	font-size: 20px;
	font-weight: normal;
	color: #DD0000;
}
.SubTittleRedUnderlined {
	font-family: Impact, Tahoma;
	font-size: 20px;
	font-weight: normal;
	color: #DD0000;
	text-decoration: underline;
}
.textLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
}
.textLargeNoPad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
.tittleRedUnderlinedYellow {
	font-family: Impact, Tahoma;
	font-size: 36px;
	font-weight: normal;
	color: #DD0000;
	text-decoration: underline;
	background-color: #FFFF00;
}
.YellowBgText {
	background-color: #FFFF00;
}
.SubTittleRedUnderlinedYellow {
	font-family: Impact, Tahoma;
	font-size: 20px;
	font-weight: normal;
	color: #DD0000;
	text-decoration: underline;
	background-color: #FFFF00;
}
.style4yellow {
	color: #DD0000;
	font-weight: bold;
	background-color: #FFFF00;
}
.box {
	margin: 10px;
	padding: 10px;
	border: 3px dashed #DD0000;
	background-position: right bottom;
}
.tittleYellow {
	font-family: Impact, Tahoma;
	font-size: 36px;
	font-weight: normal;
	background-color: #FFFF00;
}
.shadow {
	background-image: url(images/400wide.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.boxGuarantee {
	margin: 10px;
	padding: 10px;
	border: 15px solid #DD0000;
	background-position: center bottom;
	float: none;
	text-align: center;
}
.floatLeft {
	float: left;
}
.floatRight {

	float: right;
}
a:link {
	color: #DD0000;
}
a:visited {
	color: #DD0000;
}
a:active {

	color: #DD0000;
}
a:hover {
	color: #000000;
	text-decoration: none;
	
}
.noRepeat {
	background-repeat: no-repeat;
}
.float {
	float: left;
}
.testim {
	padding: 10px;
	border: medium dotted #333333;
	margin-right: 40px;
	margin-left: 40px;
	background-color: #E9E9E9;
}
.floatLeftPad {
	float: left;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 10px;
}
