/* CSS Document */
body
{
	font:normal 12px "Arial";
	padding:0px;
	margin:0px;
}
a:link
{
	font:normal 12px "Arial";
	color: #CC3333;
	font-weight: bold;
	text-decoration:underline;
	}
a:visited,a:active
{
	font:normal 12px "Arial";
	color: #CC6666;
	text-decoration:underline;
	}
table,tr,td
{
	font:normal 12px "Arial";
	text-decoration: none;
	
}


.title
{
	font-family: "Arial";
	font-size: 18px;
	color:#CC3333;
	text-decoration:none;
}

.blocktitle
{
	font-family: "Arial";
	font-size: 13px;
	text-align: center;
	color:white;
	font-weight: bold;
	text-decoration:none;
        background-color: #CC3333
}


.orgtitle
{
	font-family: "Arial";
	font-size: 16px;
	text-align: center;
	color:white;
	font-weight: bold;
	text-decoration:none;
        background-color: #CC3333
}
