/* a:link
{
	color: rgb(51,51,204); 
}
a:visited
{
	color: rgb(102,153,204); 
} 
a:active 
{
	color: rgb(255,51,0);
} */
body         {
	font-family: 'Verdana', 'Helvetica', 'Times New Roman', Times;
	background-color: 
               #FFFFFF;
	color: #000000;
	font-size: 10px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Book Antiqua, Times New Roman, Times;
}
h1
{
	color: rgb(102,0,0);
}
h2
{
	color: rgb(102,102,0); 
}
h3
{
	color: rgb(204,51,0); 
}
h4
{
	color: rgb(153,102,0);
}
h5
{
	color: rgb(204,51,51);
}
h6
{
	color: rgb(102,0,102);
}
.phpgen         {
	font-family: 'Verdana', 'Helvetica', 'Times New Roman', Times;
	background-color: 
               #FFFFFF;
	color: #999999;
	font-size: 80%;
}

a.glink, a.glink:visited{
  	font-size: xx-small;
	font: Verdana, Arial, Helvetica, sans-serif;
  	color: #FFFFFF;
	font-weight: bold; 
	
	margin: 0px;
	padding: 2px 3px 2px 3px;
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
	
}

a.glink:hover{
  	background-image:   url("images/glblnav_selected.gif");
	text-decoration: none;
	color: #814141;
}

.btmBrdr {
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
	border-top-width: 1px;
}
.tblBrdrWht {
	border: 1px solid #FFFFFF;
}
.tblBrdrBrn {
	border: 1px solid #814141;
}
input {
	border: 1px solid #814141;
}
select {
	border: 1px solid #814141;
}
textarea {
	border: 1px solid #814141;
}
.firstLetterStyle {
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663333;
	font-style: italic;
	font-weight: bold;
}
.topbrder {
	border-top-style: solid;
	border-top-color: #814141;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.lineheight {
	line-height: 14px;
}
.disclaimer {
	font-size: 6pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.horse {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style:italic;
	color:#814141;
	}
	
.extra {
font-size:9px;
font-family:Arial, Helvetica, sans-serif;
color:#999999;
}