body {
	font: small Verdana, sans-serif;
	font-size: smaller;
	color: #000000;
	background: #ffffff;
	margin: 0;
}
td {
	font-size: smaller;
	background-color: #666666;
	color: #dddddd;
	vertical-align: top;
}
h1 {
	color: #dddddd;
	font-weight: bold;
	text-align: center;
	font-size : medium;
}
h2 {
	color: #bbbbbb;
	font-weight: bold;
	font-size: small;
	text-align: center;
}
input, textarea {
	background-color: #999999;
	border: 0;
}
a:link, a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #aaaaaa;
}
a:hover { 
	text-decoration: underline; 
	color: #eeeeee;
	}
a:active { 
	color: #dddddd;
	}
td.Light {
	background-color: #ffffff;
}
td.ThumbSq {
	width : 140;
	height : 140;
	padding-top : 15px;
	text-align: center;
}
#InActive {
	color: #666666;
	background-color: #ffffff;
}	
#Active {
	color: #ffffff;
	background-color: #666666;
	font-weight: bold;
}	
.CenterArea {
	width: 500px;
	vertical-align: middle;
}	
.Text {
	padding-left: 40px;
	padding-right: 40px;
}	
.Menu {
	text-align: center;
	vertical-align: middle;
	height: 20;
}
.PageNo {
	background-color: #ffffff;
}
.Small {
	font-size: xx-small;
}