/* Our main style definitions */

.title {
	font-family: Courier New, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3A3A3A;
}

.text {
	font-family: Courier New, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
}

.links {
	font-family: Courier New, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}

.soon {
	font-family: Courier New, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999999;
}

.copy {
	font-family: Courier New, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

/* Below are misc. definitions... link behavior and the like */

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #B08F6A;
	text-decoration: underline;
}

/* Table Stuff */
TABLE
{
 	BORDER-COLLAPSE: collapse;
}
TABLE.blackborder
{
	border-style: solid;
	border-width: 2px;
	border-color: black;
}
TD
{
	Border-collapse: collapse;
    border-color: LightGrey;
}
TABLE.blackborder TD
{
	border-width: 1px;
	border-color: lightgrey;
}