/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #464646;
	line-height: 14px;
	}

a:link {
	font-weight: bold; 
	color: #9D080D;
	text-decoration: none;
	}
	
a:visited {
	font-weight: bold; 
	color: #9D080D;
	text-decoration: none;
	}
	
a:active {
	font-weight: bold; 
	color: #9D080D;
	text-decoration: none; 
	}
	
a:hover {
	color: #4C3922; 
	font-weight: bold;	
	text-decoration: underline;
	}

.support {
	font-size: 10px;
	color: #464646;
	line-height: 14px;
	margin: 0px 0px 3px 0px;
	}
	
.support a:link {
	font-weight: bold; 
	color: #ABA000;
	text-decoration: none;
	}
	
.support a:visited {
	font-weight: bold; 
	color: #ABA000;
	text-decoration: none;
	}
	
.support a:active {
	font-weight: bold; 
	color: #ABA000;
	text-decoration: none; 
	}
	
.support a:hover {
	color: #9D080D; 
	font-weight: bold;	
	text-decoration: underline;
	}