.text
{
	font-family : Tahoma, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 11px;
	color: #000000;
}
.textw
{
	font-family : Tahoma, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 11px;
	color: #FFFFFF;
}
.linkw
{
	font-family : Tahoma, "Sans serif";
	font-size : 11px;
	text-decoration : none;
	font-style : normal;
	color: #FFFFFF;
}
.linkw:hover
{
	font-family : Tahoma, "Sans serif";
	font-size : 11px;
	text-decoration : underline;
	font-style : normal;
	color: #FFFFFF;
}
.linkgold
{
	font-family : Tahoma, "Sans serif";
	font-size : 11px;
	text-decoration : none;
	font-style : normal;
	color:#BF0E0E;
}
.linkgold:hover
{
	font-family : Tahoma, "Sans serif";
	font-size : 11px;
	text-decoration : underline;
	font-style : normal;
	color: #BF0E0E;
}

.linkm
{
	font-family : Tahoma, "Sans serif";
	font-size : 11px;
	text-decoration : none;
	font-style : normal;
	color:#47368E;
}
.linkm:hover
{
	font-family : Tahoma, "Sans serif";
	font-size : 11px;
	text-decoration : underline;
	font-style : normal;
	color: #47368E;
}

.table1
{
	border-left: 1px solid #6897C6;
	border-right: 1px solid #6897C6;
	border-bottom: 1px solid #6897C6;
}