/* top nav bar */	
	
.topnavholder{
	width:100%;
	height:20px;
	line-height:20px;
	background: #CC3399 url(../media/images/button.gif) repeat-x;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	}
.topnavpop{
	width:100%;
	height:20px;
	line-height:20px;
	background: #CC3399 url(../media/images/button.gif) repeat-x;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align:center;
	color:#fff;
	font-weight:bold;	
	}
a.topnav:link, a.topnav:active{
	display:block;
	height:20px;
	line-height:20px;
	/*width:102px;*/
	background: url(/media/images/button.gif) repeat-x;
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
	border-right:#dedede 1px solid;
	float:left;
	}

a.topnav:visited{
	display:block;
	height:20px;
	/*width:102px;*/
	line-height:20px;
	background: url(/media/images/button.gif) repeat-x;
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
	border-right:#dedede 1px solid;
	float:left;
	}

a.topnav:hover{
	display:block;
	background: url(/media/images/button_over.gif) repeat-x;
	height:20px;
	/*width:102x;*/
	line-height:20px;
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
	border-right:#dedede 1px solid;
	float:left;
	}
	
/* various links */
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #ffcc00;
}
a:active {
	text-decoration: none;
	color: #fff;
}
.link:link {
	color: #cc3399;
	text-decoration: none;
}
.link:visited {
	text-decoration: none;
	color: #cc3399;
}
.link:hover {
	text-decoration: none;
	color:#ff9900;
}
.link:active {
	text-decoration: none;
	color: #ffcc00;
}
.more{
	width:75%;
	height:15px;
	background-color:#FFCCFF;
	text-align:center;
	}