body
{
	background-color: #FFFFFF;
	background-image: url(../bg.png);
	background-repeat: repeat-y;
	scrollbar-3dlight-color:#333333;
	scrollbar-arrow-color:#DDE1E7;
	scrollbar-base-color:#4c4c4c;
	scrollbar-track-color:#4c4c4c;
	scrollbar-darkshadow-color:;
	scrollbar-face-color:#707070;
	scrollbar-highlight-color:#ABB7C7;
}

body.none
{
	background-color: #F5C1CB;
	margin: 0px;
}

p, li, td 
	{
		font-family: Arial;
		font-size: 10pt;
		color:#000000;
		line-height: 20px
	}

th 
	{
		font-family: Arial;
		font-weight: bold;
		font-size: 10pt;
		color:#000000;
		line-height: 20px
	}

h1
 	{
		font-family: Arial;
		font-size: 15pt;
		color:#000000;
		text-decoration:none
	}

h2
 	{
		font-family: Arial;
		font-size: 12pt;
		color:#000000;
		text-decoration:none
	}

h3
 	{
		font-family: Arial;
		font-size: 10pt;
		color:#000000;
		text-decoration:none
	}


a
 	{	
		text-decoration:underline
	}
a:hover 
	{
		color:black;
		text-decoration:underline
	}

           
.wit 
	{
		font-family: Arial;
		color:#FFFFFF;
	}
	
#buttons
{
	position: absolute;
	top:104px;
	left:246px;
}	

.content
{
	position:absolute;
	left: 250px;
	top: 20px;
}

.centerimage
{
	position:absolute;
	width: 210px;
	top: 20px;
  left: 0px;
	text-align: center;
}