body { 
	background-image: url("images/blueGridPattern.gif"); 
}
p, h1, h2, h3, h4, h5, h6, em, ul { 
	font-family: "Lucida sans unicode", "Lucida sans", Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
}
.spec {
	font-family: "Monotype Corsiva", "Brush Script", Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
}
.just {
	text-align: justify; 
	line-height: 130%;
}
.minjust {
	text-align: justify; 
	line-height: 130%;
	font-size: smaller; 
}
.close {
	line-height: 100%; 
	margin-top: 0; 
	margin-bottom: 0; 
}
.red { 
	color: #FF6347; 
}
.yellow { 
	color: #FFCC66;
}
.purple { 
	color: #CCCCFF;
}
.fuscia { 
	color: #CC66FF;
}
.green { 
	color: #CCFFCC;
}
.hblue {
	color: #99CCFF;
	height: 1px;
}
.bold { 
	font-weight: bold; 
}
.under { 
	text-decoration: underline; 
}
.min { 
	font-size: smaller; 
}
.lite { 
	font-weight: lighter; 
}
.big {
	font-size: large;
}
.sm {
	font-size: x-small;
}
.tin {
	font-size: xx-small;
}
.blue {
	color: #99CCFF;
}
.dkblue {
	color: #6699CC;
}
.grey {
	color: #CCCCCC;
}
.ink {
	color: #000F80;
}
A {
	text-decoration: underline; 
	cursor:normal; 
	font-family: "Lucida sans unicode", "Lucida sans", Arial, Helvetica, sans-serif;
}
A:link {
	color: #CC6699;
}
A:visited {
	color: #FF3366;
}
A:active {
	color: #FFCC66;
}
A:hover { 
	color: #FFCC66; 
}
A.spec {
	text-decoration: none; 
	cursor:normal; 
	font-family: "Monotype Corsiva", "Brush Script", Arial, Helvetica, sans-serif; 
}
A.spec:link {
	color: #FF6347;
}
A.spec:visited {
	color: #FF3366;
}
A.spec:active {
	color: #FFCC66;
}
A.spec:hover { 
	color: #FFCC66; 
}