
body {
	font-family: Times;
	background-color: #99ba4f;
}


#Container {
	width: 600px;
	height: 540px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #ffffff;
}

.ToyotaBlue {
	color: #0070af;
}

.ToyotaRed {
	color: #b70404;
}

.Med {
	font-size: 11pt;
}

.Med10 {
	font-size: 10pt;
}

.Small {
	font-size: 8pt;
}

.Bold {
	font-weight: bold;
}

.Right {
	text-align: right;
}

.Break {
	margin-top: 10px;
	clear: left;
}

.Float {
	-display: inline-block;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	-margin-left: -10px;
}

.MR5 {
	margin-right: 5px;
}

.Columns {
	width: 600px;
 	position: relative;
	height: 100%;
}

.Col {
	float: left;
	width: 33%;
}

.AlignC {
	text-align: center;
}