body, table
{
	font-size: 14px;
	color: white;
	font-family: "Lucida Grande","Century Gothic" , Verdana;
}

body
{

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #151515;
	text-align: left;
	background-image: url('../Images/Main.jpg');
	background-repeat: repeat-x;
}

#divMainContent
{
	text-align:left;
	width: 589px;
	
}

.TextBox
{
	border : Solid 1px Black;
	width: 300px;	
}

.TextArea
{
	width: 300px;
	height: 200px;
}