

	html {
		width:100%;
	}
	body {
		color:#777777;
		font-family: verdana, tahoma;
		font-size:10px;
		line-height:150%;
	}
	td, li {
		font-family: verdana, tahoma;
		font-size:10px;
	}
	img {
		border:0;
	}
	
	p {
		margin:0;
	}

	h1 {
		padding:0;
		font-size:100%;
		font-weight: normal;
		font-size: 10px;
		font-family:verdana;
		color:#3e205d;
		line-height:normal;
		display:block;
		text-transform:uppercase;
		margin:0 0 10px 0;
	}
	h2 {
		font-size: 11px;
		margin: 0;
		font-family:times;
		color:#2D2D2D;
		line-height:12px;
	}
	h3{
		font-size: 12px;
		margin: 20px 0 0 0;
		font-family:times, verdana;
		color:#2D2D2D;
	}

	form {
		padding:0;
		margin:0;
	}
	a, a:link, a:visited, a:active, td a{
		color:#777777;
		text-decoration:underline;
	}
	a:hover {
		text-decoration:underline;
		color:#3d205d;
	}
	input, textarea {
		font-size:10px;
		border:1px solid #d3d4d4;
		margin-bottom:4px;
		padding:2px;
		width:250px;
		color:#777777;
		font-family:verdana;
	}
	.submit {
		background:#3e205d;
		width:60px;
		text-transform:uppercase;
		color:white;
		border:none;
	}
	textarea {
		height:100px;
	}

	strong {
		font-weight:bold;
	}

