/* Default CSS Stylesheet for a new Web Application project */
.SignIn:Link
{
	font-weight: bold;
	font-size: 7pt;
	color: White ;
	font-family: Verdana;
	
	text-decoration: none;
	text-align:center;
}	

.SignIn:hover
{
	font-weight: none;
	font-size: 7pt;
	color: Black ;
	font-family: Verdana;
	
	 text-decoration: none;
	text-align:center;
}	

.SignIn:visited
{
	font-weight: bold;
	font-size: 7pt;
	color: white ;
	font-family: Verdana;
	
	 text-decoration: none;
	text-align:center;
}
.power2
{
	font-weight: normal;
	font-size: 14;
	color: black;
	font-family: Verdana;
	text-decoration: underline;
	text-align:left;
	font-weight:bold;
}

.power
{
	font-weight: normal;
	font-size: 9;
	color: black;
	font-family: Verdana;
	text-decoration: none;
	text-align:left;
}
.powerd
{
	font-weight: normal;
	font-size: 9;
	color: white;
	font-family: Verdana;
	text-decoration: none;
	text-align:center;
}
.Head
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: ARIAL;
	text-decoration: none;
}

.Header
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: ARIAL;
	text-decoration: none;
}

.sortby
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: ARIAL;
	text-decoration: none;
}
.sortbyOver
{
	font-weight: bold;
	font-size: 9pt;
	color: red;
	font-family: ARIAL;
	text-decoration: none;
}
.boldfont
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: ARIAL;
	text-decoration: none;
}


a:link
{
	font-size: 8pt;
	color: black;
	font-family: ARIAL;
	text-decoration: none;
}	
		
a:visited
{
	font-size: 8pt;
	color: black;
	font-family: ARIAL;
	text-decoration: none;
}	
		
a:active
{
	font-size: 8pt;
	color: black;
	font-family: ARIAL;
	text-decoration: none;
}	
		
a:hover	
{
	font-size: 8pt;
	color: black;
	font-family: ARIAL;
	text-decoration: underline;
	}
	
P
{
	font-size: 8pt;
	font-family: ARIAL;
	text-decoration: none;
}
.NormalText
{
	font-size: 8pt;
	color: black;
	font-family: ARIAL;
	text-decoration: none;
}

.Detail
{
	font-size: 8pt;
	color: black;
	font-family: ARIAL;
	text-decoration: none;
}

td
{
	font-size: 8pt;
	color: black;
	font-family: ARIAL;
	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
}

.search
{
    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: black;
	font-family: Verdana;
}
th		
{
	font-size: 9pt;
	color: black;
	font-family: ARIAL;
	text-decoration: none;
}