.bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.main-bg {
	background-color: #5A003A;
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.blue-text {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	color: #00C0FF;
	text-decoration: none;
	font-weight: bold;
}
.top-menu {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.top-menu a{
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.top-menu a:hover{
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #484764;
	text-decoration: none;
}
.top-menu a:visited{
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.black-text {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #626262;
	line-height: 18px;
}

.separator {
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
	
}
.list 
	{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #5A003A;
	text-decoration: none;
	}
	
	.list ul
	{
		padding:0px;
		margin:0px;
		list-style:none;
		padding-left:0px;
		padding-top:0px;
	}
	
	.list li
	{
		line-height:25px;
		background:url(images/arrow.jpg) 10px 10px no-repeat;
		padding-left:30px;
		border-bottom:dotted 1px #CCCCCC;
	}
	.list a, .list a:link
	{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #5A003A;
	text-decoration: none;
	}

	.list a:hover
	{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #E50097;
	text-decoration: none;
	}

.doted-line
{
border-bottom:dotted 1px #CCCCCC;
}
.small-black-text {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #626262;
	line-height: 18px;
}
.borderline{
border:1px solid #CCCCCC;
}
.white-text {
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.text .Medialinkers a
{
font:Times New Roman, Times, serif;
color:#CC9900;
text-decoration:none;
}