/* CSS Document */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FF6699;
}

a:hover {
	text-decoration: underline;
	color: #FF9900;
}

a:active {
	text-decoration: underline;
	color: #FF9900;
}

/*-------*/

a.foot:link {
	text-decoration: none;
	color: #FF6699;
}

a.foot:visited {
	text-decoration: none;
	color: #FF6699;
}

a.foot:hover {
	text-decoration: underline;
	color: #FF6699;
}

a.foot:active {
	text-decoration: underline;
	color: #FF6699;
}



/*-TAGs-*/

h1 {
	font-size: 140%;
	font-weight: normal;
	color: #FF6699;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #666666;
}

p {
	line-height: 125%;
}

hr {
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
}

input {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

label {
	line-height: 170%;
}

/*-------*/

.headerTitle {
	margin: 40px 0px 0px 90px;
}

.footNav {
	font-size: 78%;
	color: #FF6699;
}

.footer {
	font-size: 78%;
	color: #999999;
}

.orange {
	color: #FF9900;
	font-weight: bold;
}

.homeTitle {
	margin: 25px 30px 0px 0px;
}

.homeNav {
	vertical-align: top;
}

.mainBG {
	background-image: url(images/apple2.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.appleBG {
	background-image: url(images/apple2.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.orange1BG {
	background-image: url(images/orange1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.orange2BG {
	background-image: url(images/orange2.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.orange3BG {
	background-image: url(images/orange3.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.lemonBG {
	background-image: url(images/lemon.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.fruit1BG {
	background-image: url(images/fruit1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.fruit2BG {
	background-image: url(images/fruit2.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

img.people {
	border:1px solid #666666;
	margin-top: 12px;
	margin-bottom: 3px;
}