@charset "utf-8";
 
html, body {
 xmargin: 0px;
 xpadding: 0px;
 border: 0px;
 color: #000;
 background: #fff;
}

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-style: italic; 
}

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

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

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

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

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

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

.b {
font-weight: bold; 
}



/*
   resume access plan pages
*/

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

.plan-td-desc {
font-size: 12px;
text-align: right;    
}

.plan-td-header {
font-weight: bold; 
vertical-align: top;
font-size: 18px;
}

.plan-td-highlight {    
background-color: #dbeef3;  /* light blue */
}

.plan-colored-text {
color: #cd1313;             /* darker red */
}

.sectionTable
{
border-width:2px;
border-style:solid;
border-color:black;
}

.sectionTD
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 24px;
padding: 4px;
}

.sectionItem
{
font-family: Verdana, Helvetica, sans-serif;
font-weight: bold; 
font-size: 18px;
}

.sectionLink
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold; 
}

.sectionDescription
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 13px;
}

.jv_title
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 32px;
color: #005555;
}

/***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);
}

