/*****************************************************
HTML tag replacements
*****************************************************/
BODY {
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}
H1, H2, H3 {
	background-color: transparent;
	color: #000000;
	font-family: arial;	font-size: 10pt;	/*margin: 0 0 0 0;*/}
H1			{ font-size: 10pt; }
H2			{ font-size: 10pt; font-weight: bold; }
H3			{ font-size: 10pt; }
A			{ font-size: 9pt; text-decoration: none; }
A:link		{ color: #3333CC; }
A:visited	{ color: #333399; }
A:active	{ color: #333399; }
A:hover		{ color: #CC0000; }
TABLE		{ font-family: Arial; border: 0; }
TD			{ font-size: 9pt; }
INPUT		{ font-size: 9pt; }
TEXTAREA    { font-size: 9pt; background-color: #FFFFFF }
SELECT		{ font-size: 9pt; background-color: #FFFFFF }

/*****************************************************
Misc Classes
*****************************************************/
.small		{ font-size: 8pt; font-family: Arial; }
.small	 TD	{ font-size: 8pt; font-family: Arial; }
.small	 INPUT{ font-size: 8pt; font-family: Arial; }
/* list-style: url(../../images/tick.gif);  */
/* .small	 LI { list-style-type: square; } */
.cellpad	{ padding-left: 3px; padding-right: 3px; padding-top: 3px; padding-bottom: 3px; }
.nocellpad	{ padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; }
.submitButton 
{
	border-style: outset;
    background-color: #685E4B;
	border-width: 1px;
    color: #FFFF88;
    font-weight: Bold;
    font-family: Arial;
    font-size: 8pt;
    padding: 0px 0px 0px 0px;
}
.submitButtonSmall 
{
	border-style: outset;
    background-color: #685E4B;
	border-width: 1px;
    color: #FFFF88;
    font-weight: bold;
    font-family: Arial;
    font-size: 7pt;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.goButton
{
	height: 18px;
	border-style: outset;
    background-color: #FFFFFF;
	border-width: 1px;
    color: #444444;
    font-weight: bold;
    font-family: Arial;
    font-size: 8pt;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 36px;
}
.errorMessage	{ background-color: #FFEAEA; border-style: double; border-width: 1pt; border-color: #DDDDDD; padding: 2 2 2 2; color: #FF0000; padding-left: 20;  background-image: url(../images/error.gif); background-attachment: fixed; background-repeat: no-repeat; background-position: left; font-weight: lighter; }
.infoMessage	{ border-style: double; border-width: 1pt; border-color: #DDDDDD; padding: 2 2 2 2; color: #FF0000; padding-left: 20;  background-image: url(../images/alert.gif); background-attachment: fixed; background-repeat: no-repeat; background-position: left; font-weight: lighter; }
.helpMessage	{ background-color: #FFFFFF; border-style: double; border-width: 1pt; border-color: #DDDDDD; padding: 2 2 2 2; color: #00529F; padding-left: 20; background-image: url(../images/help.gif); background-position: left top; background-attachment: fixed; background-repeat: no-repeat; font-weight: lighter; }
.header			{ font-size: 14pt; filter:shadow(color=#CCCCCC); }
.transparent INPUT { background-color: Transparent; }
.transparentSmall INPUT { background-color: Transparent; font-size: 8pt;}
.transparentSmall { font-size: 8pt;}
.control		{ background-color: #F4ECDB; }
/*****************************************************
Custom Classes
*****************************************************/
