a:link {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	text-decoration: underline;
	}

a:visited {
	color: #000000;
	text-decoration: none;
	}
	
.blue {
	color: #3B80AE;
	}
	
p, ul, li, table, td {  
	line-height: 1.2;
	font-size: 14px;
	color: #000000;
	/* list-style-image: url("images/star_bullet.gif"); */
	}

body {
	font-family: Garamond, "Times New Roman", Times, serif;
	background-image: url("images/bg_full.gif");
	background-repeat: no-repeat;
	}

.small {
	line-height: 1.2;
	font-size: 12px;
	color: #000000;
}

#header
{
	background-image: url("images/bg_page.gif");
	background-repeat: no-repeat;
}

.intro {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 26px;
	text-align: left;
}
.linkBlueUndl {
	color: #3399CC;
	text-decoration: underline;
}
.tblRowBdr {
	border: 1px solid #FF9900;
}
