﻿.base .right A
{
	text-decoration: none;
	color: #3270B2;
}
.base .right A:visited
{
	color: #3270B2;
}
.base .right A:hover
{
	text-decoration: underline;
}




.base .right .container .component .top
{
	background-image: url('../images/base_tr_corner.gif');
	background-position: right;
	background-repeat: no-repeat;
	background-color: #e2e2e2;
	color: #ffffff;
	height: 42px;
}
.base .right .container .component .top .title .text
{
	font-size: 14px;
	font-weight: bold;
	padding: 12px 0px 0px 35px;
}
.base .right .container .component .content
{
	margin-left: 10px;
	color: #000000;
	background-color: #e2e2e2;
	background-image: url('../images/base_r_filler.gif');
	background-position: right;
	background-repeat: repeat-y;
	padding: 10px 15px 10px 10px;
}

.base .right .container .component .foot
{
	background-image: url('../images/base_b_filler.gif');
	background-repeat: repeat-x;
	height: 10px;
	margin: 0px;
	padding: 0px;
}

.base .right .container .component .foot .right
{
	background-image: url('../images/base_br_corner.gif');
	background-position: right top;
	background-repeat: no-repeat;
	height: 10px;
}

.base .right .container .component .foot .left
{
	background-image: url('../images/base_bl_corner.gif');
	background-position: left top;
	background-repeat: no-repeat;
	height: 10px;
}

