/* CSS Document */
body { 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
	padding: 10px 0px 0px 42px;
	color: #cccccc;
	font-family: tahoma;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #cccccc;
	font-family: tahoma;
	font-weight: bold;
}

.main {
	color: #000000;
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 10px 30px;
	background-repeat: no-repeat;
	background-image: url("../images/tri-header copy.JPG");
}

.links { 
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-seri;
}
.links a:link { 
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	text-align: center;
}
.links a:visited { 
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	text-align: center;
}
.links a:hover { 
	font-size: 12px;
	color: red;
	text-decoration: none;
	text-align: center;
}

.topNav {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-seri;
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	}
.topNav a:link {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-seri;
	color: #66cccc;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	}
.topNav a:visited {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-seri;
	color: #66cccc;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	}
.topNav a:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-seri;
	color: #66cccc;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	}
.link { 
	color: #000000;
	text-decoration: none;
}
a.link:link { 
	color: #000000;
	text-decoration: underline;
}
a.link:visited { 
	color: #000000;
	text-decoration: underline;
}
a.link:hover { 
	color: red;
	text-decoration: none;
}.border {
	border: 1px solid #FDB9F1;
}
