/* FORMS */
INPUT{ font-family : Arial, Helvetica, sans-serif; font-size : 100%; border : 1px solid #7F9DB9; background-color : white; background-image : url(inp.gif); background-repeat : no-repeat; height: 19px; }
TEXTAREA { font-family : Arial, Helvetica, sans-serif; font-size : 100%; border : 1px solid #7F9DB9; background-color : white; background-image : url(inp.gif); background-repeat : no-repeat; }

/* TABLES */
TABLE { font-family : Arial, Helvetica, sans-serif; font-size : 12px; }
.t_hl { color : white; text-decoration: none; }
.t_h { font-weight: bold; font-size : 13px; color : white; height: 20px; background-color : #688CD1; background-image : url(t_h.gif); background-repeat : repeat-x; }
.t_1 { background-color : White; }
.t_2 { background-color : #F1F2FA; }

/* INDENTATIONS */
.i_nm { margin : 0px 0px 0px 0px; }
.i_np { padding : 0px 0px 0px 0px; }

/* MESSAGES */
.mes_e { color : Red; font-weight : bold; }
.mes_i { color : Green; font-weight : bold; }

/* MENU */
.m_link { color : blue; text-decoration: none; }
.m_link:visited {	color : blue; text-decoration: none; }
.m_link:hover {	color : white; text-decoration: none; }

/* COLORS */
.c_1 { color: Blue; }	/* main theme color */
.c_2 { color: White; }			/* title text */
.c_3 { color: Gray; }			 /* comments */

/* BACKGROUNDS */
.b_sel { background-color : #688CD1; }
.b_main { background-color : #F5F8FA; }
.b_menu { background-color : #D6DDEB; background-image : url(b_menu.gif); }

/* BORDERS */
.brd { border: 1px solid #8A9DC6; }
.brd_none { border: 0px; }

/* OTHER */
HR { height : 1px; border-bottom : 1px solid Silver; border-top : 0px none White; border-left : 0px none White; border-right : 0px none White; }
A { color : Blue; text-decoration: none; }
A:visited {	color : Navy; text-decoration: none; }
A:hover { color : Blue; text-decoration: underline; }
.title { font-weight: bold; font-size : 13px; color: white; height: 20px; background-color : #8A9DC6; background-image : url(b_title.gif); background-repeat : repeat-x; }
.bold { font-weight: bold; }
.sm { font-size: 10px; }
.cent { text-align : center; }
.btn { font-size : 12px; color: white; height: 20px; background-color : Gray; background-image : url(btn.gif); background-repeat : repeat-x;  border-bottom : 1px solid black; border-left : 1px solid black; border-right : 1px solid #F0F0F0; border-top : 1px solid #F0F0F0; }
