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

.title_text {
	font-family: Georgia, Garamond, Serif;
	font-size: 16pt;
	font-weight: bold;
	font-variant: normal;
}
.sale {
	font-family: Georgia, Garamond, Serif;
	font-size: 16pt;
	background-color:#F30;
	color: #FFF;	
}

.content {
	font-family: georgia, garamond, serif;
	font-size: 12pt;
}

.content_italics {
	font-family: georgia, garamond, serif;
	font-size: 11pt;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}

.content_italics2 {
	font-family: georgia, garamond, serif;
	font-size: 11pt;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	margin-left: 10px;
}

.white {
	font-family: Georgia, Garamond, Serif;
	font-size: 10pt;
	color: #FFF;
	padding: 1px;
}

.white2 {
	font-family: Georgia, Garamond, Serif;
	font-size: 10pt;
	color: #FFF;
	padding: 1px;
	background-color: #F30;
}

.white3 {
	font-family: Georgia, Garamond, Serif;
	font-size: 10pt;
	color: #FFF;
	padding: 5px;
	background-color: #F30;
}

.red {
	font-family: Georgia, Garamond, Serif;
	font-size: 16pt;
	color: #F30;
}

.red2 {
	font-family: Georgia, Garamond, Serif;
	font-size: 11pt;
	color: #F30;
	font-style: italic;	
}

.red2_link {
	font-family: Georgia, Garamond, Serif;
	font-size: 11pt;
	color: #F30;
	font-style: italic;
	text-decoration: underline;
}

.red3 {
	font-family: Georgia, Garamond, Serif;
	font-size: 16pt;
	background-color:#Fff;
	color: #f30;	
}

.red4 {
	font-family: Georgia, Garamond, Serif;
	font-size: 14pt;
	background-color:#F30;
	color: #FFF;
	padding-bottom: 2px;
	padding-left: 2px;
}

.black {
	font-family: Georgia, Garamond, Serif;
	font-size: 16pt;
	color: #000;
}

.legal {
	font-family: Georgia, Garamond, Serif;
	font-size: 9pt;
	color: #000;
	font-style: italic;
}

.big_title {
	font-family: Georgia, Garamond, Serif;
	font-size: 18pt;
	color: #000;
}

audio {
	display:none;
}


