/* IonFusion.Net Custom Sytle Sheet*/
/* CSS Document */
BODY 
  {
	font-family : "Courier";
	font-size : small;
	color : #E3E3E3;
	background-color : black;
}

img {
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;	
}

.ad {
	margin: auto;
	width: 728px;
	background-color:#000000;
}

.copy {
	text-align: center;
	color: #FF3D0D;
}
	

table.table1 {
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px 20px 20px;
	vertical-align: top;
	border-width: 1px 1px 1px 1px;
	border-spacing: 20px;
	border-style: outset outset outset outset;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	border-collapse: collapse;
	background-color: #000000 ;
}

table.inner-table {
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	border: 0px;
	border-spacing: 20px;
	background-color: #000000 ;
	width: 85%;
}
table.inner-table th {
	border-width: 3px 3px 3px 3px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC ;
	background-color: black;
	-moz-border-radius: 9px 9px 9px 9px;
}
table.inner-table td {
	border: 0px;
	padding: 10px 10px 10px 10px;
	border-style: inset inset inset inset;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC ;
	background-color: black;
	-moz-border-radius: 9px 9px 9px 9px;
}

table.alt td {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}

table.leftdoc {
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px 20px 20px;
	vertical-align: top;
	border-width: 1px 1px 1px 1px;
	border-spacing: 20px;
	border-style: outset outset outset outset;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	border-collapse: collapse;
	background-color: #000000 ;
}

td.leftdoc {
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-align: center;
}


A:Link {color: #800000}
A:Active {color: #FF3D0D}
A:Hover {color: #FF3300}
A:Visited {color: #5DFC0A}
