﻿/* A3 IT Solutions */
/* Initial Build: LMA 09/25/2008 */
/* Revisions:
   INITIAL HERE DATE HERE
*/

/* Link Styles */
a:link, a:visited, a:active{
  font-family:Verdana, Arial, Sans-Serif; 
  font-size:12px;
  font-weight:normal;
  text-decoration:underline;
  color:#2a3439;
}

a:hover{
  text-decoration:none;
  color:#ffffff;
}

#utilityNav a:link, #utilityNav a:visited, #utilityNav a:active{
  font-family:Times New Roman, Serif; 
  font-size:10px;
  font-weight:normal;
  text-decoration:none;
  color:#ffffff;
  text-transform:uppercase;
  padding:0 5px 0 5px;
  border-right:1px solid #ffffff;
  line-height:15px;
  display:block;
  float:left;
}

#utilityNav a:hover{
  text-decoration:none;
  background:#4d69b3;
  color:#ffffff;
}

#footer a:link, #footer a:visited, #footer a:active{
  font-family:Times New Roman, Serif; 
  font-size:14px;
  font-weight:normal;
  text-decoration:underline;
  color:#000000;
}

#footer a:hover{
  text-decoration:none;
  color:#000000;
}

.baseTable th a, .baseTable th a:visited, .baseTable th a:active{
  font-family:Verdana, Arial, Sans-Serif; 
  font-size:10px;
  font-weight:bold;
  text-decoration:none;
  color:#003333;
}

.baseTable th a:hover{
  text-decoration:none;
}

/* Header Styles */
h1{
  font-family:Times New Roman, Serif;
  font-size:30px;
  font-weight:normal;
  font-style:italic;
  color:#003366;
  margin:0;
  padding:0;
}

h2{
  font-family:Verdana, Arial, Sans-Serif;
  font-size:16px;
  font-weight:normal;
  color:#000000;
  margin:0;
  padding:0;
}

/* Text Styles */
.text{
  font-family:Verdana, Arial, Sans-Serif; 
  font-size:14px;
  font-weight:normal;
  color:#2a3439;
}

.required{
  font-family:Verdana, Arial, Sans-Serif; 
  font-size:12px;
  font-weight:normal;
  color:#000000;
}

#footer{
  font-family:Times New Roman, Serif; 
  font-size:14px;
  font-weight:normal;
  color:#000000;
}

sup{
  height:0px;
  line-height:1px;
  position:relative;
  vertical-align:baseline;
  bottom:2px;
  font-size:9px;
}

/* Table Styles */

.baseTable{
  font-family:Verdana, Arial, Sans-Serif; 
  font-size:10px;
  font-weight:normal;
  color:#000000;
}


.baseTable th{
   color:#003333;
   background:#cccccc;
   font-weight:bold;
}

.baseTable td{
  background:#ffffff; 
}

.baseTable td.empty{
  background:transparent; 
}

.baseTable td.gray{
  background:#eeeeee; 
}

/* Form Styles */
input, select, textarea{
  font-family:Verdana, Arial, Sans-Serif; 
  font-size:12px;
  font-weight:normal;
  color:#000000;
}

.label{
  font-family:Verdana, Arial, Sans-Serif; 
  font-size:12px;
  font-weight:bold;
  color:#ffffff;
  text-align:right;
}

button, submit{
  font-family:Verdana, Arial, Sans-Serif; 
  font-size:12px;
  font-weight:normal;
  color:#000000;
}