#divWG {
	text-align:center;
	font: normal normal medium Tahoma;
}
body {
	background-color: White;
	font: normal small-caps normal medium Tahoma;
}
#divWG A:Hover {
	color: Aqua;
}
#headerAlign
{
position:absolute;
left:0px;
top:0px;
}
/* td.tdImg { */
td.tdImg {
	width:170px;
	height:170px;
	border: thick solid Blue;
	border-color: #BACEFC #483D8B #001F95 #8080FF;
	text-align:center;
	background-color:#fff;
	vertical-align:middle;
	padding: 10px 8px 4px 8px;
	color: #F82C07;
	font-weight: normal;
	font-family : Tahoma;
	font-size : x-small;
	margin-top:10px;
}
#ThumbImage {
	border: thin solid #483D8B;
	margin : 0px;
}
/* CSS Code for Mozilla Browsers */
html>body #ThumbImage {
	border: solid White;
}
img.ThumbBorder {
	border: thin solid #8080FF;
	margin : 0%;
}
/* CSS Code for Mozilla Browsers */
html>body img.ThumbBorder {
	border: medium solid #0000F4;
	margin :none
}
A:link {
	color: #00BFFF;
	text-decoration: none;
}
A:visited {
	color: Yellow;
	background-color : transparent;
}
#Nav {
	color: White;
	font-weight: bold;
	font-family : Tahoma;
	font-size : small;
	azimuth : left-side;
	margin-top:10px;
}
#LinkHome {
	margin-top:6px;
	text-align:left;
	font-size : xx-small;
	color: #00BFFF;
	font : normal small bold Tahoma;
	text-decoration: none;
}
#LinkHiRes {
	margin-top:6px;
	text-align:left;
	font-size : small;
	color: #00BFFF;
	font : normal bold small Tahoma;
	text-decoration: none;
}
#ThumbNailText {
	color: #00DD71;
	text-align: left;
	font-weight: bold;
	font-family : Tahoma;
	font-size : x-small;
}
/* CSS Code for Mozilla (Firefox) VBrowsers */
html>body #ThumbNailText {
	color: Fuchsia;
	text-align:left;
	font-weight: normal;
	font-family : Tahoma;
	font-size : small;
}
#ThumbNailPageTitle {
	color: White;
	font-family : Tahoma;
	font-size : medium;
	font-style : normal;
	text-align: center;
}
/* CSS Code for Mozilla (Firefox) VBrowsers */
html>body #ThumbNailPageTitle {
	color: White;
	font-family : Tahoma;
	font-size : larger;
	font-style : normal;
	font-weight: bold;
	text-align: center;
}
#ThumbNailPageDesc {
	color: #B7E1F9;
	font-family : Tahoma;
	font-size : smaller;
	font-style : normal;
	font-weight: normal;
	text-align: justify;
	padding: 2px 10px 1px 10px;
}
/* CSS Code for Mozilla (Firefox) VBrowsers */
html>body #ThumbNailPageDesc {
	color: #B7E1F9;
	font-family : sans-serif;
	font-size : smaller;
	font-style : normal;
	font-weight: normal;
	text-align: justify;
	padding: 2px 10px 1px 10px;
}
#ThumbNailPageText {
	color: #E2EBFE;
	text-align:left;
	font-weight: bold;
	font-family : Tahoma;
	font-size : inherit;
	margin-top:10px;
}
blockquote 
{
	border: 1px dashed black;
	background:gold;
	font-size: 10px;
	color: #8B0000;
	font-family:verdana, arial, sans-serif;
	padding:8px;
}
/* CSS Code for Mozilla (Firefox) VBrowsers */
html>body blockquote 
{
	border: 1px groove black;
	background: white;
	font-size: 8px;
	color: #FF6E37;
	font-family:verdana, arial, sans-serif;
	padding:1px;
}