/*links*/
a:active 
  {
	text-decoration: none;
	color: #0099DD;
	font-weight: bold;
	border: 0px;
	outline: none;
  }
a:hover 
  {
	text-decoration: none;
	color: #0099DD;
	font-weight: bolder;
	border: 0px;
	outline: none;
  }
a:link 
  {
	text-decoration: none;
	color: #0099DD;
	font-weight: bold;
	border: 0px;
	outline: none;
  }
a:visited 
  {
	text-decoration: none;
	color: #0099DD;
	font-weight: bold;
	border: 0px;
	outline: none;
  } 
	
	
	
/*body text styles*/	
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
  }	
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
  }	
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
  }
li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
  }
ul{
	margin-top: 0px;
  }
blockquote{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
  }
.indented{
 text-indent: 15px;
}
	
	
	
/*titles and subtitles*/
.subtitle{
	font-family: SerpentineDBol, Cooper Black, Franklin Gothic Heavy, Berlin Sans FB Demi, Arial Black, sans-serif;
	font-size: 12pt;
	margin-bottom: 10px;
}
.title{
	font-family: SerpentineDBol, Cooper Black, Franklin Gothic Heavy, Berlin Sans FB Demi, Arial Black, sans-serif;
	font-size: 15pt;
	margin-bottom: 15px;
}
.title_tokenpurchase{
	font-family: SerpentineDBol, Cooper Black, Franklin Gothic Heavy, Berlin Sans FB Demi, Arial Black, sans-serif;
	font-size: 15pt;
	color: #FFFFFF;
	margin-left:7px;
	margin-top: -2px;
}
	
	
	
/*colors*/
.red{
	color: #FF0000; 
}	
.offsetcolor{
	background-color: #E8E6EB;
}	
.offsetmajor{
	background-color: #DDDDDD;
}
.offsetcolorminor{
	background-color: #ADACAC;
}
	
	
	
/*components*/
.editbox{
	font-family: Arial, Helvetica, sans-serif;
	width: 99%; 
	font-size: 12px;
}
.groovybutton{
	font-size:9px;
	font-family:Arial,sans-serif;
	color:#FFFFFF;
	background-color:#444444;
	border-style:ridge;
	border-color:#333333;
	width: 100%; 
}
.imagelink{
	padding: 3px;
	border: thin none #CCCCCC;
}
.textbox{ 
	font-family: Arial, Helvetica, sans-serif;
	width: 99%; 
	font-size: 12px;
}
.tablebox{
	padding: 3px;
	border: thin solid #CCCCCC;
}
.buttonmini{
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: lowercase;
}
.buttondownload{
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*text-transform: lowercase;*/
	width: 200px;
	margin-bottom:5px;
	
}
.buttonflipper{
	font-size:10px;
	font-family:Arial,sans-serif;
	color:#FFFFFF;
	text-transform: lowercase;
	background-color:#444444;
	border-style:ridge;
	border-color:#333333;
	width: 93px; 
}



/*The following are all used by the display boxes*/
.boxtitle_standard{
	font-family: SerpentineDBol, Cooper Black, Franklin Gothic Heavy, Berlin Sans FB Demi, Arial Black, sans-serif;
	font-size: 15pt;
	color: #FFFFFF;
}

.boxtitle_featured{
	font-family: SerpentineDBol, Cooper Black, Franklin Gothic Heavy, Berlin Sans FB Demi, Arial Black, sans-serif;
	font-size: 15pt;
	color: #000000;
}

.boxtext_standard{
	color: #000000;
}

.boxtext_featured{
	color: #FFFFFF;
}



/*extras*/
.destinationunknown{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	position: relative;
	top: 2px;
	text-align: center;
	font-size: 12px;
}