/* Default CSS Stylesheet for a new Web Application project */

.Head
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: ARIAL;
	text-decoration: none;
}

.Header
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: ARIAL;
	text-decoration: none;
}

A:link
{
	font-weight: bold;
	font-size: 8pt;
	color: #978080;
	font-family: ARIAL;
	text-decoration: none;
}	
	
A:visited
{
	font-size: 8pt;
	color: #978080;
	font-family: ARIAL;
	text-decoration: none;
	font-weight: bold;
}	
		
A:active
{
	font-size: 8pt;
	color: #978080;
	font-family: ARIAL;
	text-decoration: none;
	font-weight: bold;
}	
		
A:hover
{
	font-weight: bold;
	color: #ab3253;
	text-decoration: underline;
}
	
P
{
	font-size: 8pt;
	font-family: ARIAL;
	text-decoration: none;
	color: #8a8a8a;
}

td
{
	font-size: 8pt;
	font-family: ARIAL;
}
.NormalText
{
	font-size: 8pt;
	color: #8a8a8a;
	font-family: ARIAL;
	text-align: justify;
	text-decoration: none;
}
.NormalTextWhite
{
	font-size: 8pt;
	color: white;
	font-family: ARIAL;
	text-align: justify;
	text-decoration: none;
}

.NormalNav
{
	font-size: 8pt;
	color: #8a8a8a;
	font-family: ARIAL;
	text-align: right;
	text-decoration: none;
}

INPUT.Button
{
    BORDER-RIGHT: gray 1pt solid;
    BORDER-TOP: gray 1pt solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: gray 1pt solid;
    COLOR: black;
    BORDER-BOTTOM: gray 1pt solid;
    FONT-FAMILY: ARIAL, Arial
}

INPUT.text
{
	font-size: 8pt;
	color: #8a8a8a;
	font-family: ARIAL;
	background-color: white;
}

li
{
	font-size: 8pt;
	color: #8a8a8a;
	font-family: ARIAL;
}
.ownTABLE
{
	border-right: #ab3253 1pt solid;
	border-top: #ab3253 1pt solid;
	border-left: #ab3253 1pt solid;
	border-bottom: #ab3253 1pt solid;
}
