body { 
font-family: Arial, Helvetica, sans-serif; 
color: black; 
line-height: 100%;
font-style: normal; 
font-weight: normal; 
font-variant: normal; 
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
background:
url(images/bkg.jpg);
}




/* TABLE DATA ATTRIBUTES */

td.yellow {
	background: #fae1a2;
}
td.cream {
	background: #fcecc4;
	font-size: 10px; 
	color: #ffffff; 
}
td.nav:link {
	color: #ffffff;
}


/* TEXT ATTRIBUTES */

p.textbold {
font-size: 10px; 
font-weight: bold; 
}
li.text2 {
font-size: 12px;  
}
p.text {
font-size: 12px; 
}
p.subtitle {
	font-size: 10px;
	color:#000066;
	font-weight: bold; 
}



/* LINK SETTINGS */

a:link {
	color: #000066;
	text-decoration: none;
	text-decoration: underline;
}
a:visited {
	color: #000066;
	text-decoration: none;
		text-decoration: underline;
}
a:hover {
	color: #9999CC;
	text-decoration: underline;
	text-decoration: underline;

}

/* NAV SETTINGS */

.nav {
	color: #ffffff;
}
.nav a:link {
	color: #ffffff;
	font-size: 13;
	text-decoration: none;
}
.nav a:visited {
	color: #ffffff;
	font-size: 13;
	text-decoration: none;
}
.nav a:hover {
	color: #ffffff;
	font-size: 13;
	text-decoration: underline;
}

/* SIGNATURE SETTINGS */

.signature {
	font-size: 60%;
	color: #000000;
}
.signature a:link {
	color: #000000;
	text-decoration: underline;
}
.signature a:visited {
	color: #000000;
	text-decoration: underline;
}
.signature a:hover {
	color: #666666;
}

