﻿
/* -------------------------------------------------NORMAL LINKS */


/* Colors:

Red: BD2B35
Gold: FED200
Grey: D7D7D7
*/


A:link
{
color: #0119FE;
text-decoration:underline;
}

A:hover
{
color: #BD2B34;
text-decoration:underline;
}

A:visited
{
color: #660066;
text-decoration:underline;
}



/* ----------------------------------------------------Gold Top Menu */
table.header td.homemenu div
{
	background-color:#FED200;
	border-left: 3px solid #000;
	border-right: 2px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
}

table.header td.homemenu ul
{
	margin-left: 0;
	font-size: 70%;
	font-weight: bold;
	padding: 6px 5px;
}

table.header td.homemenu li
{
	display: inline;
	list-style-type:none; 

/*	display: block;
	border: 1px solid green;
	width: 80px;
	float:left; */
}


table.header td.homemenu a:visited
{
	text-decoration:none;
	color: #000;
}

table.header td.homemenu a:link
{
	text-decoration:none;
	color: #000;
}



table.header td.homemenu a:hover
{
	text-decoration:none;
	color: #BD2B35;
}




#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}

