/* base.css Copyright(c) 2016 photonexa.com */
/*------------------------------------------*/

.small   { font-size:7pt; }   /* Small Text */
.normal  { font-size:10pt; }  /* Standard Text */
.bigger  { font-size:11pt; }  /* Bigger Text */
.lbigger { font-size:12pt; }  /* Little-Bigger Text */
.big     { font-size:14pt; }  /* Big Text */
.fat     { font-weight:bold } /* bold */
.mactive { color:#ffffff;  }  /* Menu active */
.nactive { color:#a0a0a0;  }  /* Menu not active */

/* Basic formatting */
body, table {font-family:LatoWeb, Helvetica, Arial; font-size:11pt; }
input, select { font-family:Tahoma,sans-serif,monospace;font-size:12px; }
h2 { font-family: LatoWebSemibold, LatoWebBold, Century Gothic, Impact, Agency FB, Arial, Helvetica; font-size:22pt; } 

/* Text Links */
a.text:link {color:#000000; text-decoration:underline;}
a.text:visited {color:#000000; text-decoration:underline;}
a.text:hover {background:#E0E0E0; } 

/* Navigation Links */
a.nav:link {color:#ffffff; text-decoration:none;}
a.nav:visited {color:#ffffff; text-decoration:none;}
a.nav:hover {color:#e0e0e0; text-decoration:none; } 
