/* CSS Document */

.titleblack
{
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	font-size:12px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.contentblack
{
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.plink
{
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
}
.plink a
{
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.plink  a:hover
{
	font-weight:normal;
	text-decoration:none;
	color:#EE1C25;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.leftlink
{
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;

}
.leftlink a
{
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.leftlink  a:hover
{
	font-weight:normal;
	text-decoration:underline;
	color:#ED1C24;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.bottomlink
{
	font-weight:normal;
	text-decoration:none;
	color:#B5B5B5;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;

}
.bottomlink a
{
	font-weight:normal;
	text-decoration:none;
	color:#B5B5B5;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.bottomlink  a:hover
{
	font-weight:normal;
	text-decoration:underline;
	color:#FF000A;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.leftshadow {
	background-image: url(left-shadow.gif);
	background-repeat: repeat-y;
	background-position: right p;
}
.rightshadow {
	background-image: url(right-shadow.gif);
	background-repeat: repeat-y;
	background-position: left p;
}
.bottom {
	background-image: url(bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.partition {
	background-image: url(spacer-line.gif);
	background-repeat: repeat-y;
	background-position: right p;
}

