.body
{
	font-family: 	Arial;
	font-size:		12px;
	/*background-color:white; */
	color:Black;
	
}

.buttontext
{
	font-family: 	Arial;
	font-size:		10px;
	/*background-color:white; */
	color:gray;
	padding-left:10px;
	text-align:center;
	
	
}

.MainTitle
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
    font-family: Arial;
    color: #000066;
    
}

.SubTitle
{
	font-size: 16px;
    font-family: Arial;
    font-weight: 700;
    color: #FFFFFF;
    
}

/* For buttons that just do something and finish */
.ButtonNonmodal
{
	border-style: Groove;
    border-color: inherit;
    border-width: 0px;
    margin-right: 0px;
    
    
}
/* For buttons that show what mode the map is in */
.ButtonModal
{
	border: Groove 0px;
	
}


.ButtonModalSelected
{
	border-style: Groove;
    border-color: inherit;
    border-width: 0px;
    margin-right: 0px;
   
} 

.buttonspacing
{
	padding-right:0px;
	
}