p
{
	margin-top: 0px;
	margin-bottom: 1px
}

    p.ind {text-indent:0.45in;}
	p.head {color:#FF0000;}

table
{
	border-collapse: collapse;
	border-spacing: 0pt;
	border-color: black;
	empty-cells: show;
	font-family: "Times New Roman", serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal
}

td
{
	border-color: black
}


td.specialcolumn1 {
	border: 0.0133333in solid
}

td.specialcolumn2 {
	border: 0.0133333in solid
}


body
{
    color:#FFFFFF;
    background-color:#000000;
    background-image:url('../Backgrounds/Breakdown-Uzi.jpg');
	font-family: "Times New Roman", serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal
}

#content {
	margin:0 auto; 
	max-width:1020px;
	background-color:#050505; 
	padding:5px 15px; 
	border-radius:20px; 
	box-shadow:inset 0 0 10px #FF0000;
	}
	
#pagetitle {
	color:#FF0000;
	margin-bottom:0;
	text-shadow:#000000 0px 0px 10px;
	}

a:link {color:#FFFF00;text-decoration:none;}    /* unvisited link */
a:visited {color:#8080FF;text-decoration:none;} /* visited link */
a:hover {color:#FF0040;text-decoration:none;}  /* mouse over link */
a:active {color:#FF00FF;text-decoration:none;}  /* selected link */

#back {
text-align:center;
}

#back > a:link {
color:#0000AA;
border-radius:3px;
background:-webkit-linear-gradient(270deg,#EEEEEE,#CCCCCC); /* Replace with CSS3. */
background:linear-gradient(to bottom,#EEEEEE,#CCCCCC);
border:solid #DDDDDD 1px;
font-weight:bold;
padding:5px;
}

#back > a:visited {
color:#0000AA;
}

#back > a:hover {
color:#FF0000;
border:solid #CCCCCC 1px;
text-shadow:#555555 0px 0px 5px;
}

#back > a:active {
color:#FF0000; 
}


#nav {
	background: hsla(210,85%,35%,1)
}

.breadcrumb { 
	list-style: none; 
	overflow: hidden; 
	font: 10px Helvetica, Arial, Sans-Serif;
}
.breadcrumb li { 
	float: left; 
}
.breadcrumb li a {
	color: white;
	text-decoration: none; 
	padding: 6px 0 6px 65px;
	background: blue;                   /* fallback color */
	background: hsla(210,85%,35%,1); 
	position: relative; 
	display: block;
	float: left;
}

.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(210,85%,35%,1);
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}

.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;       
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; }
	
	.breadcrumb li:first-child a {
	padding-left: 10px;
}
.breadcrumb li:nth-child(2) a       { background:        hsla(210,85%,40%,1); }
.breadcrumb li:nth-child(2) a:after { border-left-color: hsla(210,85%,40%,1); }
.breadcrumb li:nth-child(3) a       { background:        hsla(210,85%,45%,1); }
.breadcrumb li:nth-child(3) a:after { border-left-color: hsla(210,85%,45%,1); }
.breadcrumb li:nth-child(4) a       { background:        hsla(210,85%,50%,1); }
.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(210,85%,50%,1); }
.breadcrumb li:nth-child(5) a       { background:        hsla(210,85%,55%,1); }
.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(210,85%,55%,1); }
.breadcrumb li:nth-child(6) a       { background:        hsla(210,85%,60%,1); }
.breadcrumb li:nth-child(6) a:after { border-left-color: hsla(210,85%,60%,1); }
.breadcrumb li:last-child a {
	background: transparent !important;
	color: black;
	pointer-events: none;
	cursor: default;
}

.breadcrumb li a:hover { background-color: hsla(210,85%,25%,1); color:#FF0000;}
.breadcrumb li a:hover:after { border-left-color: hsla(210,85%,25%,1); }
