BODY {
/* sets the background image */
/* positions the background image */
background-position: left top; color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 10pt;
font-weight: BOLD;
color: #FFFFFF;
margin-top: 0px;
margin-left: 0px;
margin-right:5px;
margin-bottom: 20px;


A:link {
	color: #CB0001;
	text-decoration: none;
	font-weight: bold; background-color:#ffffff; background-repeat:no-repeat; background-attachment:fixed
}

A:visited {
	color: #060daz;
	text-decoration: none;
	font-weight: bold;
}

A:active {
	color: #cb0001;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #FFFF66;
	text-decoration: none;
	font-weight: bold;
}

TD {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}


P {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}

LI {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
}
UL {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}


TD.menu {
font-family: Verdana,Arial;
font-size: 11pt;
font-weight: bold;
color: #000000;
}
scrollbar-arrow-color: #000000;
scrollbar-face-color: #CB0001;
scrollbar-3dlight-color: #FF0000;
scrollbar-highlight-color: #FF6666;
scrollbar-shadow-color: #660033;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000080
}
//******************** Modified by Koji (1999/12/2) ******************* 
class PhotoWindow : public TGTransientFrame {

private:
  ULong_t            LightYellow,LightBlue, Cyan;
  TGTextButton       *fButton;
  TGPictureButton    *fPicBut0, *fPicBut1;
  TGLabel            *fTitleLabel, *fTextLabel0, *fTextLabel1, *fTextLabel2;
  TGLabel            *fTextLabel3, *fTextLabel4, *fTextLabel5;
  TGLabel            *fTextLabel41;
  TGCompositeFrame   *fTitleFrame, *fTextFrame0, *fTextFrame1, *fTextFrame2;
  GContext_t         fTextGC0, fTextGC1, fTextGC2;

public:
    PhotoWindow(const TGWindow *p, const TGWindow *main,  UInt_t w, UInt_t h,
                UInt_t options = kMainFrame | kVerticalFrame);
    virtual ~PhotoWindow();
    virtual void ClosePhotoWindow();
    virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2);
};
//***********************************************************************

#endif