BODY
{
	BACKGROUND-COLOR: whitesmoke;
	FONT-SIZE: 10pt;
	FONT-FAMILY: Tahoma, 'Arial CE', 'MS Sans Serif', Arial;
	xwidth: 600px;
}

.doc
{
	background-color: White;
	width:600px;
	padding: 10px;
	border: 1px solid silver;
}

hr
{
	height: 1px;
	border-bottom: 1px solid silver;
	color: Silver;
	background-color: Silver;
}
.code
{
	background-Color: #eeeeee;
	background: #eeeeee;
	margin-Left: 0px;
	background-Position: 0% 0%;
	padding: 5pt;
	padding-Left: 5pt;
	margin-Top: 1em;
	background-Repeat: repeat;
	padding-Top: 5pt;
	/*
	xxCssText: PADDING-RIGHT: 5pt; 
	*/
	MARGIN-TOP: 1em; 
	PADDING-LEFT: 5pt; 
	BACKGROUND: #eeeeee; 
	MARGIN-BOTTOM: 1em; 
	PADDING-BOTTOM: 5pt; 
	MARGIN-LEFT: 0px; 
	PADDING-TOP: 5pt;
	padding-Bottom: 5pt;
	background-Image: none;
	padding-Right: 5pt;
	background-Attachment: scroll;
	margin-Bottom: 1em;
	font-Weight: normal;
	font: courier;
}

h1
{
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 3pt;
	xpadding-bottom: 0pt;
}


.grid
{
	FONT-SIZE: 10pt;
	FONT-FAMILY: Tahoma, 'Arial CE', 'MS Sans Serif', Arial;
	BACKGROUND-COLOR: #000000;
	COLOR: #FFFFFF;
	text-align:left;
}

TABLE
{
	border: solid 1px silver;
	background: white;
}

TABLE TH
{
	FONT-SIZE: 10pt;
	FONT-FAMILY: Tahoma, 'Arial CE', 'MS Sans Serif', Arial;
	text-align: right;
}

TABLE TD
{
	FONT-SIZE: 10pt;
	FONT-FAMILY: Tahoma, 'Arial CE', 'MS Sans Serif', Arial;
}

.bordered td
{
	border:	0px solid;
	border-color: #777777;
}	

.bordered img
{
	border: none;
}

.bordered TH
{
	border: none;
}

A:hover
{
	color:blue;
	text-decoration: underline;
}
A
{
	TEXT-DECORATION: none;
	color:blue;
}

/* demo css for ImageGallery */

/* whole table */
.GalleryDemo
{
	margin: 40px;
	border-collapse:collapse;
}

/* gallery items */
.GalleryDemo TD
{
	padding: 10px;
	margin: 0px;
	background: white;
	text-align: center;
}

/* gallery title */
.GalleryDemo TH
{
	background: silver;
	color:white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 100%;
	font-family: Arial ;
	border:0px;
	margin:0px;
}

.GalleryDemo A {color:blue;}
.GalleryDemo A:visited {color:blue;}
.GalleryDemo A:active {color:blue;}
.GalleryDemo A:hover {color:blue;}

.GalleryDemo IMG
{
	border: 1px solid gray;
}

.innerTable
{
	border: none;
	text-align:left;
}

.innerTable TD
{
	text-align:right;
}
img.photo
{
	border: 5px solid black;
}
img.photoD
{
	border: 1px solid grey;
}
