
.Grid { 
	border: 1px solid #eeeeee; 
	border-collapse: collapse; 
	width: 90%; font-size: 100%;
}

.Grid a { 
	text-decoration: none; 
}

.Grid a:hover { 
	text-decoration: underline; 
	color: #0033FF; 
}

.Grid a:visited { 
	text-decoration: underline;
}

.Grid a:active { 
	text-decoration: underline;
}

.Grid td { 
	font-family: "trebuchet ms", verdana, arial, sans-serif; 
	font-size: 1em; 
	color: #000000; 
}

.Grid .GridHeader { 
	font-size: .8em; 
	font-weight: bold; 
	height: 28px; 
}

.Grid .ItemRow td {
	 font-size: .7em; 
	BORDER-RIGHT: #ffffff 0px solid; 
	BORDER-TOP: #e2e2e2 1px solid; 
	BORDER-LEFT: white 0px solid; 
	BORDER-BOTTOM: white 0px solid; 
	BACKGROUND-COLOR: #ffffff 
}

.Grid .AltItemRow td {
	font-size: .7em; 
	BORDER-RIGHT: #ffffff 0px solid; 
	BORDER-TOP: #e2e2e2 1px solid; 
	BORDER-LEFT: white 0px solid; 
	BORDER-BOTTOM: white 0px solid; 
	BACKGROUND-COLOR: #fafafa 
}

.Grid .ItemBold {
	font-weight: bold;
}

.Grid .ItemRow .Title1 {
	font-size: 1.1em; 
	font-weight: bold; 
	color: #003399; 
	text-decoration: none;
}

.Grid .AltItemRow .Title1 {
	font-size: 1.1em; 
	font-weight: bold; 
	color: #003399; 
	text-decoration: none;
}

.Grid .GridPager {
	font-size: .8em; 
	font-weight: bold; 
	height: 20px; 
}
