body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin: 0 0 0 0;
	background-color: #fffffff;
}

.main-tb {
	width: 900px;
}

.content-td {
	width: 900px;
	height: 100%;
}

.form-tb {
	background-image:url(../images/form.jpg);
	background-repeat:no-repeat;
	width: 315px;
	height: 547px;
}

.number-tb {
	background-image:url(../images/numbers.jpg);
	background-repeat:no-repeat;
	width: 585px;
	height: 147px;
}

.video {
	background-image:url(../images/video.jpg);
	background-repeat:no-repeat;
	width: 440px;
	height: 400px;
}
	

/*Link Color*/
a.main:link {
	color: #006db8;
	text-decoration: none;
}
a.main:active {
	color: #006db8;
	text-decoration: none;
}
a.main:visited {
	color: #006db8;
	text-decoration: none;
}
a.main:hover {
	color: #959a9e;
	text-decoration: none;
}

.contact	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.white {
	font-family: "Franklin Gothic Heavy";
	font-size: 16px;
	color: #ffffff;
}

.large	{
	font-family: "Arial Black";
	font-size: 18px;
	font-style: italic;
}

.xlarge	{
	font-family: "Arial Black";
	color: #ffffff;
	font-size: 56px;
	font-style: italic;
}

.xl-blue	{
	font-family: "Arial Black";
	color: #006db8;
	font-size: 48px;
	font-style: italic;
}

.small	{
	font-family: "Arial";
	font-size: 10px;
	color:#000000;
}

.xsmall	{
	font-family: "Arial";
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #ffffff;
	font-weight: bold;
}