BODY		{	font-weight:		normal;
			color:			white;
			font-style:		normal;
			font-family:		arial;
			background-color:	gray;
			text-align:		center;		}
TABLE		{	margin-left:		auto; 
			margin-right:		auto;		}
CAPTION		{	margin-left:		auto; 
			margin-right:		auto;
			color:			white;
			font-weight:		bold;
			border-bottom-width:	thin;
			border-bottom-style:	solid;
			border-bottom-color:	white;		}

.title		{	font-weight:		bold;
			font-family:		arial;
			font-variant:		small-caps;
			font-size:		x-large;
			border-bottom-style:	groove;		}
.fieldname	{	color:			white;
			vertical-align:		top;
			font-weight:		bold;		}
.fieldvalue	{	color:			white;
			vertical-align:		top;		}
.fielderror     {	color:			red;
			font-weight:		bold;		}

.Header		{	vertical-align:		top;
			text-align:		center;
			font-family:		arial;
			font-weight:		bold;
			color:			red;
			background:		yellow;
			border:			thin double red;}
.Info		{	text-align:		center;
			font-family:		arial;
			font-weight:		bold;		}
.Button	{	border-style:		outset;
			border-color:		darkgray;
			border-width:		3px;
			background:		gray;
			cursor:			pointer;	}
.ButtonLeft	{	background:		gray;
			height:			59px;
			border-style:		outset;
			border-color:		darkgray;
			border-width:		3px;
			color:			white;
			text-align:		center;
			font-family:		arial;
			font-weight:		bold;
			cursor:			pointer;	}
.ButtonRight	{	background:		gray;
			height:			59px;
			border-style:		outset;
			border-color:		darkgray;
			border-width:		3px;
			color:			white;
			text-align:		center;
			font-family:		arial;
			font-weight:		bold;
			cursor:			pointer;	}
a:active	{	color:			white;		}
a:hover		{	color:			white;		}
a:link		{	color:			white;		}
a:visited	{	color:			white;		}
.rotate {

/* Safari, Chrome */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Older versions of IE */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

/* CSS3 standard as defined here: http://www.w3.org/TR/css3-transforms/ */
transform: rotate(-90deg);

}