/* CSS Document */

.changeSize{
	font-size:120%
}
.GridTable{
	border-collapse: separate;
	border: 1px solid #ff0000;
	border-color:#70708F;
	border-spacing: 1px;
	background-color:gray;
}
.GridTRH{
	height:30px;
	color:#FFFFFF;
	background-color:#3399CC;
}

.GridTRoRow{
	height:30px;
	background:white;
}
.GridTReRow{

	height:30px;
	background-color:lightblue;
}
.GridRow{
	/*background:#ECECF1;*/
	text-align:center;
	font-size:10pt;
	color:#141414;
	width:20px;
}
.GridTD{
	padding:2px;
	color:#006699;
	}
.gridtd1{

}	
a:link {
	color: #464645;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #464645;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}