/* ============================
    Global Styles
   ============================ */

*{
	margin:		0px;
	padding:	0px;
}

body{
	margin:				24px auto 0 auto;
	font-family:		"Times New Roman", Times, serif;
	font-size:			10pt;
	text-align:			center;
	background-color:	#DDCD80;
	background-image:	url(/images/bodyBackground7.jpg);
}

.boldText
{
	font-weight: bold;
}

.floatRight
{
	float: right;
}

a img
{
	border: none;
}

