/* CSS Document */

body {
	font-family: 'helvetica neue', helvetica, verdana, tahoma;
}

p {
	margin: 0px 0px 0px 0px;
}

.title1{
	font-size: 36px;
	color: white;
}

.title2{
	font-size: 23px;
	color: white;
}

.mainText{
	font-size: 23px;
	letter-spacing: 1px;
	font-weight: bold;
}

.textGrey{
	color: #929692;
}

.textBlue{
	color: #79b2b7;
}

.boldText {
	font-weight: bold;
}

.linkText{
	font-size: 11px;
}

.linkText a:link{
	color: #79b2b7;
	text-decoration: none;
}

.linkText a:visited{
	color: #79b2b7;
	text-decoration: none;
}

.linkText a:hover{
	color: #79b2b7;
	text-decoration: underline;
}

.textDescription{
	color: #952d5a;
	font-size: 13px;
	line-height: 21px;
}

.linkMoreText{
	color: #952d5a;
	font-size: 7px;
}

.linkMoreText a:link{
	color: #952d5a;
	text-decoration: none;
}

.linkMoreText a:visited{
	color: #952d5a;
	text-decoration: none;
}

.linkMoreText a:hover{
	color: #952d5a;
	text-decoration: underline;
}

.footerText{
	color: #952d5a;
	font-size: 20px;
	font-weight: bold;
}

.image img{
	border: 0px solid #9f9b9b;
}

.footerText a:link{
	color: #952d5a;
	text-decoration: none;
}

.footerText a:visited{
	color: #952d5a;
	text-decoration: none;
}

.footerText a:hover{
	color: #952d5a;
	text-decoration: underline;
}

