/* CSS Document */

p 
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	padding: 3px;
	position: relative;

	}

a:link 
{ 
	text-decoration: none; 
}

a:visited 
{
	color:#FFFFFF;
	text-decoration: none; 
}

a:hover, a:active 
{ 
	text-decoration: underline; 
}

.Myp01 
{
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	color: #FFFFFF;
	word-spacing: normal;
	overflow: auto;
	position: absolute;
	visibility: visible;
	z-index: -5;
	height: auto;
	width: auto;
	left: 15px;
	top: 250px;
	right: 15px;
	bottom: 15px;
	font-family: "Times New Roman", Times, serif;

}

.updates 
{
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/contentbg.gif);
	background-repeat: repeat;
	height: 90%;
	width: 500px;
	left: 300px;
	top: 15px;
	z-index: 2;
	position: absolute;
}

.page 
{
	background-image: url(images/pgbk.gif);
	z-index: 1;
	left: 15px;
	top: 15px;
	right: 15px;
	background-repeat: repeat;
	position: absolute;
	width: 99%;
	height: 95%;

}
.footer {
	background-image: url(images/footerbg.gif);
	background-repeat: repeat;
	position: absolute;
	z-index: 3;
	height: 100px;
	width: 785px;
	left: 15px;
	bottom: 15px;
}

.linkwhite {
	color: #FFFFFF;
}
