/* CSS Document                           */
/* Klingbeil Style Specifications        */
/* Last Update  06-04-03                */


/**********************************************************************/
/* General Text Styles                                               */
/********************************************************************/


body,p,table,td,.normalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #000000;
}

.verysmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-style: normal;
	color: #000000;
}

.bigText {
	font-family: Times New Roman, Times, serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #336666;
}


.errorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #FF0000;
}

/**********************************************************************/
/* General Link Styles                                               */
/********************************************************************/


a {
	color: #990000;
	text-decoration: underline
}

a:hover {
	color: #9999CC;
	text-decoration: underline
}

a:visited {
	color: #330033;
	text-decoration: underline
}

a:active {
	color: #CC6633;
	text-decoration: underline
}


/**********************************************************************/
/* Form Element Styles                                               */
/********************************************************************/


.button {
	background-color:#85B7B6;
	border-style:0;
	font-size: 12;
	color: #000000;
	font-family: arial,helvetica,sans serif
}

.form
{
    BACKGROUND-COLOR: #E2F1F1;
    BORDER-BOTTOM: #85B7B6 1px solid;
    BORDER-LEFT: #85B7B6 1px solid;
    BORDER-RIGHT: #85B7B6 1px solid;
    BORDER-TOP: #85B7B6 1px solid;
    FONT-FAMILY: Helvetica, Arial, sans-serif;
    FONT-SIZE: 10px;
    PADDING-BOTTOM: 2px;
    PADDING-LEFT: 2px;
    PADDING-RIGHT: 2px;
    PADDING-TOP: 2px
}


/**********************************************************************/
/* Styles for specifying individual cell padding values              */
/********************************************************************/

.cellPad3 {
	padding: 3px;
}

.cellPad5 {
	padding: 5px;
}

.cellPad5Border {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.cellPad10 {
	padding: 10px;
}

.cellPad12 {
	padding: 12px;
}

.cellPad20 {
	padding: 20px;
}