@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/SalesReps/logo_bg.png);
	background-color: #7a0810;
	margin-top: 15px;
}

.body	{
margin: 15px;
}

img	{
	border: none;
	}
	
.text a:link {
	color: #7a0810; 
	text-decoration: underline;
	}

.text a:visited	{
	color: #7a0810; 
	text-decoration: underline;
	}

.text a:active 	{
	color: #FFC20E;
	text-decoration: underline;
	}

.text a:hover {
	color: #FFC20E; 
	font-weight:bold; 
	text-decoration: underline;
	}	

p	{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	}
	
h1	{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	}
	
h3	{
	color: #7a0810;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	}
	
table	{
	border:thin #fecd52;
	background-color: #FFFFFF;
	}
	
.disclaimer	{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-style: italic;
	}	