/* This is the css file for the Header component */

table.Header{
	/* border: thin dotted red; */
	width: 980px;
}
a.Login-link:link, a.Login-link:visited, a.Login-link:active, a.Login-link:hover{
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	background-color:#FFFFFF;
	line-height: 15px;
}
td.Phone_Number{
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #476DE7;
	background-color:#FFFFFF;
	line-height: 15px;
}
a.Items_In_Cart-link:link, a.Items_In_Cart-link:visited, a.Items_In_Cart-link:active, a.Items_In_Cart-link:hover{
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	background-color:#FFFFFF;
	line-height: 15px;
}
