@charset "utf-8";
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* CSS Document */

.indexbackground {
	background-attachment: scroll;
	background-image: url(Images/RedwebHomePage.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.overviewbackground {
	background-attachment: scroll;
	background-image: url(Images/Overviewbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.redwebred {
	font-weight: bold;
	color: #DB1A35;
}
.greytitle {
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
}
.redtitle {
	font-size: 16px;
	font-weight: bold;
	color: #DB1A35;
}
.whitetitle {
	font-size: 24px;
	color: #FFF;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.parawhite {
	color: #FFF;
}
body {
}

.linkbackground {
	background-image: url(Images/linkbackground.gif);
	background-repeat: no-repeat;
}


#link {
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	display: inline;
	padding: 4px;
	font-size: 14px;
}
#link a:link {
	color: #DB1A35;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}
#link a:visited {
	color: #DB1A35;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
	display: inline;
	text-align: center;
	font-size: 14px;
}
#link a:hover {
	color: #DB1A35;
	display: inline;
	padding: 2px;
	text-decoration: underline overline;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
#link a {
	font-size: 14px;
	color: #DB1A35;
	text-decoration: none;
	display: inline;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}
.linksdivide {
	color: #DB1A35;
}
.featuresandbenefitsbackground {
	background-attachment: scroll;
	background-image: url(Images/featuresandbenefitsbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.newspaperheader {
	font-size: 14px;
	font-weight: bold;
}
.redwebdemobackground {
	background-image: url(Images/redwebdemo.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
