/* classes */

.bodyText    { font-family: Tahoma; font-size: 11pt; color: #808080 }

.formfield    { font-family: Tahoma; font-size: 11pt; color: #808080 }

.header1     { font-family: Arial; font-size: 12pt; color: #CC3300; font-weight:bold }

.indexh1     { font-family: Garamond; font-size: 40pt; letter-spacing: 2pt; font-style: 
               italic; font-weight: bold }
.ibodytext   { font-family: Times New Roman; font-size: 12pt; color: #808080; font-style: 
               italic; font-weight: bold }
.crumbs      { font-family: Times New Roman; font-size: 10pt; color: #CC3300; font-style: 
               italic; font-weight: bold }
.crumbs2     { font-family: Arial; font-size: 8pt; color: #CC3300; font-weight: bold }


.crumbs3     { font-family: Verdana, Helvetica, sans-serif; font-size: 10px; text-decoration: 
               NONE; color: #000000; line-height: 10px; font-weight: bold }
               
.H1          { font-family: Times New Roman; font-size: 12pt; color: #FFFFFF; font-weight: 
               bold }
.caption     { font-family: Times New Roman; font-size: 9pt; font-weight: bold }

.H2          { font-family: Times New Roman; font-size: 10pt; color: #004A39; font-weight: 
               bold }
               
/* classes for jci register form*/

		.form_title{
			color : #000000;
			font-size: 13px;
			font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
			font-weight : bold;
		}
		
		.form_field {
			font-size : 13px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #474747;
			font-weight : bold;
			text-align:left;
		}
		
		.form_text{
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #000000;
		}
		
		.text_box{
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #000000;
			width:200px;
		}
		
		.text_area{
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #000000;
			width:200px;
			height:60px;
		}
		
		.text_select{
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #000000;
		}

		.form_error{
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #ff0000;
			font-weight : bold;
		}

		.copyright{
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #000000;
		}