
table.info	{
	text-align: center;
	border: 4px white solid;
	background: white;
	width: 200px;
	margin: 20px;
	}

table tr.labels	{
	font-weight: bold;
	}
	
table tr.title	{	
	font-weight: bold;
	background: #CCCCFF;
	}
	
table tr#source	{
	font-weight: bold;
	}

div.grey	{
	background: grey;
	width: 200px;
	padding: 5px;
	}
	
span.class	{
	color: #316AC5;
	}

ul#statesymbols	li	{
	color: white;	
	list-style-image: url(../Pictures/MIgeo.ico);
	}

#SoMTitle	{
	font-size: 50px;
	}
	
#toptitle	{
	background: navy;
	border: 3px outset black;
	font-size: 40px;
	position: absolute;
	top: .5%;
	left: .5%;
	right: .5%;
	height: 200px;
	vertical-align: middle;
	}	
	
#toptitle h1	{
	background-color: white;
	}
	
div#nav	{
	background: #8DCB41;
	border: 3px outset black;	
	}

.rol	{
	padding: 3px;
	margin: 5px;
	line-height: 2;
	font-size: 30px;
	}	

.rol:link	{
	background: #EFB57C;
	border: 2px outset #EFB57C;
	color: #8D4F10;
	}	

.rol:visited	{
	background: #EFB57C;
	border: 2px outset #EFB57C;
	color: #8D4F10;
	}	
	
.rol:focus	{
	background: #DAA670;
	border: 2px outset #DAA670;
	color: black;
	}	
	
.rol:hover	{
	background: #DAA670;
	border: 2px outset #DAA670;
	color: black;	
	}	
	
.rol:active	{
	background: #BB8E60;
	border: 2px outset #BB8E60;
	color: #8D4F10;
	}
	
#main	{
	background: #6C000A;
	border: 3px outset black;
	}		
	
body	{
	background: #D7D7D7;
	}
	
#hidetitle	{
	display: none;
	}
	