body
{
	background-color:ffffff;
	color:000000;
	font-family:arial,application;
    font-size : x-small;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;
}

td
{
	font-size : x-small;
	font-family:arial,application;
	color: 000000;
}

.SmallText
{
	font-size : xx-small;
	font-family:arial,application;
	color: 000000;
}

.tableHeader
{
	font-size : xx-small;
	font-family:arial,application;
	color: ffffff;
}

.PageHeading
{
	font-size : small;
	font-family: arial,application;
	color: ffffff;
	font-weight : bold;
}

Input, Select, Textarea
{	
	font-size : xx-small;
	font-family:arial,application;
	color: 000000;
	border : thin solid Black;
	border-width : 1 1 1 1;
}

.CheckBox {	
	font-size : xx-small;
	font-family:arial,application;
	color: 000000;
	border : thin solid Black;
	border-width : 0 0 0 0;
}

label
{
	font-family:Arial, Helvetica, sans-serif;
	font-size : x-small;
	/* font-weight : bold; */
}

fieldset
{
	border :  solid Black;
	border-width : 1 1 1;
	width : 70%;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4;
}

.BorderRight
{
	border : thin solid Black;
	border-width : 0 1 0 0;
}

.BorderBottom
{
	border : thin solid Black;
	border-width : 0 1 1 0;
}

.FormButton

{
	background-color : cccccc;
	font-size : x-small;
	cursor : hand;
	border-color : Black;
	border-width : 1 1 1 1;
	padding : 0 1 0 1;
}

.warn {
	color: ff0000;
}

a {
	color: blue;
}

/* Document Details Display */

.heading1 {
	color: 000000;
	font-size : x-small;
	font-weight : bold;
}

.heading2 {
	color: 333333;
	font-size : x-small;
}

.heading3 {
	color: 666666;
	font-size : x-small;
}
