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

/*************************** Link Styles *************************************/

#topbar a {
	outline:none;
	text-decoration:none;
	border-bottom:1px dotted #aa9b7f;
	padding-bottom:1px;
	color:#aa9b7f;
	}
	
#topbar a:hover {
	outline:none;
	text-decoration:none;
	color:#FFF;
	border-bottom:1px dotted #FFF;
	padding-bottom:1px;
	}
	
img {
	outline:none;
	}
	
a {
	outline:none;
	text-decoration:none;
	border-bottom:1px dotted #e60004;
	padding-bottom:1px;
	color:#e60004;
	}
	
a:hover {
	outline:none;
	text-decoration:none;
	color:#000000;
	border-bottom:1px dotted #000000;
	padding-bottom:1px;
	}
	