/*----------------------------------------------------------------------------------------*/
/*---------------------------  CENTER STAGE - THE SPOTLIGHT  -----------------------------*/
/*----------------------------------------------------------------------------------------*/
.divider      {width:50%;height:5px;margin:auto;margin-top:10px;background:#442211;}
.thindivider  {width:100%;height:1px;margin:auto;margin-top:10px;background:#442211;}
.spotlink      	{ color:#442211;text-decoration:none; }
.reglink     { color:#442211;text-decoration:underline; }

/*----------------------------------------------------------------------------------------*/
/*--------------------  COPYRIGHT AND DEFAULT PAGE FONT SETTINGS  ------------------------*/
/*----------------------------------------------------------------------------------------*/
.copystamp	{ font-family:Cambria;font-size:16px;color:#442211;margin:auto;text-align:center;clear:both; }
.ftrlinks	{ font-family:Cambria;font-size:14px;color:#442211;margin:auto;text-align:center;clear:both; }

html { font-family: Cambria, sans-serif;font-weight:normal;color:#442211;font-size:16px; }
.clearAll { clear:both; }


/*----------------------------------------------------------------------------------------*/
/*-------------------- SCREENS WITH A MAXIMUM WIDTH OF 429 PIXELS ------------------------*/
/*----------------------------------------------------------------------------------------*/
@media only screen and (max-width:429px) {
/*for tablets*/

html 		{ font-size:14pt; }

}

/*----------------------------------------------------------------------------------------*/
/*-------------------- SCREENS WITH A MINIMUM WIDTH OF 430 PIXELS ------------------------*/
/*----------------------------------------------------------------------------------------*/
@media only screen and (min-width:430px) {
/*for tablets*/

html 		{ font-size:14pt; }

}

/*----------------------------------------------------------------------------------------*/
/*-------------------- SCREENS WITH A MINIMUM WIDTH OF 486 PIXELS ------------------------*/
/*----------------------------------------------------------------------------------------*/
@media only screen and (min-width:486px) {
/*for tablets*/

html 		{ font-size:14pt; }

}

/*----------------------------------------------------------------------------------------*/
/*-------------------- SCREENS WITH A MINIMUM WIDTH OF 600 PIXELS ------------------------*/
/*----------------------------------------------------------------------------------------*/
@media only screen and (min-width:600px) {
/*for tablets*/

html 		{ font-size:14pt; }

}

/*----------------------------------------------------------------------------------------*/
/*-------------------- SCREENS WITH A MINIMUM WIDTH OF 640 PIXELS ------------------------*/
/*----------------------------------------------------------------------------------------*/
@media only screen and (min-width:640px) {
/*for tablets*/

html 		{ font-size:14pt; }

}








/*----------------------------------------------------------------------------------------*/
/*-------------------- SCREENS WITH A MINIMUM WIDTH OF 700 PIXELS ------------------------*/
/*----------------------------------------------------------------------------------------*/
@media only screen and (min-width:700px) {
/*for tablets*/

html 		{ font-size:18px; }

}

/*----------------------------------------------------------------------------------------*/
/*-------------------- SCREENS WITH A MINIMUM WIDTH OF 900 PIXELS ------------------------*/
/*----------------------------------------------------------------------------------------*/
@media only screen and (min-width:900px) {
/*for tablets*/

html { font-size:18px; }

}

*----------------------------------------------------------------------------------------*/
/*-------------------- SCREENS WITH A MINIMUM WIDTH OF 1024 PIXELS -----------------------*/
/*----------------------------------------------------------------------------------------*/
@media only screen and (min-width:1024px) {
/*for desktop*/

html { font-size:20px; }

}








/*----------------------------------------------------------------------------------------*/
/*-------------------- SCREENS WITH A MINIMUM WIDTH OF 1400 PIXELS -----------------------*/
/*----------------------------------------------------------------------------------------*/
@media only screen and (min-width:1400px) {
/*for desktop*/

html { font-size:20px; }

}




























/*----------------------------------------------------------------------------------------*/