/* Your Little Gift CSS Styles*/
body
{
	font-family: aerial, sans-serif;
/*	background-color: AA99AA; */
	background-color: FFFFFF;
	background-image: url('images/icons/gift_tile.gif');
	background-repeat: repeat;
	font-size: 75%
}

.on
{
z-index:          2;
display: inline;
}

.off
{
z-index:          1;
display: none;
}


a:link
{
	color: #993399;
	font-weight: normal;
	text-decoration: none
}

a:visited
{
	color: #993399;
	font-weight: normal;
	text-decoration: none
}

a:hover
{
	color: #993366;
	font-weight: bold;
	text-decoration: underline
}


/* First line of navigation text hyperlinks and link effects*/
p.nav1
{
	font-size: 75%;
	font-weight: bold;
	text-align: Left;
	color: #FFFFFF;
}

a.nav1:link
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none
}

a.nav1:visited
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none
}

a.nav1:hover
{
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline
}

/* Second line of navigation text hyperlinks and link effects offset from the first line*/
p.nav2
{
	font-size: 75%;
	font-weight: normal;
	color: #CC99FF;
	text-align: Left;
	position: relative;
	left: 30px;
	top: -10px; 
	width: 500px
	
}


a.nav2:link
{
	color: #CC99FF;
	font-weight: normal;
	text-decoration: none
}

a.nav2:visited
{
	color: #CC99FF;
	font-weight: normal;
	text-decoration: none
}

a.nav2:hover
{
	color: white;
	font-weight: normal;
	text-decoration: underline
}

/* Bottom Navigation line of text hyperlinks and link effects*/
p.navBtm
{
	font-size: 65%;
	font-weight: normal;
	color: #999999;
	text-align: center;
}


a.navBtm:link
{
	color: #999999;
	font-weight: normal;
	text-decoration: none
}

a.navBtm:visited
{
	color: #999999;
	font-weight: normal;
	text-decoration: none
}

a.navBtm:hover
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline
}


.bodyTxt1st
{
/* Body Text First Line */
	font-size: 80%;
	font-weight: bold;
	text-align: Left;
/*	color: #FF6666; */
	color: #6666CC; 
	margin-left: 5;
	margin-right: 5
}

.bodyTxt
{
/* Body Text Normal Left Justified */
	font-size: 75%;
	text-align: justify;
	color: #663333;
	margin-top: 5;
	margin-left: 5;
	margin-right: 5;
	margin-bottom: 5;
}

.bodyTxtCnt 
{
/* Body Text Centered */
	font-size: 75%;
	text-align: Center;
	color: #663333;
	margin-top: 5;
	margin-left: 5;
	margin-right: 5;
	margin-bottom: 5;
}

.bodyTxtRgt
{
	font-size: 75%;
	text-align: Right;
	color: #663333;
	margin-left: 5;
	margin-right: 5
}

.bodyLst
{
/* Body Text Normal Left Justified */
	font-size: 75%;
	text-align: left;
	color: #663333;
}

.gallery
{
	font-size: 75%;
	margin-top: 5;
	margin-left: 5;
	margin-right: 5;
	margin-bottom: 5;
	text-align: center;
}