/* Default CSS Stylesheet for a new Web Application project */
.tablestyle {
	background-color:004040;
	color : white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.0em;
	font-weight:	700;
	font-style:	normal;
	border:solid 1px #FFFF99;
		
}
.pointsheading {
	color: #000000;
	font:12pt Arial, Helvetica, Geneva, sans-serif;
	font-weight:800;
	
}
	
.formposition {
	position:relative;
	top:20px;
}

.toptitle 
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12pt;
    FONT-WEIGHT:700;
}

.outputpage 
{
	position:absolute;
	top:0px;
	left:300px;
}

.btnposition 
{
	background-color:#ffff99;
	font-weight:700;
}

.btncolor 
{
	background-color:#ffff99;
	font-weight:700;
}

.tableshade
{ 
	FONT: 10pt Arial, Helvetica, Geneva, sans-serif;
	COLOR: #000000;
	BACKGROUND-COLOR: #cccc99;
}

.tablewhite 
{
	FONT: bold 10pt Arial, Helvetica, Geneva, sans-serif;
	COLOR: #000000;
	BACKGROUND-COLOR: #ffffff;
}

.info  {
	color: #000000;
	font: 11pt Arial, Helvetica, Geneva, sans-serif;
	width:84px;
	}
	
.prompt  {
	color: #ffffff;
	font: 10pt Arial, Helvetica, Geneva, sans-serif;
    FONT-WEIGHT: 600;
	background-color: #004040;
	
	}

.hyperText  {
	color: #000000;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	background-color: #ffff66;
	padding: 5px;
	border: solid 1px #000000;
	width: 300px;
	}

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: "Times New Roman",Times,Serif;
    FONT-SIZE: 11pt;
    FONT-WEIGHT: 600;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

TD
{
	FONT-FAMILY: "Times New Roman",Times,Serif;
    FONT-SIZE: 11pt;
    FONT-WEIGHT: 600;
}
