@charset "utf-8";
/* CSS Document */

body, html {
	background-color:white;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	margin:0;
	padding:0;
}

.headerTitle {
	font-size:18px;
	font-weight:bold;
}

.videoTitle a {
	color:#0033cc;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}

.videoTitle a:hover {
	text-decoration:underline;
}

.memberLoginBar a {
	color:#0033cc;
}

a {
	color:#0033cc;
}

.pageTitle {
	font-size:20px;
	padding-bottom:10px;
	font-weight:bold;
}

.row0 {
background-color:#fcf8ed;
}

.row1 {
background-color:white;
}

.bottomMenu a {
	color:black;
}