p {
	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: #142F96;
	color: white;
}

.menuBar {
	background-color: #112779;
	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: #D4D4D4;
	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: #C5C5AA;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: white;
	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;
}


.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;
}

.white {
    color: white;
}


.leftWrapBorder {
    border-top: 1px #BDBDBD solid;
    border-right: 1px #BDBDBD solid;
    border-bottom: 1px #BDBDBD solid;
}

.rightWrapBorder {
    border-top: 1px #BDBDBD solid;
    border-left: 1px #BDBDBD solid;
    border-bottom: 1px #BDBDBD solid;
}

.pageBack {
	background-color: #5D7FB2/*#9DAEC8;/*#B5CBEC;/*#4073BF;*/
}

.darkBack {
	background-color : #003B94;
}

.menuDark {
	color: white;
	text-decoration: none;
	text-align: center;
	background-color : #003B94;
}

.menuDark:link {
    color: #E5C308;
    text-decoration: none;
}

.menuDark:visited {
    color: #E5C308;
    text-decoration: none;
}

A.menuDark:HOVER {  
	font-family: Arial; 
	color:   white; 
	font-weight: bold;
}

td.menuDark {
	border-top: 1px white solid;
	border-bottom: 1px white solid;
	border-right: 1px white solid;
}

.menuLight {
	background-color :  #C7C9D0;
	text-align: center;
}

A.menuLight:HOVER {  
	font-family: Arial, Helvetica, sans-serif; 
	color: white; 
}

.menuLight:link {
    color: black;
    text-decoration: none;
    font-weight: none;
}

.menuLight:visited {
    color: black;
    text-decoration: none;
    font-weight: none;
}

td.menuLight {
	border-top: 1px white solid;
	border-bottom: 1px white solid;
	border-right: 1px white solid;
}

.highlight {
	background-color: #EDEFF5;
}

.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 black solid;
}

table.noBorder {
    border: none;
}

table.noBorder td {
    border: none;
}


table.menu {
    margin:  0;
    margin-width: 0;
    margin-height:  0;
    vertical-align:  middle;
    text-align: middle;
    border-collapse: collapse;
}

.redBold {
    font-size: 8pt;
    font-family:  arial;
    font-weight: bold;
    text-align: middle;
    color: red;
}

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

.whiteBack {
	background-color:white;
}