
/*
Destruction Evolution Stylesheet v1.0
Target: All
Author: Mike Christman
*/

body {
	margin: 0; padding: 10px 0 60px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px%;
	color: #F0C559;
	}


h1, h2, h3, h4, p, form {
	margin: 0 0 8px;
	}
	
ul, ol {
	margin-top: 0;
	margin-bottom: 8px;
	}

h5, h6 {
	margin: 0 0 4px;
	}

h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	}

h1 {
	font-size: 175%;
	color: #1413F3
	}

h2 {
	font-size: 125%;
	font-weight: bolder;
	}

h2 small {
	font-size: 80%;
	}

h3 {
	font-size: 125%;
	color: #766;
	margin-bottom: 2px;
	}

h4 {
	font-size: 115%;
	margin-bottom: 2px;
	}

p, td, th {
	font-size: 80%;
	}

strong {
	
	}

small {
	font-size: 76%;
	}

code {
	font-size: 100%;
	}

input.textbox {
	font: normal 69% "Andale Mono", "Courier New", Courier, monospace;
	color: #333;
	width: 200px;
	}
	
input.text {
	font: normal 90% "Andale Mono", "Courier New", Courier, monospace;
	}
	
textarea {
	font: normal 90% "Andale Mono", "Courier New", Courier, monospace;
	}

select.inline {
	float: left;
	}

table, tr, th, td {
	
	padding: 0; margin: 0;
	border-collapse: collapse;
	}
	
table.Main-Content-Table { 
	border-color: #BFAB9A;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
	border-spacing: 0;
    border-collapse: collapse;
	}

table.padded-table td { 
	padding: 15px; 
	margin:15px;
	border-collapse: collapse;
	}	
table.padded-table10 td { 
	padding: 10px; 
	border-collapse: collapse;
	}
table.padded-transparent-table td { 
	padding: 10px; 
	border-collapse: collapse;
	filter:alpha(opacity=80);
	opacity: 0.8;
	}
table.transparent-table { 
	filter:alpha(opacity=70);
	opacity: 0.7;
	}
table.transparent-table80 { 
	border-collapse: collapse;
	filter:alpha(opacity=80);
	opacity: 0.8;
	}
table.transparent-table90 { 
	border-collapse: collapse;
	filter:alpha(opacity=90);
	opacity: 0.9;
	margin: 15px;
	padding: 10px;
	}
a:visited {
	text-decoration: underline;
	color: #D0D0D0;
	font-weight: bold;
	}
a:link {
	text-decoration: underline;
	color: #1413F3;
	font-weight: bold;
	}
a:hover, a:active {
	font-weight: bold;
	color: #f63;
	}
a:link.no_underline {
	text-decoration: none;
	color: #1413F3;
	font-weight: bold;
	}	
	
	
fieldset { 
border:1px solid #666
margin: 10px; 
padding-left: 10px;
padding-right: 10px; 
padding-top: 10px; 
padding-bottom: 10px;
}

legend {
  padding: 0.2em 0.5em;
  border:1px solid #666;
  color:F7B34D;
  font-size:90%;
  text-align:right;
  }
.orangetext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:100%;
	color: #AD3119;
	
  }
 .boldorangetext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:100%;
	color: #AD3119;
	
  } 
 .tantext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:100%;
	color: #BFAB9A;
	
  }
.browntext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:100%;
	color: #3a250f;
	font-weight: bold;

  }  
.tinybrowntextbold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:x-small;
	color: #3a250f;
	font-weight: bold;
}  
 .blacktext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:100%;
	color: #000000;
	}
	 
.tinyorangetext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:x-small;
	color: #AD3119;
  }
.orangetextstrong{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:115%;
	color: #AD3119;
	
  }
 .orangetextbrightstrong{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:115%;
	color: #FFA144;
	
  } 
.blackcellheader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:115%;
	color: #000000;
	
  }
.GoldTextMediumStrong{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:125%;
	color: #F0C559;
	
  }  
.Newsheadline{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:75%;
	color: #F0C559;
	
  }  
.Newstext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: none;
	font-size:85%;
	color: #F0C559;
  }    
 .ImageBorder img{
border: 1px solid #ccc;
	}