@charset "utf-8";

.top-black-border {
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #000000;
}
.bgimage-left {
	background-image: url(images/bgleft.gif);
	background-repeat: repeat-y;
	background-position:right;
}
.bgimage-right {
	background-image: url(images/bgright.gif);
	background-repeat: repeat-y;
	background-position: left;
}

a.hyper-footer {color: white; text-decoration: none; font:small}
a:hover.hyper-footer {color: white;}
a:active.hyper-footer{color: white;}

a.letter {color: white; text-decoration: none; font-weight: bold; font-size:large;}
a:hover.letter {color: white;}
a:active.letter {color: white;}

a.aff {color: black; text-decoration: none; font-weight: bold; font:small}
a:hover.aff {color: black;}
a:active.aff {color: black;}

a.game {color: black; text-decoration: none; font-weight: bold; font:small}
a:hover.game {color: red;}
a:active.game {color: black;}

a.game-homepage {color: black; text-decoration: none; font:small}
a:hover.game-homepage {color: red; font-weight: bold}
a:active.game-hompage {color: black; font-weight: bold}

a.printable-link {color: black; font-weight: bold}
a:hover.printable-link {color: black; font-weight: bold}
a:active.printable-link {color: black; font-weight: bold}

.red-text {
	font-weight: bold;
	color: #F32F30;
}
.letter-select-title {
	font-weight: bold;
	color: #FFFFFF;
}
.big-bold {
	font-size: large;
	font-weight: bolder;
}

.big-bold-red {
    color: red;
	font-size: large;
	font-weight: bolder;
}

.red-line {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #D72C2C;
}
.grey-box {
	border: 2px solid #E6E6E6;
}

.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}.main-border {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C1C1C1;
	border-left-color: #C1C1C1;
}

h1
{
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 8pt;
	margin: 0 0 0 0;
	display: inline;
}

.itemtitle {
	height: 27px;
	width: 484px;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	line-height: 19pt;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
}