﻿
body {
	background-image: url(images/backgrounds/bg_body.jpg);
	background-repeat: repeat-x;
	font-family: verdana, Helvetica, Arial, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#000000;
}

a 
{
	text-decoration:none;
	font-size:8pt;
/*	font-weight:bold;*/
	color:#333333;
}
a:visited
{
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
	color:#333333;
}

a:hover
{
	text-decoration:underline;
	font-size:8pt;
	font-weight:bold;
	color:#808080;
}

legend
{
    color:#FF9900; 
    font-weight:bold;
    font-size:9pt;
}

.linkHeaderMessages
{
	color: #333333;
	font-size: 8 pt;
	font-weight:bold;
	text-decoration:none;
}

.linkHeaderMessagesSelected
{
	color: #ed4101;
	font-size: 8 pt;
	font-weight:bold;
	text-decoration:none;
}


