.bevelIn {
    border-right: 2px #E6E6FF solid;
    border-bottom: 2px #E6E6FF solid;
    border-left: 2px #9999CC solid;
    border-top: 2px #9999CC solid; 
}

.bevelOut {
    border-right: 2px #9999CC solid;
    border-bottom: 2px #9999CC solid;
    border-left: 2px #E6E6FF solid;
    border-top: 2px #E6E6FF solid; 
}

table {
	font-size: 9pt;
	font-family: verdana;
	font-weight: normal;
	text-align: left;
	color: #898A8C;
}

p {
	line-height:125%;
}

li {
	line-height:125%;
}

ol {
	line-height:125%;
}


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

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

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

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


.leftBorder {
    border-left: 2px #E7E7E7 solid;
}

.rightBorder {
    border-right: 2px #E7E7E7 solid;
}

.topBorder {
	border-top: 2px #E7E7E7 solid;
}

.bottomBorder {
    border-bottom: 2px #E7E7E7 solid;
}

.allBorder {
    border: 2px #E7E7E7 solid;
}

.menuBar {
	background-color: #533ED7;
	color: white;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	border-collapse: collapse;
}

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

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

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

.sideMenuBackGround {
    background-color: #B6AFE2;
}

.sideMenu {
	background-color: #B6AFE2;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: white;
    border-bottom: 1px white solid;
}

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

A.sideMenu:HOVER {  
	color: yellow; 
}

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

.sideAd {
	font-family: helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
    background-color: #E5C2D8;
	color: white;
}

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

a.sideAd:HOVER {  
	color: yellow; 
}

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

.topMenu {
	background-color: #E7E7E7;
	color: 787878;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}

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

a.topMenu:HOVER {  
	color: yellow; 
}

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


.imageBorder {
    border: 2px #E7E7E7 solid;
}


.linking {
    cursor: pointer;
    cursor: hand;
    text-decoration: underline;
    color: blue;
}

h3 {
    font-weight: normal;
    font-size:16pt;
    color:#FBC042;
	font-family: Verdana, Arial, sans-serif;
}

.titleText  {
    font-family: helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
}


.margin10 {
    margin-right: 10px;
}




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


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

TR.headerNavigation {
  background: #bbc3d3;
}

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

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

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

span.headerNavigation { 
  	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #777777;
}

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

.highlight {
    background-color:#E7E7E7;
}

.tableHeader {
    background-color:#9791BA;
    color:white;
}