/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

Div.MainTxt
{
	text-align: justify;
	font-family: Tahoma;
	font-size: 12px;
	color: #000080;
}
tr.MainTxt
{
	text-align: justify;
	font-family: Tahoma;
	font-size: 12px;
	color: #000080;
	text-align:center;
	vertical-align: middle;
	height: 25px;
}
tr.Director
{
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	color: #000080;
	text-align:center;
	vertical-align: top;
	
}
font.TiMainTxt
{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #000080;
}

p.Menu
{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	line-height: 10px;
	font-weight: 500;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000080;
}
ul.Menu
{
	text-align: right;
	line-height: 3px;
	font-weight: 500;
	font-family: Verdana;
	font-size: 12px;
	color: #000080;
}
td.Tables
{
	border-right: 1px solid windowtext;
	border-left: 1px solid windowtext;
	border-top: 1px solid windowtext;
	border-bottom: 1px solid windowtext;
	padding-right: 1pt;
	padding-left: 1pt;
	padding-bottom: 0cm;
	padding-top: 0cm;
	width: 164px;
	border-bottom: 1px solid windowtext;
	text-align: center;
	height: 32px;
}
A:link
{
	text-decoration: none;
	color: #3333cc;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: none;
	color: #3333cc;
}

