FORM{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

INPUT,
TEXTAREA{
	margin:0px;
	padding:2px 3px;
	border-color:#333333;
	border-style:solid;
	border-width:1px;
	font-size:13px;
}

INPUT{
	width:200px;
	height:14px;
}

INPUT.checkbox{
	width:auto;
}

INPUT.standard{
	width:200px;
	height:14px;
}

INPUT.small{
	width:20px;
	height:14px;
}

INPUT.image{
	width:auto;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px;
}

TEXTAREA{
	width:400px;
	height:120px;
}

SELECT{
	padding:0px 0px;
	border-color:#333333;
	border-style:solid;
	border-width:1px;
	font-size:12px;
	height:21px;
}

TABLE.form{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

TABLE.form TR{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

TABLE.form TH{
	padding:3px 2px;
	color:#333333;
	text-align:right;
	vertical-align:top;
}

TABLE.form TH.fixedWidth{
	width:120px;
}

TABLE.form TD{
	padding:1px 2px;
	color:#151515;
	text-align:justify;
}

TABLE.form TD UL LI{
	text-align:justify;
}

TABLE.list{
	width:100%;
}

TABLE.list TH{
	background-color:#780303;
	background-image:url(../images/design/tableHeaderBackground.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#FFFFFF;
	padding:3px 20px 4px 20px;
	text-align:left;
}

DIV.main DIV.body TABLE.list TH A{
	color:#FFFFFF;
	text-decoration:none;
}

DIV.main DIV.body TABLE.list TH A:hover{
	text-decoration:underline;
}
TABLE.list TH.thin{
	padding:3px 5px 4px 5px;
	text-align:center;
}

TABLE.list TH.width100Percent,
TABLE.list TD.width100Percent{
	width:100%;
}

TABLE.list TD{
	padding:4px 5px;
	vertical-align:top;
}

TABLE.list TD.alignCenter{
	text-align:center;
}
TABLE.form TD.alignRight,
TABLE.list TD.alignRight{
	text-align:right;
}