﻿.navbar visited {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	TEXT-DECORATION: none;
	color: #005BCF;
	text-transform: uppercase;

}
.navbar A {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	TEXT-DECORATION: none;
	color: #005BCF;
	text-transform: uppercase;

}
.navbar active {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	TEXT-DECORATION: none;
	color: #005BCF;
	text-transform: uppercase;

}
.navbar A:hover
{
	COLOR: #8A8879;
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	TEXT-DECORATION: none;
	text-transform: uppercase;

}

.eventbox {
   position: relative;
   margin: auto 20px;
}

/*--- BEGIN text on forum pags ---*/

.subHead{
 font-family: Verdana, Geneva, Helvetica, Trebuchet MS, Sans-serif;
 font-size: 10px;
 font-weight: bold;
 color: #000;
 margin-top: 4px;
}

.heading {
 font-family: Verdana, Geneva, Helvetica, Trebuchet MS, Sans-serif;
 font-size: 12px;
 color: #ffffff;
 font-weight: bold;

}

.post {
 font-family:  Verdana, Geneva, Helvetica, Trebuchet MS, Sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #000;
}

.post2 {
font-family:  Verdana, Geneva, Helvetica, Trebuchet MS, Sans-serif;
font-size: 11px;
font-weight: normal;
text-align: justify;
color: #000;
margin:auto auto;
padding:15px;
}

.post3 {
font-family:  Verdana, Geneva, Helvetica, Trebuchet MS, Sans-serif;
font-size: 11px;
font-weight: normal;
text-align: justify;
color: #000;
margin: 0px 15px;
}

.stats {
 font-family:  Verdana, Geneva, Helvetica, Trebuchet MS, Sans-serif;
 font-size: 9.5px;
 font-weight: normal;
 color: #333;
}

.date {
 font-family:  Verdana, Geneva, Helvetica, Trebuchet MS, Sans-serif;
 font-size: 10px;
 font-weight: normal;
 color: #333;
}

.navBox {
width: 260px;
padding: 5px;
border: 1px dotted #ccc;
}

.navBox2 {
width: 400px;
padding: 5px;
border: 1px dotted #ccc;
}

.navBox3 {
width: 600px;
padding: 5px;
border: 1px dotted #ccc;
}

/*--- END text on forum pages ---*/



.header {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: uppercase;
}
.header2 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: justify;
}
.header3 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #800000;
	font-weight: bold;
	text-decoration: uppercase;
}
.text1 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #14235B;
	text-decoration: none;
}
.text2 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.text3 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: justify;
	color: #000000;
	text-decoration: none;
}
.text4 {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.click A {font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color: #000080; text-decoration: none}
.click A:hover { color: #005BCF; text-decoration: none}
.click A:active {color: #808080; text-decoration: underline}

/*---  Header text, showing the number of search results  ---*/

H4 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   12px;
 color:       #000000;
 margin-top: 2px;
 margin-bottom: 5px;
 font-weight: normal;
}

/*-- Default table heading formatting --*/

th  .colorBG {
 font-family: verdana,trebuchet,sans-serif; 
 font-size: 11px;
 font-weight: bold;
 text-align: center;
}

/*-- Background table color, used in search results page --*/
.colorBG {
 background: #aaaaff;
}

/*-- Default table cell formatting --*/

td .right {
 font-family: verdana,trebuchet,sans-serif; 
 font-size: 11px;
 margin:50px 0px; padding:0px;
}

/*-- aligns text to the right, in the search table --*/

.right {
 text-align: right;
}



/*--  Default form field formatting. --*/

form {
  margin-top: 0px;
}

/*--  Input field formatting. --*/

.input {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  height:             1.6em;
  padding:            .3em 0 0 2px;
  margin-top:          3px;
  margin-bottom:       3px;
} 

/*--  Submit button formatting. --*/

.button {
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}