.menu
{
	color : #EFEFEF;
	font-family : Verdana;
	font-size : 10px;
	font-weight : bold;
}

.menu a:link
{
	color : #666666;
	text-decoration : none;
}

.menu a:visited
{
	color : #666666;
	text-decoration : none;
}

.menu a:hover
{
	color : #C03A3C;
	text-decoration : none;
}

.vote
{
	color : #EFEFEF;
	font-family : Arial;
	font-size : 13px;
	font-weight : bold;
}

.vote a:link
{
	color : #EEEEEE;
	text-decoration : none;
}

.vote a:visited
{
	color : #EEEEEE;
	text-decoration : none;
}

.vote a:hover
{
	color : #CCCCCC;
	text-decoration : none;
}

.registerlink
{
	color : #EFEFEF;
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
}

.registerlink a:link
{
	color : #C03A3C;
	text-decoration : none;
	border-bottom : #C03A3C 1px dashed;
}

.registerlink a:visited
{
	color : #C03A3C;
	text-decoration : none;
	border-bottom : #C03A3C 1px dashed;
}

.registerlink a:hover
{
	color : #666666;
	text-decoration : none;
	border-bottom : #C03A3C 0px dashed;

}

.panel
{
	color : #000000;
	font-family : Verdana;
	font-size : 13px;
	font-weight : bold;
}

.panel a:link
{
	color : #000000;
	text-decoration : none;
}

.panel a:visited
{
	color : #000000;
	text-decoration : none;
}

.panel a:hover
{
	color : #666666;
	text-decoration : none;
}

.button 
{
	background-color: #F5F5F5;
	border: 1px solid #C03A3C;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
}