/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial,sans-serif;
	font-size:small;
	background-color: #15191a;
	color: white;
	}
/* Styles for text, h tags */

h1 {
color:#ffa200;
font-size: 28px;
margin-top: 0px;
margin-bottom:10px;
letter-spacing: -2px;
}

h2 {
color:#ffa200;
font-size: 16px;
margin-top: 0px;
margin-bottom:0px;
letter-spacing: -1px;
}

h3 {
color:#ffa200;
font-size: x-large;
margin-top:2px;
margin-bottom:4px;
padding-bottom: 2px;
letter-spacing: -1px;
}

h4 {
color:white;
font-size: 15px;
margin-top:2px;
margin-bottom:4px;
padding-bottom: 2px;
letter-spacing: -1px;
}

h5 {
color:white;
font-size: 28px;
margin-top: 0px;
margin-bottom:10px;
letter-spacing: -2px;
}







.orange_small {
font-size: small;
color: #ffa200;
}
.orange_medium {
font-size: medium;
color: #ffa200;
}
.orange {
color: #ffa200;
}

/* Styles for the default links */
A:link {font-size: small; color: #ffa200; text-decoration:underline; }
A:visited {font-size: small; color: #ffa200; text-decoration:underline; }
A:active {font-size: small; color: #ffa200; text-decoration:underline; }
A:hover {font-size: small; color: #ffd200; text-decoration:underline; }



/* Styles for the links -------------  WHITE  */
a.white_small:link {
	font-size: small;
	color: white;
	text-decoration:none;
	font-weight: bold;
}
a.white_small:visited {
	font-size: small;
	color: white;
	text-decoration:none;
	font-weight: bold;
}
a.white_small:active {
	font-size: small;
	color: white;
	text-decoration:none;
	font-weight: bold;
}
a.white_small:hover {
	font-size: small;
	color: white;
	text-decoration:underline;
	font-weight: bold;
}



a.white_small_news:link {
	font-size: small;
	color: white;
	text-decoration:none;
}
a.white_small_news:visited {
	font-size: small;
	color: white;
	text-decoration:none;
}
a.white_small_news:active {
	font-size: small;
	color: white;
	text-decoration:none;
}
a.white_small_news:hover {
	font-size: small;
	color: white;
	text-decoration:underline;
}



a.white_medium:link {
	font-size: medium;
	color: white;
	text-decoration:none;
	font-weight: bold;
}
a.white_medium:visited {
	font-size: medium;
	color: white;
	text-decoration:none;
	font-weight: bold;
}
a.white_medium:active {
	font-size: medium;
	color: white;
	text-decoration:none;
	font-weight: bold;
}
a.white_medium:hover {
	font-size: medium;
	color: #ffa200;
	text-decoration:underline;
	font-weight: bold;
}

a.white_xsmall:link {
	font-size: x-small;
	color: white;
	text-decoration:none;
	font-weight: bold;
}
a.white_xsmall:visited {
	font-size: x-small;
	color: white;
	text-decoration:none;
	font-weight: bold;
}
a.white_xsmall:active {
	font-size: x-small;
	color: white;
	text-decoration:none;
	font-weight: bold;
}
a.white_xsmall:hover {
	font-size: x-small;
	color: white;
	text-decoration:underline;
	font-weight: bold;
}







/* Styles for the links -------------  ORANGE  */
a.orange_small:link {
	font-size: small;
	color: #ffa200;
	text-decoration:none;
	font-weight: bold;
}
a.orange_small:visited {
	font-size: small;
	color: #ffa200;
	text-decoration:none;
	font-weight: bold;
}
a.orange_small:active {
	font-size: small;
	color: #ffa200;
	text-decoration:none;
	font-weight: bold;
}
a.orange_small:hover {
	font-size: small;
	color: #ffa200;
	text-decoration:underline;
	font-weight: bold;
}

a.orange_medium:link {
	color:#ffa200;
	font-size: medium;
	text-decoration:none;
	font-weight: bold;
}
a.orange_medium:visited {
	color:#ffa200;
	font-size: medium;
	text-decoration:none;
	font-weight: bold;
}
a.orange_medium:active {
	color:#ffa200;
	font-size: medium;
	text-decoration:none;
	font-weight: bold;
}
a.orange_medium:hover {
	color:#ffa200;
	font-size: medium;
	text-decoration:underline;
	font-weight: bold;
}

a.orange_28px:link {
	color:#ffa200;
	font-size: 28px;
	text-decoration:none;
	font-weight: bold;
}
a.orange_28px:visited {
	color:#ffa200;
	font-size: 28px;
	text-decoration:none;
	font-weight: bold;
}
a.orange_28px:active {
	color:#ffa200;
	font-size: 28px;
	text-decoration:none;
	font-weight: bold;
}
a.orange_28px:hover {
	color:#ffa200;
	font-size: 28px;
	text-decoration:underline;
	font-weight: bold;
}





/* Styles for the links -------------  BLACK  */
a.black_18px:link {
	font-size: 18px;
	color: #232323;
	text-decoration:none;
	font-weight: bold;
}
a.black_18px:visited {
	font-size: 18px;
	color: #232323;
	text-decoration:none;
	font-weight: bold;
}
a.black_18px:active {
	font-size: 18px;
	color: #232323;
	text-decoration:none;
	font-weight: bold;
}
a.black_18px:hover {
	font-size: 18px;
	color: #787878;
	text-decoration:underline;
	font-weight: bold;
}






