/* CSS Document */

@CHARSET "ISO-8859-1";


body {background-color:#FFF;
	font-family: Arial, sans-serif
	}
#app h3{font-size: 80%;
	color: #666600;
	}
#app p {color:#000; font-size:80%
}

#app li {list-style-type:none; font-weight:bold; font-size:80%
}

.textBlack80 {font-size: 75%; color:#000
}
.textBlack70 {font-size: 75%; color:#000
}
.titlebar {font-size: 75%; color:#FFF; cursor:pointer; font-family:Verdana, Arial, Helvetica, sans-serif; border:1px solid #666600}

.inputLabel80 {
	font-weight: bold;
	font-size: 80%;
	color: #333;
	margin-top: 0px;
	margin-bottom: -15px;
	padding-top: 0px;
	text-decoration:none;
	text-align: left;
}
select { border:1px solid #ccc;
		font-size: 75%;cursor:hand;
		}

input {font-size: 75%;color: #333333;
	border: 1px solid  #999999;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;cursor:hand;}
input#radioStyle{
	background:#FFF;
	font-size:100%;
	border:0px;
	color: #CC3300;
} 
input#codeStyle {font-size:100%;background:#FFF}
input#goStyle {background:#CCC; cursor:pointer}	
input#goStyle a:link {background: #FFFFCC}	
.formtxtw{ font-size:75%}	
tr a:hover {background-color:#ccc}
.titlebar { font-size:75%; vertical-align:bottom}
.null { color:#990000; font-size:75%;}
.evenRow {
	background-color: #FFFFFF;
	font-size : 55%;
	font-weight : normal;
	letter-spacing : 0px;
	text-align : center;
	font-family: verdana;
}

.oddRow {
	background-color:#CCCC99;
	font-size : 55%;
	font-weight : normal;
	letter-spacing : 0px;
	text-align : center;
	font-family: verdana;
}
-->



