html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-image:url(../imgs/bg_tile.gif);
	background-repeat:repeat;
	
}

/*Content styles*/

p, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #a6147d;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none; 
	border-bottom:0;
}

input{
	border:1px solid #333333;
}

textarea{
	border:1px solid #333333;
}

.submit{
	background-color:#a6147d;
	color:#FFFFFF;
	font-weight: bold;
	border:none;
	height:20px;
}
