/* CSS Document */
tr, p ,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
/*	font-weight: bold;*/
	text-align: left;
	}
	
li {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

.indent1 {
	text-indent: 2 cm;
	}
	

	
table.mainTable{
	border:1px solid #FFBD59
}	

td.colorColumn {
	color: #FFFFFF;
	background-image: url(graphics/orangeGradientBG7.gif);
	background-repeat: repeat;
	background-position: left top;
}

.tableText{	
  	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10pt;

	}
.largerText {
font-size: 14pt;
}
	
.footer { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
	
.hitcount{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style:italic
	}
.highlightText{
	background-color: #FFCC66;
}

.highlightText2{
	background-color: #FFE8C4;
}


.breadcrumbs{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: small-caps;
	}

.menuLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: #0000FF;
	background-color: #FFE8C5;
	background-position: left center;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid; 
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC99;
	border-right-color: #FFB340;
	border-bottom-color: #FFB340;
	border-left-color: #FFCC99;
	padding: 2px;
	text-decoration: none;
}
.menuLinks a:link {
color:#0000FF;
text-decoration: none;
}



a{
/*color:#EC8D00;*/
	color: #0000FF;

}

.nestedTable1 {
	color: #000000;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
/*	background-color: #BCCEFC;*/
	background-color:#D5D5FF;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}

.backgroundColorDiv {
	background-color:#D5D5FF;
	padding: 5;
	padding-top: 1px;
	border-top-color: #F68D0D;
	border-top-width: thick;
	border-top-style: outset;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

.backgroundColorDivIndent {
	background-color:#D5D5FF;
	padding: 5;
	padding-top: 1px;
	border-top-color: #F68D0D;
	border-top-width: thick;
	border-top-style: outset;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	margin-left:40px;
}

.indent2{
	letter-spacing: normal;
	text-align: left;
	vertical-align: text-top;
	word-spacing: normal;
	margin-left: 40px;
	}	

.largerTextStrongCentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	text-align: center;
}

.grayText{
	color:#666;
	}
/*FOR FORMS****************************/
#mainForm 
{
	position: relative;
/*	border: 1px;
	border-style: solid;*/
	margin: 0 auto;
	text-align: left;
	width: 90%;
	background-color: #ffffff;
}

ul.mainForm
{
	list-style-type: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:15px;	
}

li.mainForm
{
	padding-bottom: 10px;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:normal;
	padding:0 4px 1px 0;
	border:none;
	display:block;
	font-size:10pt;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}

