body, div, td {
	color: #a7a7a7;
	font-family: tahoma;
	font-size: 11px;
	line-height: 20px;
	text-align: justify;
}

.content {
	position: absolute;
	top: 100px;
	left: 155px;
	width: 350px;
}

.sidebar {
	position: absolute;
	top: 330px;
	left: 15px;
	width: 115px;
}

.content h1 {
	color: #000000;
	font-family: tahoma;
	size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	text-align: right;
}

.content h2 {
	color: #5C3057;
	font-family: tahoma;
	size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
}

.content a:link {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

.content a:visited {
	color: #303030;
	text-decoration: none;
	text-transform: uppercase;
}

.content a:hover {
	color: #CE24A9;
	text-transform: uppercase;
}

.content strong {
	font-weight: normal;
	color: #CE24A9;
	text-transform: uppercase;
}

.sidebar a:link {
	color: #5C3057;
	font: 12px tahoma, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 0px;
	display: block;
	background-color: #B4B4B4;
	margin-bottom: 1px;
	padding: 5px;
	width: 100%
}

.sidebar a:visited {
	color: #000000;
	font: 12px tahoma, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 0px;
	display: block;
	background-color: #8E8E8E;
	margin-bottom: 1px;
	padding: 5px;
	width: 100%
}

.sidebar a:active {
	color: #000000;
	font: 12px tahoma, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 0px;
	display: block;
	background-color: #8E8E8E;
	margin-bottom: 1px;
	padding: 5px;
	width: 100%
}

.sidebar a:hover {
	color: #a7a7a7;
	font: 12px tahoma, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 0px;
	display: block;
	background-color: #5C3257;
	margin-bottom: 1px;
	padding: 5px;
	width: 100%
}

input, textarea, option, select 
	{font-family: tahoma, verdana, sans-serif; 
	font-size: 11px; 
	color: #5C3257; 
	border: 0px;
	padding: 5px;
	background-color: #B4B4B4;
}