@CHARSET "UTF-8";

.title
{
	font-size:13px;
	color:#822433;
	padding-left:15px;
	font-weight:bold;
}

.red
{
	color:#822433;
}

body
{
	color: #333333;	
	text-align:justify;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a
{
	cursor: pointer;
	color: #822433;
}

a:hover
{
	text-decoration:underline;	
}

