﻿body 
{
	font-family: Verdana;
	font-size: 10pt;
	background-color: white;
}

/* Generic Table */
.tbl
{
	color: Black;
}

.tbl_hdr
{
	font-weight: bold;
}

.tbl_ttl
{
	font-weight: bold;
}

.tbl_row
{
}

.tbl_row_alt
{
}

.tbl_row_sm
{
	font-size: 8pt;
}

.tbl_row_sm_err
{
	font-size: 8pt;
	color: Red;
}


/* Login Styles [General] */
.lgn_warn
{
	color: Red;
}

.lgn_text
{
	color: Blue;
}

/* Login Styles [TABLE] */
.lgn_tbl
{
	border: Solid 1px Black;
}

.lgn_tbl_hdr
{
	font-weight: bold;
	border-bottom: Solid 1px Black;
}

.lgn_tbl_ttl
{
	font-weight: bold;
}


.lgn_tbl_row
{

}
