/* New Act Travel - Homepage Stylesheet  --  Last Edited: 10-09-2003 */

body {
	background-color: #FFFFFF;
	margin: 0px;
}
.navigation {
	background-color: #FFFFFF;
	background-image: url(../layout/HomeNavigationBackground.jpg);
	background-repeat: no-repeat;
	height: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 2px;
	text-align: center;
}
.contentarea {
	background-color: #FFFFFF;
	background-image: url(../layout/HomeContentBackground.jpg);
	background-repeat: no-repeat;
	height: 255px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.footer {
	background-image: url(../layout/HomeFooterBackground.jpg);
	background-repeat: no-repeat;
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 5px;
	cursor: default;
	text-align: center;
}
.contenttable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline
}
a:visited {
	color: #FFFFFF;
	text-decoration: none
}
a:visited:hover {
	color: #FFFFFF;
	text-decoration: underline
}
a.navlinks:link {
	color: #FFFFFF;
	text-decoration: none
}
a.navlinks:hover {
	color: #FFFFFF;
	text-decoration: none
}
a.navlinks:visited {
	color: #FFFFFF;
	text-decoration: none
}
a.navlinks:visited:hover {
	color: #F5F5F5;
	text-decoration: none
}
