
p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
}

li {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
}

i {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

center {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
}

h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
}

b {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
font-weight: bold; 
}

i {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
font-style: italic; 
}

td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
text-align:left;
vertical-align:text-middle;
vertical-align:middle;
}

tr {
vertical-align: top;
}

table {
border-width: 0px;
border-spacing: 4px;
border-style: solid;
border-color: whitesmoke;
border-collapse: separate;
background-color: white;
/* border: 1px solid black; */
}


.center {
text-align:center;
}

.left {
text-align:left;
}


.width100
{
width: 100%;
}
.right {
text-align:right;
}

.form_left {
text-align:right;
font-weight: bold; 
vertical-align: middle; 
}

.form_left_small {
text-align:right;
font-weight: normal; 
font-size: 10px;
font-style: italic; 
}

.form_right {
text-align:left;
}

.border {
border: 1px solid black; 
}

.redtext {
color: #FF0000;
}

.larger {
font-size: 14px;
}

.largest {
font-size: 16px;
}

.headerTitleText {
font-size: 24px;
}

.headerSubTitleText {
font-size: 12px;
}

.smaller {
font-size: 10px;
}

.smallest {
font-size: 8px;
}

.heading
{
font-size: 12px;
font-weight: bold; 
}

.bold {
font-weight: bold; 
}

/* change a button to a link */
.submitLink {
   color: #00f;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
   padding: 0px;
   border: 0px;
   margin: 0px;
   font-size: 10pt;
  }

.left {
text-align:left;
}

.right {
text-align:right;
}

.top {
vertical-align:top;
}

.fixed_width {
font-family: Courier, Verdana, Arial, Helvetica, sans-serif;
} 

.table_no_spacing
{
 border-collapse: separate;
 border-spacing: 0px; 
}

.table_highlight
{
background-color:whitesmoke;
}

/***FIRST STYLE THE BUTTON***/ 
input#gobutton{
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/ 
padding:5px 15px; /*add some padding to the inside of the button*/ 
background:#4E9CAF; /*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*/ 
font-family: Verdana, Helvetica, sans-serif;
color:#f3f3f3;
font-size:14px;
font-weight: bold; 
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/ 
input#gobutton:hover, input#gobutton:focus{
background-color :#366D7A; /*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);
}

.superscript {
    vertical-align: super;
    font-size: smaller;
}
