/* 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 : repeat-y; 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 : repeat-y; }

/* 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 : #E1882F; background-image : url(t_h.gif); background-repeat : repeat-x; }
.t_1 { background-color : White; }
.t_2 { background-color : #F0F0F0; }

/* 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 : #B66415; text-decoration: none; }
.m_link:visited { color : #B66415; text-decoration: none; }
.m_link:hover {	color : white; text-decoration: none; }

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

/* BACKGROUNDS */
.b_sel { background-color : #A04B4B; }
.b_main { background-color : #F9EFE3; }
.b_menu { background-color :  #FFD3A4; background-image : url(b_menu.gif); }

/* BORDERS */
.brd { border: 1px solid silver; }
.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 : #FF6600; text-decoration: none; }
A:visited {	color : #D2691E; text-decoration: none; }
A:hover { color : #FF6600; text-decoration: underline; }
.title { font-weight: bold; font-size : 13px; color: white; height: 16px; background-color : #E7A059; background-image : url(title.gif); background-repeat : repeat-x; }
.sm { font-size: 10px; }
.bold { font-weight: bold; }
.cent { text-align : center; }
.btn { background-color : #D5611C; background-image : url(btn.gif); background-repeat : repeat-x; border-bottom : 1px solid #616161; border-left : 1px solid #616161; border-right : 0px solid White; border-top : 0px solid White; color : White; }

