/* CSS Document */

a:link {
	color: #FFFFFF;
}
a:hover {
	color: #FF0000;
}
a:visited {
	color: #CCCCCC;
}
a:active {
	color: #FF0000;
}
body {
	background-color: #224E75;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #224E75;
	scrollbar-track-color: #224E75;
	scrollbar-face-color: #224E75;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-dark-shadow-color: #FFFFFF;
	scrollbar-3d-light-color: #FFFFFF;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.textmain {
	padding: 10px;
	border: 2px solid #FFFFFF;
}
.textleft {
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	padding: 0px;
	height: 300px;
	width: 300px;
}
.textlefts {
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	padding: 0px;
	height: 150px;
	width: 150px;
}
.playlist {
	padding: 10px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}
.textright {
	padding: 10px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
.textrights {
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	height: 150px;
	width: 150px;
}
.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #224E75;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #224E75;
	border: 1px solid #FFFFFF;
}
