/* SCROLLBAR */
body {
	scrollbar-face-color:black; 
	scrollbar-shadow-color:gray;
	scrollbar-highlight-color:gray;
	scrollbar-3dlight-color:gray;
	scrollbar-darkshadow-color:black;
	scrollbar-track-color:black;
	scrollbar-arrow-color:black;
	}

/* HTML STYLES */

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	}

h1 {
	font-size: 10px;
	color: #000000;
	}

a:link {
	color: #FF0000;
	text-decoration: underline;
	}
	a:hover {
		color: #FF0000;
		text-decoration: none;
		}
	a:active {
		color: #FF0000;
		text-decoration: underline;
		}
	a:visited {
		color: #FF0000;
		text-decoration: underline;
		}
	a:visited:hover {
		color: #FF0000;
		text-decoration: none;
		}

/* CUSTOM STYLES (class) */



.RED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	}
.white {
	font-weight: bold;
	color: #FFFFFF;
	}
	a.white:link {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: underline;
		}
	a.white:hover {
		color: #A2ACBC;
		font-weight: bold;
		text-decoration: underline;
		}
	a.white:active {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: underline;
		}
	a.white:visited {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: underline;
		}
	a.white:visited:hover {
		color: #A2ACBC;
		font-weight: bold;
		text-decoration: underline;
		}
.headerbrown {
    font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: bold;
	color: #43382c;
}
.lightblueHeader {
    font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
	font-weight: bold;
	color: #89a8c0;
}
.lightblueLarge {
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
	font-weight: bold;
	color: #89a8c0;
}
.brown {
    font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #43382c;
}
.navynormal{
	color: #001B45;
	font-weight: normal;
}
.lightblue {
    font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #89a8c0;
	font-weight: normal;
}

.noline {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	}

	a.noline:link {
		color: #666666;
		font-size: 10px;
		text-decoration: none;
		}
	a.noline:hover {
		color: #666666;
		font-size: 10px;
		text-decoration: none;
		}
	a.noline:active {
		color: #666666;
		font-size: 10px;
		text-decoration: none;
		}
	a.noline:visited {
		color: #666666;
		font-size: 10px;
		text-decoration: none;
		}
	a.noline:visited:hover {
		color: #666666;
		font-size: 10px;
		}
		
		.playlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #89a8c0;
	}

	a.playlist:link {
		color: #89a8c0;
		text-decoration: none;
		}
	a.playlist:hover {
		color: #CBDFEE;
		text-decoration: none;
		}
	a.playlist:active {
		color: #89a8c0;
		text-decoration: none;
		}
	a.playlist:visited {
		color: #89a8c0;
		text-decoration: none;
		}
	a.playlist:visited:hover {
		color: #CBDFEE;
		text-decoration: none;
		}

		.playlist2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #43382c;
	}

	a.playlist2:link {
		color: #43382c;
		text-decoration: none;
		}
	a.playlist2:hover {
		color: #2A2117;
		text-decoration: none;
		}
	a.playlist2:active {
		color: #89a8c0;
		text-decoration: none;
		}
	a.playlist2:visited {
		color: #43382c;
		text-decoration: none;
		}
	a.playlist2:visited:hover {
		color: #2A2117;
		text-decoration: none;
		}
