/* CSS Document */
/***********************************************/
/* styles.css                                  */
/* Use with hallidays.ca files                 */
/* Styles last updated March 16, 2006          */
/* Todd V. Yeadon                              */
/* textureweb.com                              */ 
/***********************************************/


body {
	font-family: Tahoma, Verdana, "Helvetica Condensed", sans-serif;
	font-size: 12px;
	background: white;
	margin: 0;
	background-image: url(images/backgroundtile.gif);
}

a {
	text-decoration: none;
}

a:link {
	color: #666666;
}

a:visited {
	color: #000000;
}

a:active {
	color: #000000;
}

/*	a:hover {
	text-decoration: none;
font-weight: bold;
}
 */

/***********************************************/
/*  list tag styles                            */
/***********************************************/

ul {
	list-style-image:  url(images/hbullet.gif);
	}

/***********************************************/
/*  page tag styles                            */
/***********************************************/
	
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight:bold;
	padding-left: 13px;

}
.copy10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.copy12 {
	font-size: 12px;
}
.boxcopy12 {
	font-size: 12px;
	padding: 2;
}
.copyright {
	color: #999999;
	font-size: 10px;
	padding-top: 10px;
}
.copyred {
	color: #990000;
	font-size: xx-small;
}
.copywhite {
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 10px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 0px;
}
.bodytext {
	font-size: 14px;
	letter-spacing: 0.1em;
}

