/*body/block/element general STYLES*/
body {
	font-family: "Arial-Helvetica", Arial, serif;
	font-size: medium;
	color: #000000;
	font-style: normal;
}
div.centered 
{
	text-align: center;
}

div.centered table 
{
	margin: 0 auto 0 auto;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

hr {
	width: 80%;
	color: silver
}

p {
margin-left:5%;
text-align:left;
}

a{
	text-decoration: none;
	color: #000000;
}
/*img {border: 0}*/

/* GENERIC STYLES*/
.center {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top: 5%;
}
.bottom_links {
	font-size: x-small;
}

/*TABLE STYLES*/
table.romanblue {
	background-image:  url(../images/spacer_blue.gif);
	background-repeat: repeat;
}

table.romanhaki {
	background-image:  url(../images/spacer_haki.gif);
	background-repeat: repeat;
}

table.clevesred {
	background-image:  url(../images/spacer_red.gif);
	background-repeat: repeat;
}

table.clevesorange {
	background-image:  url(../images/spacer_orange.gif);
	background-repeat: repeat;
}

table.sasmagenta{
	background-image:  url(../images/spacer_magenta.gif);
	background-repeat: repeat;
}

table.item_roman{
	border-color:silver;
	text-align: center;
}

/*image STYLES*/

p.img {text-align:center}


/* LINK SPECIFIC STYLES*/

	/*BOTTOM LINKS*/
a.bottom_links:link { color:black }
a.bottom_links:visited  { color:silver}
a.bottom_links:hover{
	background-color: #666666;
	color:white
}

