@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(images/GradientBG_Main.png);
	background-repeat: repeat-x;
	background-color: #A4B2BF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #3B4D68;
}
a:link {
	color: #AF1F24;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AF1F24;
}
a:hover {
	text-decoration: underline;
	color: #4E4C3B;
}
a:active {
	text-decoration: none;
	color: #AF1F24;
}
.navBar {
	font-weight: bold;
	font-size: small;
}
.keywords {
	font-size: x-small;
	}
.quotes {
	font-size: small;
	}
.whyHeader {
	background-color: #CCCCCC;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-weight: bold;

	}
.whyContent {
	overflow: auto;
	margin: 2px;
	padding: 2px;
	height: 150px;
	font-size: small;

	}
.pageTitle {
	text-align: right;
	padding: 5px;
	font-weight: bold;
	}
.videoHeaders {
	color: #EF0810;
	font-weight: bold;

}
