@charset "UTF-8";

body {
	text-align: center
	padding: 0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align: center; /* Hack for IE5/Win */
	min-height: 100%;
	margin-bottom: 1px;
}

#Content {
	width: 830px;
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
	padding: 0px;
}

.basic {
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
}

.basic2 {
	border-left: 2px solid #000000;
	border-top: 2px solid #000000;
}

.basic3 {
	border-top: 2px solid #000000;
}

.mainbody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	padding-bottom: 8px;
}

.input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: 1px solid #000000;
}

.textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: 1px solid #000000;
}

.select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	float: right;
}

div.td
{
  width: 300px;
  border:#000 solid 0px;
  color: #ffffff;
  margin-right: auto;
  margin-left: auto;
}

div.td div
{
  width: 300px;
  height: 250px;
}

div.td div.column1
{
  background-color: #121212;
}

div.td div.column2
{
  background-color: #454545;
}

div.td div.column3
{
  background-color: #787878;
}