
				/*<-- Body - style create to stop image repeat  -->*/
.imgnotile { 
background: url(../images/gjs-logobanner.gif); 
marginheight:	0;
marginwidth:	0;
leftmargin:		0;
topmargin:		0;
background-repeat: no-repeat } 




h1 {					/*<-- Company Name on header - to help with search engine placement -->*/
font-style: italic;
font-weight: bold;
font-size:  22pt;
color: #000055;
font-family: verdana, arial, sans-serif;
}

h2 {					/*<-- main headers on page -->*/
font-size:  12pt;
font-weight: bold;
font-family: verdana, arial, sans-serif;
color: #000055; 
}

.redh2 {					/*<-- main headers on page -->*/
font-family: verdana, arial, sans-serif;
color: #CC0000;
font-size:  12pt;
font-weight: bold;
}

h3 {					/*<-- subheaders on page -->*/
font-weight: bold;
font-family: verdana, arial, sans-serif;
color: #000055;
font-size:  10pt;
}

.splashlink {					/*<-- links on splash page -->*/
font-family: verdana, arial, sans-serif;
color: #660066;
font-size:  10pt;
font-weight: bold;
text-decoration:underline;
}

.redlink {					/*<-- important link on splash page -->*/
font-family: verdana, arial, sans-serif;
color: red;
font-size:  10pt;
font-weight: bold;
text-decoration:underline;
}

.conamesma {			/*<!-- Insurance Broker on header -->*/
font-style: italic;
font-weight: bold;
font-size:  14pt;
color: #000055;
font-family: verdana, arial, sans-serif;
}

.costate {				/*<!-- Company statement below header -->*/
font-style: italic;
font-weight: bold;
font-size:  10pt;
font-family: verdana, arial, sans-serif;
color: #663366;
}

.pagename {				/*<!-- Page name - on every page -->*/
font-weight: bold;
font-size:  20pt;
font-family: verdana, arial, sans-serif;
color: #000055;
}


.text{					/*<!-- normal text on page -->*/
color: #660066; 
font-size: 10pt;
text-align: left;
font-family: verdana, arial, sans-serif;
}

.texthighlight{					/*<!-- highligh text on page -->*/
color: #990099;
font-size:  8pt;
font-style: italic;
text-align: left;
font-family: verdana, arial, sans-serif;
}

.smalltext{				/*<!-- small text on page -->*/
font-size:  9pt;
color: #660066;
text-align: left;
font-family: verdana, arial, sans-serif;
}

.specialchar{			/*<!-- special character -->*/
color: #ff66ff;
font-size:  16pt;
text-align: left;
font-family: verdana, arial, sans-serif;
}

li {
margin-left:  -20px;
}

.formtext{				/*<!-- normal text on forms -->*/
color: #660066;
font-size:  10pt;
text-align: left;
font-family: verdana, arial, sans-serif;
}

.footer {				/*<!-- text for page footer -->*/
font-size: 8pt;
font-style: bold;
/*<!-- width: 100%; -->*/
color: #660066; 
font-family: verdana, arial, sans-serif;
}

.update {				text for last update date
font-size:   8pt;
font-style: bold;
color: #660066;
font-family: verdana, arial, sans-serif; 

}
a{						/*<!-- link text -->*/
font-style: bold italics;
text-decoration: none;
}

a:link {				/*<!-- link text - before visit -->*/
color:		#663366; 
text-decoration: none;
}

a:visited {				/*<!-- link text - visited -->*/
color:#666666;
text-decoration:none;
}

a:hover {				/*<!-- link text - while mouse over -->*/
color:#666666;
text-decoration:underline;
}




