/* CSS Document */

body,table,td,tr,div,p,ul {
       font-family: Helvetica;
       font-size:13px;
	   color:#CCCCCC;
	   line-height:12pt;
}

b {
      font-family: Helvetica;
      font-size:13px;
	   color:#FF8D1D;
	   line-height:12pt;
}

td.nav {
		background-color: #1e1e20; 
		border-top:2px solid #5e5f60;
		font-family: serif;
		font-variant: small-caps;
		font-size: 11pt;
		font-style: bold;
		color: #c0c0c0;
		padding-left: 25px;
}
td.nav a {
		color: #c0c0c0;
		font-style: bold;
}

A:link {
        font-weight: normal; 
		color: #EFEFEF; 
		background-color: transparent; 
		text-decoration: none 
}
A:visited {
        font-weight: normal; 
		color: #EFEFEF; 
		background-color: transparent; 
		text-decoration: none 
}
A:hover {
        font-weight: normal; 
		color: #EFEFEF; 
		background-color: transparent; 
		text-decoration: none; 
}
A:active { 
        color: #EFEFEF; 
        background-color: transparent; 
		text-decoration: none 
}
