/*=========================================
//	STYLES CSS
//=========================================
*/


.webmagnat { width:500px; text-align: left; }
.webmagnat a{color:black;font-size:12px;text-decoration:underline;}
.webmagnat a:hover{color:#333333;text-decoration:none;}

td.menu
{
	text-align: right;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 7px;
}

td.menu_holder
{
	background-image: url(img/3.gif);
	background-repeat: no-repeat;
	background-position: top;
}

table.menu_holder
{
	padding-bottom: 3px;
}

td.left_side
{
	background-image: url(img/bg_2.gif);
	background-repeat: repeat-y;
	background-position: top;
}

td.right_side
{
	background-image: url(img/bg_1.gif);
	background-repeat: repeat-y;
	background-position: top;
}

a.menu:link
{
	color: #ffffff;
	font-family: Microsoft Sans Serif, Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
}
a.menu:visited
{
	color: #ffffff;
	font-family: Microsoft Sans Serif, Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
}
a.menu:hover
{
	color: #ffCC00;
	font-family: Microsoft Sans Serif, Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
	text-decoration: underline;
}
a.menu:active
{
	color: #ffffff;
	font-family: Microsoft Sans Serif, Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
	text-decoration: underline;
}

