body {
	background-color :#fcfcfc;
	color: #000000;
	font-weight: normal;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
body.low{
	background-color :#cce2fa;
}
body.gai{
	background-color :#ddf3ff;
}
body.high{
	background-color :#fadfca;
}
H2.title { 
	font-size: 22px;
	font-weight: bold;
	font-family: arial, sans-serif;
	text-align: center;
	letter-spacing: 10px;
	background-color :#F9EEE0;	
	color: #111155;
	padding: 5px;
	border: 1px solid #C1C1C5;
	
	}


.quip  { 
	border: 1px solid #C1C1C5;
	background-color: #ECEFEE;
	color: #444444;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, sans-serif;
	text-align: center;
	letter-spacing: 1px;}

DIV.comments{
	text-align:left;
	line-height:1.5em;
	width:500px;
	margin-left:auto;
	margin-right:auto;	
}

DIV.box{
	width:75%;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	background: #fff; 
    border: 2px dotted #006;
    color: #000
 }


.err{
	color: #ff0000;
}
.small{
	font-size: 11px;
}
.large{
	font-size: 20px;
}

.bg_green{
	background-color :#008080;
}

TABLE{
	background-color:#aaaaaa;
}

.note TABLE {
	background-color:#ffffff;
}

.large_btn{
	border : 3px outset silver;
	width:200px;
	height:40px;
	font-weight: bold;
	font-size: 18px;
}
th.small{
	font-size: 9px;
}

tr{
	background-color:#faffff;
	text-align:left;
}


td.sec{
	font-weight: bold;
	background-color :#FFFAF0;
}
td.sec2{
	color: #ffffff;
	font-weight: bold;
	background-color :#667080;
	text-align: center;	
	line-height:1.5em;
}
td.sec3{
	color: #ffffff;
	font-weight: bold;
	background-color :#708490;
	text-align: center;	
}
td.sec_s{
	color: #ffffff;
	background-color :#667080;
	text-align: center;	
	font-size: 9px;	
	font-weight: bold;
}
th.sec2{
	color: #ffffff;
	font-weight: bold;
	background-color :#333390;
	text-align: center;	
	line-height:2em;
}
th.sec_s{
	color: #ffffff;
	background-color :#333390;
	text-align: center;	
	font-size: 9px;	
}

input.disable{
border:#ffffff; 
border:none none none; 
background-color:#faffff;
}
a:link    { color: blue ;}
a:visited { color: blue ;}
a:hover   { color: red ;}
a:active  { color: gray ;}
