/* CSS Document */
html{

}


body{

	margin:0;
	padding:0;
	background-color:;
	font-family: Arial, Helvetica, sans-serif;
	font-size: ;
	
	
	
}

.all {
position: relative;
margin: 0 auto;
width: 980px;
background-color: #93A23D;
border:1px solid silver;
height:auto;
}






a:link { 
text-decoration: none;
color: #CFE26F;

}

a:visited { 
text-decoration: none;
color: #CFE26F;

}

a:hover { 
text-decoration: none;
color: #2C330B; 
}

a:active { 
text-decoration: none;
color: #2C330B;
}



.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}












