body {
	font-family: Calibri, Verdana, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #666666;
    background-image: url(images/background.jpg); /** Link to the image you created **/
    background-repeat: repeat-y; /** Repeats the image vertically **/
    background-position: center; /** Centers the Background image **/
    background-color: #f7f4ee; /** Website BG colour (matches canvas colour in Step 1) **/
}

#container {
    width: 768px;
    margin: 0 auto;
    text-align: center;
}


td {
	font-family: Calibri, Verdana, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #666666;
	list-style-position: outside;
}

th {
	font-family: Calibri, Verdana, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #666666;
}

.bodystyle {
	font-family: Calibri, Verdana, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #666666;
}

.small {
	font-family: Calibri, Verdana, Trebuchet MS, sans-serif;
	font-size: 9px;
	color: #666666;
}

.medium {
	font-family: Calibri, Verdana, Trebuchet MS, sans-serif;
	font-size: 16px;
	color: #666666;
}

.mediumbold {
	font-family: Calibri, Verdana, Trebuchet MS, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}

.big {
	font-family: Calibri, Verdana, Trebuchet MS, sans-serif;
	font-size: 18px;
	color: #666666;
}

.bigbold {
	font-family: Calibri, Verdana, Trebuchet MS, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}
.xbig {
	font-family: Calibri, Verdana, Trebuchet MS, sans-serif;
	font-size: 24px;
	color: #666666;
}

.expanded {
	font-family: Calibri, Verdana, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Calibri, Verdana, Trebuchet MS, sans-serif;
	text-align: justify;
	color: #666666;
}

.footer {
	font-family: Calibri, Verdana, Trebuchet MS, sans-serif;
	font-size: 9px;
	color: #666666;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
