body { 
  text-align:           justify;
  font-family:          Verdana, Arial, helvetica, sans-serif;
  line-height:		1.2;

  background-color: #292929;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.main {
  background-color:     #38352e;
}

.topback {
  background-image: url("/images/attempt.png");	
}

.topbanner {
  background-image: url("/images/attempt1.png");	
}

.topbanner2 {
  background-image: url("/images/attempt2.png");	
}

.newsbg {
  background-image: url("/images/newsbg.png");	
}

.bottomtab {
  background-color:	#45423d;
}

.centermain {
  background-color:	#45423d;
}

.stripedbg {
  background-image: url("/images/stripe_bg.png");	
}

a:link {
  color:                #dad2c4;
  background-color:     inherit;
}

a:active {
  color:                red;
  background-color:     inherit;
}

a:visited {
  color:                #dad2c4;
  background-color:     inherit;
}

a:hover {
  color:                rgb(231, 189, 16);
  background-color:     inherit;
}

.nano {
  font-size:		7pt;
  margin-top:		0px;
  text-align:		justify;
}

.nanoleft {
  font-size:		7pt;
  margin-top:		0px;
  text-align:		left;
}

.nanoright {
  font-size:		7pt;
  margin-top:		0px;
  text-align:		right;
}

.nanocenter {
  font-size:		7pt;
  margin-top:		0px;
  text-align:		center;
}

.micro {
  font-size:		8pt;
  margin-top:		0px;
  text-align:		justify;
}

.microleft {
  font-size:		7pt;
  margin-top:		0px;
  text-align:		left;
  color:			#dad2c4;
}

.microright {
  font-size:		8pt;
  margin-top:		0px;
  text-align:		right;
  color:			#dad2c4;
}

.microcenter {
  font-size:		8pt;
  margin-top:		0px;
  text-align:		center;
}

.minor {
  font-size:		10pt;
  margin-top:		0px;
  text-align:		left;
}

.minorleft {
  font-size:		10pt;
  margin-top:		0px;
  text-align:		left;
  color:			#dad2c4;
}

.minorright {
  font-size:		10pt;
  margin-top:		0px;
  text-align:		right;
  color:		#dad2c4;
}

.minorcenter {
  font-size:		10pt;
  margin-top:		0px;
  text-align:		center;
  color:			#dad2c4;
}

.mediumleft {
  font-size:		12pt;
  margin-top:		0px;
  text-align:		left;
}

.mediumright {
  font-size:		12pt;
  margin-top:		0px;
  text-align:		right;
}

.mediumcenter {
  font-size:		12pt;
  margin-top:		0px;
  text-align:		center;
}


.divider {
border-right: 1px #E0E0E0 solid;
border-color: grey;
}

.subnav {
  border-style: solid;
  border-width: 1px;
  border-color: #004080;
  background-color: #f4f2f2;
  color: black;
}

.subnav2 {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  background-color: #dee5eb;
  color: black;
}

.submenu {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  background-color: #fcf3e0;
  color: black;
}

.tabletop {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  background-color: #607da6;
  color: black;
}

.tablemain {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  background-color: #e5e5e5;
  color: black;
}

.subnavlink {
  font-weight: normal;  
  text-decoration: none;
  text-align: center;
  color: #dad2c4;
  margin: 		0 0 0 0;
  font-size: 10pt;
}

.subheading {
  font-size: 18pt;
  font-weight: normal;
  text-decoration: none;
  color: black;
  margin:               0 0 0 0;
}

.subpage {
  font-size: 14pt;
  font-weight: normal;
  text-decoration: none;
  color: #dad2c4;
}

.subpageright {
  font-size: 14pt;
  font-weight: normal;
  text-decoration: none;
  text-align: right;
  color: #dad2c4;
}

.subpageleft {
  font-size: 14pt;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  color: #dad2c4;
}

.subpagecenter {
  font-size: 14pt;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  color: #dad2c4;
}

.subtitle {
  font-size: 12pt;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  color: #dad2c4;
}

.subminor {
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  color: black;
}

.subminorright {
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  text-align: right;
  color: white;
}

.subminorleft {
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  color: white;
}

.submicro {
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  color: black;
}

.indent {
  text-indent: 10px;
  text-align: justify;
}

.indent2 {
  text-indent: 20px;
  text-align: justify;
}

.marginless {
   margin: 0px 0px 0px 0px;
}

.tinybreak {
   margin: 0px 0px 3px 0px;
}

.smallbreak {
   margin: 0px 0px 5px 0px;
}

.medbreak {
   margin: 0px 0px 10px 0px;
}

.break {
   margin: 0px 0px 20px 0px;
}

.bold {
  font-weight: bold;
}



.NewsLinks {
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  color: #0099ff;
  text-decoration: none;
}

a:link.NewsLinks {text-decoration: none; color : ; font-size: 12px;}
a:visited.NewsLinks {color : ; font-size: 12px;}
a:active.NewsLinks {text-decoration: none; color : ; font-size: 12px;}
a:hover.NewsLinks {color : ; font-size: 12px;}

.NewsHeader {
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  color: #0099ff;
  text-decoration: none;
  padding-left: 5px;
}

a:link.NewsHeader {text-decoration: none; color : #0099ff; font-size: 12px;}
a:visited.NewsHeader {color : #0099ff; font-size: 12px;}
a:active.Header {text-decoration: none; color : #0099ff; font-size: 12px;}
a:hover.NewsHeader {color : ; font-size: 12px;}

.ticker-border {
  background-color: black;
  margin: 1px;
  padding: 1px;
  height: 300;
  width: 300;
}