@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/wooden_bgd.jpg);
}
.cellBackground {
	background-image: url(../images/table_bgd.jpg);
	background-repeat: repeat-y;
}
.cellVideoBgd {
	background-image: url(../images/video_bgd.jpg);
	background-repeat: repeat-y;
}
.panelGhostBackground {
	background-image: url(../images/ghost_table_filler.jpg);
}
.panelGhostRoseBackground {
	background-image: url(../images/wooden_bgd_tile_med.jpg);
}
.panelRoseSpecialBackground {
	background-image: url(../images/rose_panel_special.jpg);
	background-repeat: no-repeat;
}
.panelRoseTileBackground {
	background-image: url(../images/rose_tile_bgd.jpg);
	background-repeat: repeat;
}
.bigCapitols {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	color: #274C01;
}
.text1_TimesItalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #274C01;
}
.text2_BodyText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #630;
}
.text2_BodyRedBold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #C00;
	font-weight: bold;
}
.text2_BrownHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #630;
}
.text2b_BrownMedium {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #630;
}
.text3_GreenHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #274C01;
}
.text3_GreenMedium {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #274C01;
}
.text4_RedHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #C00;
}
.text4_RedMedium {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C00;
}
.text4_YelowHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: yellow;
}
.text4_YellowMedium {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: yellow;
}
.text4_YellowSmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: yellow;
}
.text5finePrint {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #630;
}
.whiteText1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.specialsRoseTable {
	background-image: url(../images/rose_tile_bgd.jpg);
	background-repeat: repeat;
	min-height: 110px;
}
.whiteTextHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}
.whiteTextMedium {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}
a:link {
	color: #274C01;
}

a:visited {
	color: #b8860b;
}
