@charset "utf-8";
/* CSS Document */


body	{
	background-color:#512b83;
	background-repeat:no-repeat;
	background-position:center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	}

.head	{
	background-image:url(../images/logo.gif);
	height:266px;
	width:846px;
	background-repeat:no-repeat;
	background-position:top left;
	}

.head2	{
	background-image:url(../images/logo2.gif);
	height:266px;
	width:846px;
	background-repeat:no-repeat;
	background-position:top left;
	}

.head3	{
	background-image:url(../images/logo3.gif);
	height:266px;
	width:846px;
	background-repeat:no-repeat;
	background-position:top left;
	}

.scrollingDiv	{
	padding:0px 0px 0px 0px;
	height:297px;
	width:525px;
	overflow-y:scroll;
	overflow-x:hidden;
	}

.contentCopy	{
	color:#FFFFFF;
	font-weight:bold;
	}