/* CSS Document */

body	{
    margin: 0;
	padding: 0;
	border: 0;	
	background-color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #696969;
	}
	
h1		{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px; 
	color: #B13427;
	margin: 12px 20px 12px 6px;
	}
	
p		{
	font-weight: normal;
	margin: 12px 20px 12px 6px;
	line-height: 14px;
	}

.pink	{
	font-weight: bold;
	color: #CD9B9B;
	}
	
#footer	{
	font-size: 10px;
	font-weight: normal;
	margin: 12px 20px 12px 6px;
	}

#footer	a:link {
	font-size: 10px;
	color: #999999;
	}
	
#footer	a:visited {
	font-size: 10px;
	color: #999999;
	}
	
#footer	a:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #999999;
	}
	
#footer	a:active {
	font-size: 10px;
	text-decoration: underline;
	color: #999999;
	}
	
#pinklink	a:link {
	font-size: 10px;
	color: #E0AEA9;
	}
	
#pinklink	a:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #E0AEA9;
	}
	
#pinklink	a:active {
	font-size: 10px;
	text-decoration: underline;
	color: #E0AEA9;
	}
	
#pinklink	a:visited {
	font-size: 10px;
	color: #E0AEA9;
	}
	
a:link  {
    font-weight: bold;
	text-decoration: none;
	color: #999999;
	background: transparent;
	}

a:visited  {
    font-weight: bold;
	text-decoration: none;
	color: #999999;
	background: transparent;
	}
	
	
a:hover  {
    font-weight: bold;
	text-decoration: underline;
	color: #999999;
	background: transparent;
	}
	
a:active {
    font-weight: bold;
	text-decoration: none;
	color: #999999;
	background: transparent;
	}
	
	