/* 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
}

.mouseon
{	
	border-width:2px;
	border-style:inset;
	font-size: 10pt;
	width: 120px;
	cursor: hand;
	color: #004576;
	font-family: Trebuchet MS;
	height: 37px;
	background-color: #F9F400;
		font-weight:bold;
} 

.mouseoff
{
	border-width:2px;
	border-style:outset;
	font-size: 10pt;
	width: 120px;
	color: #F9F400;
	font-family: Trebuchet MS;
	height: 37px;
	background-color: #004576;
	font-weight:bold;
} 

.bigbuttonon
{
	border:inset;
		color: #225236;
		font-family: 'Trebuchet MS';
	background-color: white;
	text-align: center;
	height:31;
	width:180;
	cursor:hand;
	font-size: 10pt;
}

.bigbuttonoff
{
	border:outset;
		color: white;
		font-family: 'Trebuchet MS';
	background-color: #225236;
	text-align: center;
	height:31;
	width:180;
	font-size: 10pt;
}


.brandon
{
	border-right: 2px inset;
	border-top: 2px inset;
	font-size: 10pt;
		border-left: 2px inset;
	width: 25px;
	cursor: hand;
	color: #225236;
	text-indent: 0px;
	border-bottom: 2px inset;
	font-family: 'Trebuchet MS';
	height: 25px;
	background-color: white;
	
}

.brandoff
{
	border-right: 2px outset;
	border-top: 2px outset;
	font-size: 10pt;
		border-left: 2px outset;
	width: 25px;
	color: white;
	text-indent: 0pt;
	border-bottom: 2px outset;
	font-family: 'Trebuchet MS';
	height: 25px;
	background-color: #225236;
	
}

.buttonson
{
	border:inset;
		color: #225236;
		font-family: 'Trebuchet MS';
	background-color: white;
	text-align: center;
	height:31;
	width:135;
	cursor:hand;
	font-size: 10pt;
}

.buttonsoff
{
	border:outset;
		color: white;
		font-family: 'Trebuchet MS';
	background-color: #225236;
	text-align: center;
	height:31;
	width:135;
	font-size: 10pt;
}

.imagebtn
{
	border:solid 4px #225E36;
}

.imagebtnon
{
	border:inset 4px #225e36;
}

.centertxt
{
	font-weight:bold;
	font-size:x-large;
	font-family:Trebuchet MS;
	Text-align:center;
}
.centerlg
{
	font-weight:bold;
	font-size:medium;
	font-family:Trebuchet MS;
	Text-align:center;
}
.leftlg
{
	font-weight:bold;
	font-size:medium;
	font-family:Trebuchet MS;
	Text-align:left;
}