table {
	font-size: 9pt;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #898A8C;
}

p {
	line-height:150%;
}

li {
	line-height:150%;
}

ol {
	line-height:150%;
}


.leftWhite {
	border-left: 1px white solid;
	
}

.rightWhite {
    border-right: 1px white solid;
}

.topWhite {
	border-top: 1px white solid;
	border-color : White;
}

.bottomWhite {
    border-bottom: 1px white solid;
}


.leftBorder {
    border-left: 1px #D4D4D4 solid;
}

.rightBorder {
    border-right: 1px #D4D4D4 solid;
}

.topBorder {
	border-top: 1px #D4D4D4 solid;
}

.bottomBorder {
    border-bottom: 1px #D4D4D4 solid;
}

.allBorder {
    border: 1px #D4D4D4 solid;
}

.lightBackground {
	background-color: #C7C9D0;
	color: black;
}

.darkBackground {
	background-color: #4454A1;
	color: white;
}

.menuBar {
	background-color: #314297;
	/*background-image: url(images/gradient.jpg);*/
	color: white;
	font-family: arial;
	font-weight: bold;
	font-size: 8pt;
	border-collapse: collapse;
}

.menuBar:link {
	text-decoration: none;
}

A.menuBar:HOVER {  
	color: #FFC73F; 
}

.menuBar:visited {
    text-decoration: none;
}

.sideMenu {
    margin:  0;
    margin-width: 0;
    margin-height:  0;
	background-color: #D3D6E1;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #777777;
}

.sideMenu:link {
	text-decoration: none;
}

A.sideMenu:HOVER {  
	color: white; 
}

.sideMenu:visited {
    text-decoration: none;
}

.bottomMenu {
	background-color: #E7E7DA;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #777777;
	font-size: 8pt;
}

.sideAd {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	color: #777777;
}

h2 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12pt;
	color: #777777;
}

h3 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11pt;
	color: #777777;
}


.bright {
	color: #E5C308;
	font-weight: bold;
}

.mainFont {
	font-size: 9pt;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #898A8C;
}

.headFontSmall {
	font-size: 8pt;
	color: black;
	font-weight: bold;
	font-family: Helvetica;
}

.headFontMedium {
	font-size: 10pt;
	font-weight: bold;
	font-family: Helvetica;
}

.headFontLarge {
	font-size: 12pt;
	font-weight: bold;
	font-family: Helvetica;
}

.small {
	font-size: 8pt;
}

.center{
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

/* grid*/
table.grid {
    margin:  0;
    margin-width: 0;
    margin-height:  0;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: white;
    vertical-align:  middle;
    text-align: left;
    border-collapse: collapse;
}

/* Makes each subgrid table cell have a border */
table.grid td {
    border: 1px #D4D4D4 solid;
}

table.noBorder {
    border: none;
}

table.noBorder td {
    border: none;
}

ul.smallMargins {
	margin-bottom:0px;
	margin-top:0px;
	margin-left:25px
}

ul.noMargins {
	margin-bottom:0px;
	margin-top:0px;
	margin-left:15px
}

TD.headerNavigation {
 	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #777777;
}

A.headerNavigation {  
  	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #777777;
	text-decoration: none;
}

A.headerNavigation:hover {
  color: #AABBDD;
}

tr.topBar {
	background-image: url(images/topGradient.jpg);
	background-color: #4454A1;
}

fieldset {
  padding: 1em;
  border: 1px #D4D4D4 solid;
}

legend {
	font-weight:bold;
}
legend {
  padding: 0.2em 0.5em;
  border:1px solid #D4D4D4;
  font-weight:bold;
  text-align:right;
  }

label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:none;
}
