﻿body
{
	width:				1000px;
	font-family:		Arial;
	background-color:	#7B2E26;
	margin-top:         0px;
	margin-left:		3px;
	border:             solid 2px #000;
}

th
{
	height:             30px;
	font-size:			13pt;
	text-align:			left;
	color:              #009;
	font-variant:		small-caps;
	border-bottom:		ridge 2px #DDF;
	border-right:		ridge 2px #DDF;
	background-color:	#EEF;
	padding:		 	2px 2px 2px 5px;
	table-layout:		fixed; 
}

a
{
	text-decoration: none;
	font-size:       10pt;
	font-weight:     normal;
	color:           #00F;	
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: solid 1px #000;
}

.head
{
	background:	#FFF;
	width:		100%;
}

.body
{
	width:		100%;
	background: #FFF;
}

.pageheader
{
	width:              100%;
	font-size:			18pt;
	font-weight:		bold;
	font-variant:		small-caps;
	color:              #009;
	background-color:	#EEF;
	border-bottom:		solid 1px #009;
	border-top:			solid 1px #009;
	border-spacing:     0xp;
}

.footer
{
	text-align:		center;
	font-size:		8pt;
	padding:		5px 0px 0px 0px;
	background:     #FFF;
}

.messageerror
{
	width:			100%;
	color:			#F00;
	font-size:		10pt;
	font-weight:	bold;
}

.messagegeneral
{
	width:			100%;
	color:			#000;
	font-size:		10pt;
	font-weight:	bold;
}

.oopserror
{
	width:		100%;
	color:		#000;
	font-size:	13pt;
	padding-left: 275px;
}

.spacer
{
	width:		100%;
	height:		30px;
	background:	#FFF;
}

