@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #000000;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
}
#head_background {
	background-image: url(../images/filmstrip.jpg);
	background-repeat: repeat-x;
}
#ornamental_background {
	background-image: url(../images/ornamental_des1.gif);
	background-repeat: no-repeat;
}

/*---------------------------------*/

.text {
	font-size: 10pt;
	color: #FFFFFF;
	margin: 0px 0px 0px 15px;
}
.text_extra_margin {
	font-size: 10pt;
	color: #FFFFFF;
	margin: 0px 0px 0px 20px;
}
.text_yellow {
	color: #B1AE4F;
}
.header1_yellow {
	font-size: 10pt;
	font-weight: bold;
	color: #B1AE4F;
	text-decoration: none;
}
.header2_yellow {
	font-size: 10pt;
	color: #B1AE4F;
	text-decoration: none;
}
.header3_lighter_yellow {
	font-size: 10pt;
	color:  #d9d879;
	text-decoration: none;
}
.red_10pt {
	font-size: 9pt;
	color: #FF6600;
}
.image_border {
	border: 2px #5b592a solid;
}

/*---------------------------------*/

.copyright {
	font-size: 7pt;
	line-height: 1.7;
	margin:	5px 0px;
	color: #FFFFFF;
}

/*---------------------------------*/

a.header1_yellow:hover { text-decoration: underline;}
a.copyright:link { color: #FFFFFF; }
a.copyright:visited { color: #FFFFFF; }

a:link {
	color: #BAB653;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BAB653;
}
a:hover {
	text-decoration: underline;
}
