BODY
{
	background-color	: #FFFBCC;
	background-image	: url(/images/background_body.jpg);
	background-position	: center top;
	background-repeat	: repeat-x;
	margin				: 0px 0px 0px 0px;
}
TD
{
	font-family			: Verdana;
	font-size			: 8pt;
}
A
{
	color				: #272572;
	font-weight			: bold;
	text-decoration		: underline;
}

/*****************************
	NAVIGATION
*****************************/
TABLE.Navigation
{
	background-image	: url(/images/background_navrow.gif);
	background-position	: center top;
	background-repeat	: no-repeat;
	height				: 35px;
	width				: 748px;
}
TD.Navigation
{
	background-image	: url(/images/background_nav0.gif);
	background-position	: center top;
	background-repeat	: no-repeat;
	height				: 35px;
	text-align			: center;
	vertical-align		: middle;
	width				: 100px;
}
TD.NavigationOver
{
	background-image	: url(/images/background_nav1.gif);
	background-position	: center top;
	background-repeat	: no-repeat;
	height				: 35px;
	text-align			: center;
	vertical-align		: middle;
	width				: 100px;
}
A.Navigation
{
	color				: #000000;
	font-family			: Arial;
	font-size			: 9pt;
	font-weight			: bold;
	text-decoration		: none;
	text-transform		: capitalize;
}

/*****************************
	CONTENT
*****************************/
TABLE.Content
{
	background-image	: url(/images/background_content.gif);
	background-position	: center top;
	background-repeat	: repeat-y;
	width				: 748px;
}
TD.Content
{
	color				: #272572;
	font-family			: Verdana;
	padding-top			: 10px;
	padding-bottom		: 50px;
	text-align			: left;
	vertical-align		: top;
}
TD.Footer
{
	color				: #999999;
	padding-bottom		: 20px;
	text-align			: center;
}
DIV.Content
{
	border-bottom		: dotted 1px #272572;
	font-size			: 12pt;
	font-weight			: bold;
}

/*******************************
	ERROR
*******************************/
DIV.Error-Show
{
	background-color	: #FFE5E5;
	border				: solid 1px #FF0000;
	color				: #FF0000;
	padding				: 3px 3px 3px 3px;
	text-align			: left;
	visibility			: visible;
}
DIV.Error-Hide
{
	visibility			: hidden;
}
.Input-Error
{
	border-left			: solid 3px #FF0000;
	border-bottom		: solid 1px #FF0000;
	border-right		: solid 1px #FF0000;
	border-top			: solid 1px #FF0000;
	color				: #000000;
	font-family			: Verdana;
	font-size			: 10pt;
}