body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #white;
	background-image: url("images/Free-IM-Videos-bg.gif");
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 12px;
}
td {
	font-family: Verdana;
	font-size: 12px;
}
.b1 {
	border-width: 1px;
	border-color: black;
	border-style: solid;
	background-color: white;
}
.b2 {
	padding: 10px 30px 10px 30px;
	height: 100%
}
.b3 {
	border-width: 1px;
	border-color: #dfdfdf;
	border-style: solid;
	background-color: #f4f4f4;
}
.b3a {
	border-width: 1px;
	border-color: #dfdfdf;
	border-style: solid;
	background-color: #f4f4f4;
}
.b4 {
	padding: 10px 10px 10px 10px;
}
.b5 {
	border-width: 1px;
	border-color: #dfdfdf;
	border-style: solid;
	background-color: #e6f2ff;
}
.heading {
	font-family: impact;
	font-size: 30px;
	line-height: 24pt;
}
.heading2 {
	font-family: tahoma;
	font-size: 20px;
	line-height: 16pt;
}
.heading3 {
	font-family: tahoma;
	font-size: 18px;
	line-height: 16pt;
	color: #b70000;
}
.small {
	font-family: verdana;
	font-size: 11px;
}
hr {
	border-style: dotted;
	height: 1px;
	color: #dfdfdf;
}
.highlight {
	background-color: rgb(255, 255, 0);
}
.btnav {
	background-color: #B40000;
}.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.myButton:active {
	position:relative;
	top:1px;
}
