/* CSS Document */

/* ANCHORS */

a:link {
	color: #060C56;
	text-decoration: none;
	font-weight: bold;
	}
a:visited {	
	color: #4680DC;
	text-decoration: none;	
	font-weight: bold;
	}

a:hover {
	color: #4680DC;
	text-decoration: underline;
	font-weight: bold;	
	}

a:active {
	text-decoration: none;
	font-weight: bold;
}

tr {
padding: 10px;
text-align:center; }


table {
width: 100%;
background-color: #FFFCC1;
border-collapse: collapse;
padding: 0.6em;
text-align:center;
 }

td {
	border: 1px #d8d8d8 solid;
	padding: .6em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	
	}

th {border: 1px #bebebe solid;
color: #f3f1f4;
background-color: #0f1c59;
padding: .2em

}
