/* CSS Sheet for website */

body {
	font-family: "Arial-Narrow", "Arial", "Helvetica", "Tahoma", "sans-serif";
	margin: 0;
	padding: 0;
	background-color: #454A47;
}

table {
	background-color: #ffffff;
}

a.navbar {
	font-size: 12;
	color:#454A47;
	text-decoration: none;
}

a.navbar:hover, .currentlink:hover {
	font-size: 12;
	color:#3399ff;
	text-decoration: underline;
}


.currentlink {
	font-size: 12;
	color:#454A47;
	text-decoration: underline;
}

a.pagelink, a.pagelink:visited {
	text-decoration:none;
	color: #3399ff;
}

a.pagelink:hover {
	color: #3399ff;
	text-decoration: underline;
}


p {
	color: #000000;
	font-size: 14px;
}

ul {
	font-size: 14px;
}

hr {
	border: 0;
	height: 1px;
	width: 90%;
}

hr.order {
	border: 0;
	height: 1px;
	width: 75%;
}

.pagebold {
	text-transform: uppercase;
	font-weight: bold;
	
}
