/* --- Page Appearance rules --- */

/*
body	{ background-color: #eeeeee; }   
*/
body, dl, dt, dd, ul, ol, li, td, th, .text
		{ font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; color: #000000 }
textarea, input, select
		{ font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; color: #000000 }


/* --- Titles, Headers --- */

/*
.h		{ font-size: 28px }
*/


/* --- Text --- */

.t		{ color: #222222; font-size: 28px; font-weight: bold }
.t1		{ color: #444444; font-size: 22px; font-weight: bold }
.t2		{ color: #444444; font-size: 20px; font-weight: bold }
.t3		{ color: #222222; font-size: 18px; font-weight: bold; text-decoration: underline }
.t4		{ color: #222222; font-size: 14px; font-weight: bold }
.tcb		{ color: #003399 }
.tc1		{ color: #003399 }
.tc2		{ color: #003399 }
.s		{ color: #003399; font-size: 10px; font-weight: normal }
/*
.title	{ font-family: helvetica, sans-serif; font-size: 18px; font-weight: bold }
.small	{ font-size: 10px }
*/
.hl		{ background-color: #ffffcc }

.red		{ color: #aa0033 }


/* --- Links --- */

a		{ text-decoration: none; font-weight: bold; color: #0033aa }
a:hover	{ text-decoration: underline }
a:visited	{ color: #003399 }
.ln		{ text-decoration: none; font-weight: normal }
/*
.l		{ text-decoration: none }
.lb		{ text-decoration: none; color: #000000 }
.lu		{ color: #000000 }
.lh		{ text-decoration: none; color: #003366; font-size: 18px }
.lm		{ text-decoration: none; color: #003366; font-size: 14px }
.ls		{ text-decoration: none; color: #003366; font-size: 11px }
*/


/* --- Navigation Links --- */

.lnt	{ font-size: 12px; font-weight: normal; color: #003399 }
.lnl	{ font-size: 12px; font-weight: normal; color: #003399 }
.lnlb	{ font-size: 12px; font-weight: bold; color: #003399 }
.lnb	{ font-size: 12px; font-weight: normal; color: #ffffff }


/* --- Forms --- */

.fl	{ font-size: 13px; font-weight: normal }
.flg	{ font-size: 13px; font-weight: bold; color: green }
.ff	{ font-size: 16px; font-weight: bold }
.fb	{ font-size: 16px; font-weight: bold; color: #001166 }
.fbg	{ font-size: 16px; font-weight: bold; color: green }  /* --- green ---*/
.flh	{ font-size: 13px; font-weight: bold }
.ffh	{ font-size: 16px; font-weight: bold; background-color: #ffffcc }
/* --- to IMPLEMENT here ---*/
.fle	{ font-size: 12px }
.ffe	{ font-size: 13px; font-weight: bold }
.fbe	{ font-size: 14px; font-weight: normal; color: #001166 }
/* --- to deprecate: settings forms ---*/
.fls	{ font-size: 12px }
.ffs	{ font-size: 13px; font-weight: bold }
.fbs	{ font-size: 14px; font-weight: normal; color: #001166 }

.fbsb	{ font-size: 14px; font-weight: bold; color: #001166 }
.fbsr	{ font-size: 14px; font-weight: normal; color: red }  /* --- red ---*/
.fbsg	{ font-size: 14px; font-weight: bold; color: green }  /* --- green ---*/


/* --- Visibility --- */

.visible	{ visibility: visible }
.hidden	{ visibility: hidden }
/*
.collapse	{ visibility: collapse }
.inherit	{ visibility: inherit }
*/


/* --- Boxes --- */

.br	{ -moz-border-radius: 1em; border-radius:1em; padding: .20em }


/* --- Navigation Boxes --- */

.brnts	{ -moz-border-radius: 1em; border-radius:1em; background-color: #ffff99; padding: .20em }
.brnt	{ -moz-border-radius: 1em; border-radius:1em; background-color: #ffffff; padding: .20em }
