/*******************************************************************************/
/* 1. BACKGROUND AND TEXT COLOURS */
/*******************************************************************************/
BODY {
 color: #333333;
 font-family: Arial, Helvetica, sans-serif;
 background-repeat : no-repeat;
 /*background-position : center;*/
}

TABLE {
 background-position : center;
 background-repeat: no-repeat;
 background-attachment: fixed;
}


/* This style actually does nothing, but is there just in case */
.default-text { 
 color: #333333;
 font-family: Arial, Helvetica, sans-serif;
}

.title{
 color: #333333;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 14px;
}

/*******************************************************************************/
/* 2. DIVS, FORMS AND SPANS */
/*******************************************************************************/
.field-name {
 color: #333333;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 12px;
}

.input-field {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	size: 14;
}

.select-field {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	max-width : 133px;
}

.system-message {
 color: #f01515;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 12px;

}

INPUT.submit-button {
 /*background: #333 url(/images/squarewhite.GIF) no-repeat;*/
 outline: none;
 /*color: #ffffff;*/
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 12px;
 text-align: top;
}
INPUT.submit-button:hover {
 background: #666 url(/images/squarewhite.GIF) no-repeat 0 -25px;
}
