h1, h2, h3, h4, h5, h6
{
color: #458d8b;
font-weight: bold;
}

a:link {color: blue}
a:visited {color: blue}

.red {color: #990000;
font-weight: bold;
font-size: 16pt;
}

.red2 {color: #990000;
font-weight: bold;
font-size: 13pt;
}

.blue {color: #458D8B;
font-style: bold;
font-size: 14pt;
}

.blue2 {color: #458D8B;
font-weight: bold;
font-size: 13pt;
}

.white {color: #FFFFFF;
font-weight: bold;
font-size: 13pt;
}

.small {
	font-size : 10pt;
}

body {
	background-image: url("wood3.jpg");
	background-repeat: repeat;	
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-family: "Tw Cen MT", serif;
}


