body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	margin-top: 3px;
	background-color: #171882;
	margin-top: 6px;
}

h1 {
	font-size: 18px;
	color: black;
	text-transform : uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	}

h2 {
	font-size: 14px;
	color: white;
	}
	
	.big {
	font-size: 14px;
	color: white;
	}

p {
	font-size : 11px;
	font-weight: bold;
}

.onwhite {
	font-size : 11px;
	color: black;
	margin-left: 7px;
}


ul {
	font-size : 10px;
	font-weight: bold;
}

ul.white-on {
	font-size : 10px;
	font-weight: bold;
	color: Black;
}

a.sidenav {
	font-size: 11px;
	text-decoration: underline;
	color: #171882;
	letter-spacing: -1px;
	font-weight: bold;
	}
a.sidenav:hover {
	color: white;
}

a.sidenav-drum {
	font-size: 11px;
	text-decoration: none;
	color: white;
	letter-spacing: -1px;
	background-color: #D58F00;
	display: block;
	}	
a.sidenav-drum:hover {
	background-color: #6495ED;
	display: block;
}
	
a.sidenav-roll {
	font-size: 11px;
	text-decoration: none;
	color: white;
	letter-spacing: -1px;
	background-color: #009D17;
	display: block;
	}	
a.sidenav-roll:hover {
	background-color: #6495ED;
	display: block;
}

a.sidenav-materials {
	font-size: 11px;
	text-decoration: none;
	color: white;
	letter-spacing: -1px;
	background-color: #006FD2;
	display: block;
	}	
a.sidenav-materials:hover {
	background-color: #6495ED;
	display: block;
}

a.sidenav-bespoke {
	font-size: 11px;
	text-decoration: none;
	color: white;
	letter-spacing: -1px;
	background-color: #BF0005;
	display: block;
	}	
a.sidenav-bespoke:hover {
	background-color: #6495ED;
	display: block;
}

a.sidenav-new {
	font-size: 11px;
	text-decoration: none;
	color: white;
	letter-spacing: -1px;
	background-color: #7E00FF;
	display: block;
	}	
a.sidenav-new:hover {
	background-color: #6495ED;
	display: block;
}

a.header{	
		font-size:10px;
		color: white;
		text-decoration: none;	
		}

a.header:hover{	
		color: black;
		}



a.copy-right{	
		font-size:9px;
		color: white;
		text-decoration: none;	
		}

a.copy-right:hover{	
		color: #6495ED;
		}

.copyright{	
		text-align:center;
		padding-left:6px;
		padding-right:6px;
		overflow:none;
		font-size:9px;
		color: white;
		}

.banner{	
		text-align:center;
		padding-left:6px;
		padding-right:6px;
		font-size:11px;
		color: yellow;
		font-weight: bold;
		letter-spacing: 3px;	
		}

