/* Global Settings */
div,body,td,th,.standard {
        font-family: Arial, Helvetica, sans-serif;
        color: black;
        background-color: white }

.WelcomeText { font-family: Arial; 
			   font-size: 9pt;
			   color: #003399 }
.HeaderText { font-family: Arial; 
			   font-size: 9pt;
			   color: white }
	
/*Header links*/
a.HeaderLink:link,
a.HeaderLink:active,
a.HeaderLink:hover,
a.HeaderLink:visited { font-family: Arial; 
					  font-size: 9pt;
					  color: white }

/*LeftNav links*/
a.LeftNavLink:link,
a.LeftNavLink:active,
a.LeftNavLink:hover,
a.LeftNavLink:visited { font-family: Arial; 
					  font-size: 9pt }
		
/*Default A tag properties*/
a:link,
a:active,
a:visited { color: #003399 }
a:hover { color: #009694 }

/*Table Header A tag properties*/
a.TableLink:link,
a.TableLink:visited,
a.TableLink:active,
a.TableLink:hover { color: white }


.LtBlueBG { background-color: #CCCCFF; color: black }

.DkBlueBG { background-color: #003399 }

.TableBG  { background-color: #003399;
			color: white }
.Error,
.Price { color: #ff6600 }
.Success { color: #000099 }


