a.injuryLink:link 		{ color: #ffffff; font-family:verdana; font-size:10pt; font-weight:normal; text-decoration: none;}
a.injuryLink:active 	{ color: #ffffff; font-family:verdana; font-size:10pt; font-weight:normal; text-decoration: none;}
a.injuryLink:visited	{ color: #ffffff; font-family:verdana; font-size:10pt; font-weight:normal; text-decoration: none;}
a.injuryLink:hover 		{ color: #c28600; font-family:verdana; font-size:10pt; font-weight:normal; text-decoration: none;}	

a.menuLink:link 		{ color: #ffffff; font-family:verdana; font-size:10pt; font-weight:normal; text-decoration: none;}
a.menuLink:active 	{ color: #ffffff; font-family:verdana; font-size:10pt; font-weight:normal; text-decoration: none;}
a.menuLink:visited	{ color: #ffffff; font-family:verdana; font-size:10pt; font-weight:normal; text-decoration: none;}
a.menuLink:hover 		{ color: #c28600; font-family:verdana; font-size:10pt; font-weight:normal; text-decoration: none;}	

a.footerLink:link 		{ color: #666666; font-family:verdana; font-size:8pt; font-weight:normal; text-decoration: none;}
a.footerLink:active 	{ color: #666666; font-family:verdana; font-size:8pt; font-weight:normal; text-decoration: none;}
a.footerLink:visited	{ color: #666666; font-family:verdana; font-size:8pt; font-weight:normal; text-decoration: none;}
a.footerLink:hover 		{ color: #c28600; font-family:verdana; font-size:8pt; font-weight:normal; text-decoration: none;}	


a.largeLink:link 		{ color: #ffffff; font-family:verdana; font-size:12pt; font-weight:normal; text-decoration: none;}
a.largeLink:active 	{ color: #ffffff; font-family:verdana; font-size:12pt; font-weight:normal; text-decoration: none;}
a.largeLink:visited	{ color: #ffffff; font-family:verdana; font-size:12pt; font-weight:normal; text-decoration: none;}
a.largeLink:hover 	{ color: #c28600; font-family:verdana; font-size:12pt; font-weight:normal; text-decoration: none;}	

a.darkLink:link 		{ color: #333333; font-family:verdana; font-size:8pt; font-weight:normal; text-decoration: none;}
a.darkLink:active 	{ color: #333333; font-family:verdana; font-size:8pt; font-weight:normal; text-decoration: none;}
a.darkLink:visited	{ color: #333333; font-family:verdana; font-size:8pt; font-weight:normal; text-decoration: none;}
a.darkLink:hover 		{ color: #c28600; font-family:verdana; font-size:8pt; font-weight:normal; text-decoration: none;}	

a.pdfLink:link 		{ color: #333366; font-family:verdana; font-size:12pt; font-weight:normal; text-decoration: none;}
a.pdfLink:active 	{ color: #333366; font-family:verdana; font-size:12pt; font-weight:normal; text-decoration: none;}
a.pdfLink:visited	{ color: #333366; font-family:verdana; font-size:12pt; font-weight:normal; text-decoration: none;}
a.pdfLink:hover 	{ color: #333366; font-family:verdana; font-size:12pt; font-weight:normal; text-decoration: none;}	

a.linksLink:link 		{ color: #333366; font-family:verdana; font-size:11pt; font-weight:normal; text-decoration: none;}
a.linksLink:active 	{ color: #333366; font-family:verdana; font-size:11pt; font-weight:normal; text-decoration: none;}
a.linksLink:visited	{ color: #333366; font-family:verdana; font-size:11pt; font-weight:normal; text-decoration: none;}
a.linksLink:hover 	{ color: #c28600; font-family:verdana; font-size:11pt; font-weight:normal; text-decoration: none;}	

a.bodyLink:link 		{ color: #333333; font-family:verdana; font-size:10pt; font-weight:normal; text-decoration: none;}
a.bodyLink:active 	{ color: #333333; font-family:verdana; font-size:10pt; font-weight:normal; text-decoration: none;}
a.bodyLink:visited	{ color: #333333; font-family:verdana; font-size:10pt; font-weight:normal; text-decoration: none;}
a.bodyLink:hover 		{ color: #c28600; font-family:verdana; font-size:10pt; font-weight:normal; text-decoration: none;}	

a.bodyLinkBlue:link 		{ color: #324960; font-family:verdana; font-size:10pt; font-weight:normal; text-decoration: underline;}
a.bodyLinkBlue:active 	{ color: #324960; font-family:verdana; font-size:10pt; font-weight:normal; text-decoration: underline;}
a.bodyLinkBlue:visited	{ color: #324960; font-family:verdana; font-size:10pt; font-weight:normal; text-decoration: underline;}
a.bodyLinkBlue:hover 		{ color: #c28600; font-family:verdana; font-size:10pt; font-weight:normal; text-decoration: underline;}	


.bodyText {font-family:verdana; font-size:10pt; color:#333333;}
.bodyTextLarge {font-family:verdana; font-size:12pt; color:#333333;}

body
{
	background-color:#cacaca;
	background-image:url('../img/background.jpg');
	background-repeat:repeat-x;
	margin-top:18px;
}

#gray 
{
  width:100%; 
  height:100%;
  position:fixed; 
  top:0px; 
  left:0px;
  background-color:black; 
  display:none; 
  filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
  z-index:200;
}