DIV.Error
{
	FONT-SIZE: 100%;
	COLOR: red;
}

DIV.Required
{
	COLOR: red;
}

DIV.Success
{
	FONT-SIZE: 100%;
	COLOR: green;
}

DIV.Disclaimer
{
	font-size:	70%;
	color:	gray;
	text-align:	center;	
}

#Header 
{
	position: absolute;
	width: 100%;
	top: 20px;
	left: 20px;
	right:  20px;
	bottom:  auto;
	text-align:	center;
}

#Body 
{
	position: absolute;
	width: auto;
	top: 100px;
	left: 150px;
	text-align:	center;
}

TD.HeaderLeft
{
	COLOR: black;
	BACKGROUND-COLOR: rgb(191,191,191);	
	text-align:	left;
	vertical-align: bottom;
	font-size: 80%;
}
TD.HeaderCenter
{
	COLOR: black;
	BACKGROUND-COLOR: rgb(191,191,191);	
	text-align:	center;
}
TD.HeaderRight
{
	COLOR: black;
	BACKGROUND-COLOR: rgb(191,191,191);	
	text-align:	right;
	vertical-align: bottom;
	font-size: 80%;
}

Input.Header
{
		font-size: 70%;
}
Select.Header
{
		font-size: 70%;
}

BODY
{
	color: black;
	background-repeat: repeat-y;
	background-color:	white;
	FONT-FAMILY: TimesNR,Serif,Times,Sans-Serif;	
}

/*
A:Link
{
	COLOR: blue;
	text-decoration:	underline;
}

A:Visited
{
	COLOR: blue;
	text-decoration:	underline;
}
*/

A:Link.CurrentLink
{
	COLOR: red;
	text-decoration:	underline;
}

A:Visited.CurrentLink
{
	COLOR: red;
	text-decoration:	underline;
}

A:Link.Normal
{
	COLOR: Blue;
	text-decoration:	underline;
}

A:Visited.Normal
{
	COLOR: Blue;
	text-decoration:	underline;
}

P.Heading
{
	FONT-SIZE: 	 	100%;
	FONT-WEIGHT: 	bold;
	TEXT-ALIGN:	 	center;
	vertical-align:		middle;
	COLOR:		black;
}

TD.Title
{
	FONT-SIZE: 	 	90%;
	FONT-WEIGHT: 	bold;
	TEXT-ALIGN:	 	center;
	vertical-align:		middle;
	ALIGN:		CENTER;
	COLOR:		black;

}

TD.FormHeading
{
	FONT-SIZE: 	 	100%;
	FONT-WEIGHT: 	bold;
	TEXT-ALIGN:	 	center;
	vertical-align:		middle;
	COLOR:		black;

}

TD.FormField
{
	FONT-SIZE: 	 	80%;
	FONT-WEIGHT: 	normal;
	TEXT-ALIGN:	 	left;
	vertical-align:		top;
	COLOR:		black;

}

Table.AssignmentInfo
{
	width:		100%;
	border:		1px;
	border-style:	solid;	
	padding:		0px;
	margin:		0px;
}

TD.AssignmentInfo
{
	border:		1px;
	border-style:	solid;	
	FONT-SIZE: 	 	80%;
	FONT-WEIGHT: 	normal;
	TEXT-ALIGN:	 	left;
	vertical-align:		top;
	COLOR:		black;
}

Table.History
{
	width:		100%;
	border:		0px;
	border-style:	solid;	
	border-color:	rgb(25,85,175);
	padding:		0px;
	margin:		0px;
}

TD.History
{
	FONT-SIZE: 	 	70%;
	FONT-WEIGHT: 	bold;
	TEXT-ALIGN:	 	center;
	vertical-align:		middle;
	COLOR:		black;
}

TD.History1
{
	FONT-SIZE: 	 	70%;
	FONT-WEIGHT: 	normal;
	TEXT-ALIGN:	 	center;
	vertical-align:		top;
	COLOR:		black;
	background-color:	#CCCCFF;
}

TD.History2
{
	FONT-SIZE: 	 	70%;
	FONT-WEIGHT: 	normal;
	TEXT-ALIGN:	 	center;
	vertical-align:		top;
	COLOR:		black;
	background-color:	#FFFFFF;
	
}

TD.TopCenter
{
	TEXT-ALIGN:	 	center;
	vertical-align:		top;
}

TD.Name
{
	FONT-SIZE: 	 	90%;
	FONT-WEIGHT: 	normal;
	TEXT-ALIGN:	 	right;
	vertical-align:		top;
	COLOR:		black;
}

TD.Value
{
	FONT-SIZE: 	 	90%;
	FONT-WEIGHT: 	normal;
	TEXT-ALIGN:	 	left;
	vertical-align:		top;
	COLOR:		black;	
}


