body{
	background-color: #ffffff;
}

a{
	text-decoration:underline;
	color:#800000;
}

a:hover{
	text-decoration:underline;
	color:#000000;
}

TABLE
{
	font: 12pt Times, Times New Roman,helvetica;
}

P{
	font: 12pt Tahoma,Arial,helvetica;
	display: block;
	text-align:justify;
}

H1{
	font: 18pt Tahoma,Arial,helvetica;
        margin-top:0px;
        margin-bottom:0px;
}

H2{
	font: 14pt Tahoma,Arial,helvetica;
        margin-top:0px;
        margin-bottom:0px;
}

H3{
	font: 12pt Arial,helvetica;
        margin-top:0px;
        margin-bottom:0px;
}

/*auth*/

SPAN.msg_date{
	color:#808080;
	font-size: 7pt;
}

a.a_highlight{
	border-bottom:1px solid #a0a0a0;
}

.a_username{
	background-color:#ffffff;
}

SPAN.poll_bar{
	display: block; 
	position:relative; 
	height: 20px; border: 1px solid #ddc4b7; 
	background: #ffffff url('/img/poll-bar.gif') repeat-x 0 0;
}

SPAN.poll_answer{
	width:400px;
	position:absolute; 
	top:-1px; 
	left:2px;
}

DIV.msg{
	border:1px solid #e3c4b6;
	padding:2px;
}

TABLE.user_list{
	background-color:#ffffff;
}

DIV.wall{
	background-color:#ffffff;
	border:1px solid #c0c0c0;
}

TH
{
	text-decoration:bold;
	text-align:left;
}

.prof_menu
{
	background-color:#e3c4b6;
}

.prof_menu_highlight
{
	background-color:#ffffff;
}