/* 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
}

	A { text-decoration: none;}
	A:visited, A:active {text-decoration: none;}
	A:hover {text-decoration:underline; BlueSteel:#7ea5c2;}
	A {font-family: "arial", "helvetica";}
	A {color: black;}
	A {text-decoration: none; color: black;}
	A {font-size : 11px;font-family: "arial", "verdana";}

.STYLE1 {
	font-family: Verdana;
	font-size: 10px;
	color: Blue;
	background-color: Olive;
}

.STYLE2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: Red;
	background-color: Aqua;
}


.slinkb{
	font-size : 11px;
	font-family: "arial", "helvetica";
	color : black;
	font-weight: bold;
}

.flattext{
	font-size : 11px;
	font-family: "arial", "helvetica";
	border-style: solid;
	border-width: 1px;
	border-color: MidnightBlue;
}

.flatbutton {
    BACKGROUND-COLOR: white;
    BORDER-BOTTOM: #0080c0 1px solid;
    BORDER-LEFT: #0080c0 1px solid;
    BORDER-RIGHT: #0080c0 1px solid;
    BORDER-TOP: #0080c0 1px solid;
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal
}

.fntLinks {
	font-size : 11px;
	font-family : Verdana;
	color: Navy
}

.fTable {
	font-family: Verdana;
	font-size: 12px;
}

.FPie{
    font-size : 11px;
    font-family: "verdana";
    color: white;
}
