html, body, p, th, li, dt {
 background: #fff;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
}

td {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
}

a {
 font-size: 14px;
}

html, body, p, th, td, li, dt {
 font: 10pt  Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
 font-family: Arial, Helvetica, sans-serif;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em ; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }


b {
font-weight: bold; 
}

i {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: italic; 
}


.center {
text-align:center;
}


.redtext {
color: #FF0000;
}

.larger {
font-size: 14px;
}

.titleText {
font-size: 14px;
font-weight: bold;
}

.titleSubText {
font-size: 12px;
}

.smaller {
font-size: 10px;
}

.b {
font-weight: bold;
}

.size0 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

.tableHighlight
{
padding: 6px;
background-color:#eeeeee;
border-width: 1px;
border-color:#5196AD;
border-style: solid;
}

.tdHighlight
{
padding: 2px;
text-align: center;
}

/***FIRST STYLE THE BUTTON***/ 
input#gobutton{
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/ 
padding:5px 25px; /*add some padding to the inside of the button*/ 
background:#35b128; /*the colour of the button*/ 
border:1px solid #33842a; /*required or the default border for the browser will appear*/ 
/*give the button curved corners, alter the size as required*/ 
-moz-border-radius: 10px; 
-webkit-border-radius: 10px;
border-radius: 10px;
/*give the button a drop shadow*/ 
-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
box-shadow: 0 0 4px rgba(0,0,0, .75);
/*style the text*/ 
color:#f3f3f3;
font-size:1.1em;
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/ 
input#gobutton:hover, input#gobutton:focus{
background-color :#399630; /*make the background a little darker*/
/*reduce the drop shadow size to give a pushed button effect*/ 
-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 1px rgba(0,0,0, .75); 
box-shadow: 0 0 1px rgba(0,0,0, .75);
}

.resizedTextbox {
   height: 25px; padding: 5px;
}


.gray {
  color: gray
}

.tdlinks {
   padding: 5px;
   font: 14px/normal Helvetica, sans-serif;
}

.navLinks { font-size:16pt; text-decoration:none; }

.columnsubheader {
   padding: 5px;
   font: 14px/normal Helvetica, sans-serif;
   font-weight: bold;
}

.columnheader {
   font: 18px/normal Helvetica, sans-serif;
   font-weight: bold;
}

a.nounderline:link  {  
 text-decoration:none;  
}  

.resizedTextbox {
   height: 35px; 
   padding: 5px;
   font-size:14pt;
}

/* For IE browser */
input:-ms-input-placeholder {
   font-size:12pt;
}

/*For Webkit browsers (Chrome, Safari) */
input::-webkit-input-placeholder {
   font-size:12pt;
}

/* For Mozilla Firefox */
input:-moz-placeholder {
   font-size:12pt;
}
