body {
	color:#000; 
	background-color: #000;
}
html, body, #brainstormlayout {
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	text-align: center;
}
#brainstormlayout {
	text-align: left;
}

table.roundcorners {
	border-width: thick thick thick thick;
	border-spacing: 2px;
	border-style: hidden hidden hidden hidden;
	border-color: black black black black;
	border-collapse: separate;
	background-color: black;
}
table.roundcorners th {
	border-width: thick thick thick thick;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: rgb(19, 19, 19);
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 12px 12px;
}
table.roundcorners td {
	border-width: thick thick thick thick;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: rgb(19, 19, 19);
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 12px 12px;
}
.products {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.linkdescription {font-family: "Times New Roman", Times, serif; font-size: 10pt; color: #CCCCCC; text-decoration: none; font-weight: bold; }
.textlink {
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #999999;
}
a:link {
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
	outline: none;
}
a:focus {
	outline: 1px solid #333333;
	outline-style: dotted;
	text-decoration: underline;
	
}
a:active {
	text-decoration: none;
	outline: none;
}