/* HTML tags */

body {
	margin: 0;
	padding: 0;
	background-color: #EEEEEE;
	overflow-y: hidden;
}

h1 {
	color: #9f409b;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0px;
}

p {
	margin: 10px 0px;
}

td {
	color: #515151;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 19px;
	font-weight: normal;
}

input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #555555;
	display: inline;
	border: 1px solid #555555;
}

a:link {
	text-decoration: underline;
	color: #9f409b;
}

a:visited {
	color: #9f409b;
}

a:active {
	color: #9f409b;
}

a:hover {
	/*font-weight: bold;*/
}

/* DIVs */

#textual-content {
	width: 456px;
	height: 340px;
	left: 30px;
	top: 30px;
	position: relative;
	overflow: auto;
	
	color: #515151;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 19px;
	font-weight: normal;
}

#whiteBox {
	width: 330px;
	height: 339px;
	left: 60px;
	top: 140px;
	position: relative;
	overflow: hidden;
	
	color: #323232;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 19px;
	font-weight: normal;	
}

