/* ------------------------------------------------------------------------- */
/* Minimum Blue Main Style Sheet                                             */
/* ------------------------------------------------------------------------- */

body			{
				background: black;
                margin: 0px;
                color: #3366FF;
                font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
				font-size: 10pt;
				min-width: 980px;
               	}

a               {text-decoration: none; color: #3366FF}
a.big           {text-decoration: none; color: #3366FF; font-size: 14pt}

a.graylink		{text-decoration: none; color: gray}
a.graylinkbig	{text-decoration: none; color: gray; font-size:14pt}

a.ltbluelink	{text-decoration: none; color: #3399CC}
a.lt2bluelink	{text-decoration: none; color: #3399FF}

a.ltbluelinkbig	{text-decoration: none; color: #3399CC; font-size:14pt}

a.tonelink		{text-decoration: none; color: #3399CC; font-size: 8pt}
a.tonelinkg		{text-decoration: none; color: #606060; font-size: 8pt}

a:hover         {text-decoration: none; color: #3399CC}

a:unknown      	{text-decoration: none}
a:active        {text-decoration: none}
a:visited       {text-decoration: none}

H1 				{font-size : 18pt;}
H2				{font-size : 16pt;}
H3				{font-size : 14pt;}
H4				{font-size : 12pt;}
H5				{font-size : 11pt;}
H6				{font-size : 10pt;}

/* ------------------------------------------------------------------------- */
/* BOX DEFINITIONS - BROWN                                                   */
/* ------------------------------------------------------------------------- */


.boxedtextbrown		{
			background-color: #222222;
			border: 1px solid #555555;
			vertical-align: middle;
			font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
			font-size: 10pt;
			font-style: normal;
			font-weight: normal;
/*			line-height: 20px; */
			color: #9a8f71;
			text-align: justify;
        		padding: 20px;
			}

.boxedtextbrown2	{
			background-color: #222222;
			border: 1px solid #555555;
			font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
			font-size: 10pt;
			font-style: normal;
			font-weight: normal;
/*			line-height: 20px; */
			color: #9a8f71;
			text-align: justify;
        		padding: 6px;
			}

.boxedtextbrown3	{
			background-color: #222222;
			border: 1px solid #555555;
			font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
			font-size: 10pt;
			font-style: normal;
			font-weight: normal;
/*			line-height: 20px; */
			color: #9a8f71;
			text-align: justify;
        		padding: 10px;
			}

.boxedtextbrowncenter	{
			background-color: #222222;
			border: 1px solid #555555;
			font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
			font-size: 10pt;
			font-style: normal;
			font-weight: normal;
/*			line-height: 20px; */
			color: #9a8f71;
			text-align: center;
        		padding: 6px;
			}

.boxedtextbrowncenter2 	{

			background-color: #222222;
			border: 1px solid #555555;
			font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
			font-size: 11pt;
			font-style: normal;
			font-weight: normal;
			color: #9a8f71;
/*			line-height: 20px; */
			text-align: center;
        		padding: 2px;
			}

/* ------------------------------------------------------------------------- */
/* BOX DEFINITIONS - OTHER                                                   */
/* ------------------------------------------------------------------------- */

.box-title		{
			border: 1px solid #555555;
			background-color: #222222;
			font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
			font-size: 10pt;
			font-style: normal;
/*			line-height: 20px; */
			font-weight: normal;
			color: #3399CC;
			text-align: center;
			}

.boxedtext 		{
			background-color: #222222;
			border: 1px solid #555555;
			font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
			font-size: 11pt;
			font-style: normal;
			font-weight: normal;
/*			line-height: 20px; */
			color: #3399CC;
			text-align: left;
        		padding: 4px;
			}

.boxedtextplain 	{
			background-color: #222222;
			border: 1px solid #555555;
			font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
			font-size: 11pt;
			font-style: normal;
			font-weight: normal;
/*			line-height: 20px; */
			text-align: left;
        		padding: 4px;
			}


.boxedtextcenter 	{

			background-color: #222222;
			border: 1px solid #555555;
			font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
			font-size: 11pt;
			font-style: normal;
			font-weight: normal;
			color: #3399CC;
/*			line-height: 20px; */
			text-align: center;
        		padding: 2px;
			}

.boxedtextcentersm 	{

			background-color: #222222;
			border: 1px solid #555555;
			font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
			font-size: 9pt;
			font-style: normal;
			font-weight: normal;
			color: #3399CC;
/*			line-height: 20px; */
			text-align: center;
        		padding: 1px;
			}

.boxedtextcentertitle 	{

			background-color: #222222;
			border: 1px solid #555555;
			font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
			font-size: 9pt;
			font-style: normal;
			font-weight: normal;
			color: #888888;
/*			line-height: 20px; */
			text-align: center;
        		padding: 1px;
			}

.boxedtextcenterbig 	{

			background-color: #222222;
			border: 1px solid #555555;
			font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
			font-size: 12pt;
			font-style: normal;
			font-weight: normal;
/*			line-height: 20px; */
			color: #3399CC;
			text-align: center;
        		padding: 20px;
			}

.boxedvideo		{
			background-color: #000000;
			border: 1px solid #555555;
			font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
			font-size: 10pt;
			font-style: normal;
			font-weight: normal;
/*			line-height: 20px; */
			color: #9a8f71;
			text-align: center;
/*        		padding: 2px; */
			}

.boxedvideo2		{
			background-color: #000000;
			border: 1px solid #555555;
			font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
			font-size: 10pt;
			font-style: normal;
			font-weight: normal;
/*			line-height: 20px; */
			color: #9a8f71;
			text-align: center;
        		padding: 0px;
			}

.boxedbutton 		{

			background-color: #222222;
			border: 1px solid #555555;
			font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
			font-size: 10pt;
			font-style: italic;
			font-weight: normal;
/*			line-height: 20px; */
			color: #9a8f71;
			text-align: center;
        		padding: 2px;
			}

.boxednote 		{

			background-color: #222222;
			border: 1px solid #555555;
			font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
			font-size: 10pt;
			font-style: italic;
			font-weight: normal;
/*			line-height: 20px; */
			color: #3388FF;
			text-align: justify;
        		padding: 4px;
			}

.boxednote2 		{

			background-color: #222222;
			border: 1px solid #555555;
			font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
			font-size: 10pt;
			font-style: italic;
			font-weight: normal;
/*			line-height: 20px; */
			color: #9a8f71;
			text-align: center;
        		padding: 6px;
			}

.boxednote3 		{

			background-color: #222222;
			border: 1px solid #555555;
			font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
			font-size: 10pt;
			font-style: normal;
			font-weight: normal;
/*			line-height: 20px; */
			color: #9a8f71;
			text-align: center;
        		padding: 6px;
			}

/* ------------------------------------------------------------------------- */
/* BACKGROUND COLOR DEFINITIONS                                              */
/* ------------------------------------------------------------------------- */

.black                  {background: black}
.white                  {background: white}
.ltblue			{background: #3399CC}
.minblue		{background: #3366FF}
.slate                  {background: #444466}
.darkslate              {background: #04040a}
.navy                   {background: #000033}
.sky                    {background: #282890}
.gray                   {background: #333333}
.green                  {background: #335500}
.orange                 {background: #995500}
.darkyellow             {background: #777722}
.red                    {background: #330000}
.darkred                {background: #1a0800}
.brown                  {background: #101403}
.charcoal               {background: #080808}
.ochre                  {background: #303000}
.pink                   {background: #ff7777}

/* ------------------------------------------------------------------------- */
/*                                                                           */
/* ------------------------------------------------------------------------- */

select                  {
                        border-right: black 1px solid;
                        border-top: black 1px solid;
                        background: #a0a0a0;
                        border-left: black 1px solid;
                        border-bottom: black 1px solid
                        }

textarea                {
                        border-right: black 1px solid;
                        border-top: black 1px solid;
                        background: #a0a0a0;
                        border-left: black 1px solid;
                        border-bottom: black 1px solid
                        }

input                   {
                        border-right: black 1px solid;
                        border-top: black 1px solid;
                        background: #a0a0a0;
                        border-left: black 1px solid;
                        border-bottom: black 1px solid
                        }

table                   {
                        border-right: 0px;
                        border-top: 0px;
                        border-left: 0px;
                        border-bottom: 0px;
                        cellpadding: 0;
                        cellspacing: 0
                        }

table.boxed		{
			background-color: black;
			margin: 0px;
			border: 1px solid #3366FF
			}

pre          		{
			font-size: 10pt;
			font-family: "Lucida Console",monospace;
			color: gray
			}


/* ------------------------------------------------------------------------- */
/* MINBLUE CLASSES                                                           */
/* ------------------------------------------------------------------------- */

.back                   {background: black}
.body                   {background: #15151a}
.accent                 {background: #3366FF}
.accentgray             {background: #555555}
.complement             {background: #15151a}
.message                {background: #a00000; COLOR: black}

.frame                  {
                        border-right: black 1px solid;
                        border-top: black 1px solid;
                        border-left: black 1px solid;
                        border-bottom: black 1px solid
                        }

/* ------------------------------------------------------------------------- */
/* GENERAL FONT STYLES                                                       */
/* ------------------------------------------------------------------------- */

.fontminblue		{color: #3366FF}

.fontltblue		{color: #3399CC}

.fontltbluebold		{color: #3399CC; font-weight: bold}
.fontltbluebig		{color: #3399CC; font-size: 12pt}
.fontltbluebigger	{color: #3399CC; font-size: 14pt}
.fontltbluebiggest	{color: #3399CC; font-size: 16pt}

.font8                  {font-size: 8pt}
.font10                 {font-size: 10pt}
.font11                 {font-size: 11pt}
.font12                 {font-size: 12pt}
.font14                 {font-size: 15pt}
.font16                 {font-size: 16pt}

.fontsmall              {font-size: 90%}
.fontsmaller            {font-size: 80%}
.fontbig                {font-size: 110%}
.fontbigger             {font-size: 120%}


/* ------------------------------------------------------------------------- */
/* PROPORTIONAL FONT STYLES - BROWN       #9a8f71 #a89b71                    */
/* ------------------------------------------------------------------------- */

.propfontbrown               {text-align:justify; font-size: 11pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: #9a8f71; color: #9a8f71}
.propfontcntrbrown           {text-align:center;  font-size: 11pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: #9a8f71}
.propfontrightbrown          {text-align:right;   font-size: 11pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: #9a8f71}

.propfontnavbrown            {text-align:justify; font-size: 10pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: #9a8f71}

.propfontsmallbrown          {text-align:justify; font-size: 10pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: #9a8f71}
.propfontsmallcntrbrown      {text-align:center;  font-size: 10pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: #9a8f71}
.propfontsmallerbrown        {text-align:justify; font-size: 9pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: #9a8f71}
.propfontsmallercntrbrown    {text-align:center;  font-size: 9pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: #9a8f71}
.propfontsmallerrightbrown   {text-align:right;   font-size: 9pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: #9a8f71}
.propfontsmallestbrown       {text-align:justify; font-size: 8pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: #9a8f71}

.propfontbigbrown            {text-align:justify; font-size: 12pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: #9a8f71}
.propfontbigcntrbrown        {text-align:center;  font-size: 12pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: #9a8f71}
.propfontbiggerbrown         {text-align:justify; font-size: 14pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: #9a8f71}
.propfontbiggercntrbrown     {text-align:center;  font-size: 14pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: #9a8f71}
.propfontbiggerrightbrown    {text-align:right;   font-size: 14pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: #9a8f71}
.propfontbiggestbrown        {text-align:justify; font-size: 16pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: #9a8f71}

.propfontitalicbrown         {text-align:justify; font-size: 11pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; font-style: italic; color: #9a8f71}
.propfontsmallitalicbrown    {text-align:justify; font-size: 10pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; font-style: italic; color: #9a8f71}
.propfontboldbrown           {text-align:justify; font-size: 11pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; font-weight: bold; color: #9a8f71}

/* ------------------------------------------------------------------------- */
/* PROPORTIONAL FONT STYLES - BLUE                                           */
/* ------------------------------------------------------------------------- */

.propfont               {text-align:justify; font-size: 11pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif}
.propfontcntr           {text-align:center;  font-size: 11pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif}
.propfontright          {text-align:right;   font-size: 11pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif}

.propfontnav            {text-align:justify; font-size: 10pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif}

.propfontsmall          {text-align:justify; font-size: 10pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif}
.propfontsmallcntr      {text-align:center;  font-size: 10pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif}
.propfontsmaller        {text-align:justify; font-size: 9pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif}
.propfontsmallercntr    {text-align:center;  font-size: 9pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif}
.propfontsmallerright   {text-align:right;   font-size: 9pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif}
.propfontsmallest       {text-align:justify; font-size: 8pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif}

.propfontbig            {text-align:justify; font-size: 12pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif}
.propfontbigcntr        {text-align:center;  font-size: 12pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif}
.propfontbigger         {text-align:justify; font-size: 14pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif}
.propfontbiggercntr     {text-align:center;  font-size: 14pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif}
.propfontbiggerright    {text-align:right;   font-size: 14pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif}
.propfontbiggest        {text-align:justify; font-size: 16pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif}

.propfontitalic         {text-align:justify; font-size: 11pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; font-style: italic}
.propfontsmallitalic	{text-align:justify; font-size: 10pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; font-style: italic}
.propfontbold           {text-align:justify; font-size: 11pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; font-weight: bold}

/* ------------------------------------------------------------------------- */
/* PROPORTIONAL FONT STYLES - GRAY                                           */
/* ------------------------------------------------------------------------- */

.propfontquote          {text-align:center;  font-size: 10pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: gray}

.propfontgray           {text-align:justify; font-size: 11pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: gray}
.propfontgraycntr       {text-align:center;  font-size: 11pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: gray}
.propfontgray11         {text-align:justify; font-size: 11pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: gray}

.propfontdkgraysmaller  {text-align:justify; font-size: 9pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: #404040}

.propfontgraysmall      {text-align:justify; font-size: 10pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: gray}
.propfontgraysmallcntr  {text-align:center;  font-size: 10pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: gray}
.propfontgraysmaller    {text-align:justify; font-size: 9pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: gray}
.propfontgraysmallercntr{text-align:center;  font-size: 9pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: gray}
.propfontgraysmallest   {text-align:justify; font-size: 8pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: gray}

.propfontgraybig        {text-align:justify; font-size: 12pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: gray}
.propfontgraybigger     {text-align:justify; font-size: 14pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: gray}
.propfontgraybiggercntr {text-align:center;  font-size: 14pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: gray}
.propfontgraybiggest    {text-align:justify; font-size: 16pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; color: gray}

.propfontgrayitalic     {text-align:justify; font-size: 11pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; font-style: italic; color: gray}
.propfontgraysmallitalic{text-align:justify; font-size: 10pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; font-style: italic; color: gray}
.propfontgraybold       {text-align:justify; font-size: 11pt; font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; font-weight: bold; color: gray}

/* ------------------------------------------------------------------------- */
/* FIXED FONT STYLES                                                         */
/* ------------------------------------------------------------------------- */

.fixedfont              {font-size: 11pt; font-family: monospace}
.fixedfontsmall         {font-size: 9pt; font-family: monospace}
.fixedfontsmaller       {font-size: 8pt; font-family: monospace}
.fixedfontsmallest      {font-size: 8pt; font-family: monospace}
.fixedfontbig           {font-size: 12pt; font-family: monospace}
.fixedfontbigger        {font-size: 14pt; font-family: monospace}
.fixedfontbiggest       {font-size: 16pt; font-family: monospace}

.fixedfontgray          {font-size: 11pt; font-family: monospace; color: gray}
.fixedfontgrayitalic    {font-size: 11pt; font-family: monospace; color: gray; font-style: italic}
.fixedfontgraybold      {font-size: 11pt; font-family: monospace; color: gray; font-weight: bold}


/* ------------------------------------------------------------------------- */
/*                                                                           */
/* ------------------------------------------------------------------------- */


