body {
	background-color: #000;
	font-family: Verdana, monospace;
	color: #000000;
	letter-spacing:0px;
	font-size:12px;
	line-height:1.5em;
	font-weight: normal;
	text-decoration:none;
}
h1, h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Verdana, monospace;
	letter-spacing:1px;
	font-size:14px;
	font-weight: lighter;
}
h1 {
	padding-bottom: 10px;
}
#content {
	width: 854px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	text-align: center;
}
#twocol {
	-moz-column-count: 2;
	-moz-column-gap: 5.5em;
	-webkit-column-count: 2;
	-webkit-column-gap: 5.5em;
	-o-column-count: 2;
	-o-column-gap: 5.5em;
	column-count: 2;
	column-gap: 5.5em;
	text-align: left;
	margin-top: 40px;
	margin-left: 2px;
	margin-right: 2px;
}
#breadcrumbs {
	width: 854px;
	margin-top:40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #11aeea;
}
#videocontent {
	margin: 0;
	padding: 0;
}
table.videotable {
	width: 100%;
	border: 0;
	padding: 0;
}
a {
	color: #000000;
	background-color: #fff;
	text-decoration: none;
	border-style: none none none none;
	border-color:#cccccc;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}	
a:visited {
	color: #000000;
	background-color: #fff;
}
a:hover {
	color: #fff;
	background-color: #11aeea;
}
a.underlinedUrl {
	color: #000000;
	background-color: #fff;
	border-style: none none solid none;
	border-color:#cccccc;
	border-width: 0 0 1px 0;
}
a.underlinedUrl:hover {
	border-style: none none none none;
	border-width: 0 0 0 0;
	color: #fff;
	background-color: #11aeea;
}
