@charset "utf-8";
/* CSS Document */

body {
font-family : Tahoma;
background-color : #ffffff;
color : #a90100;
font-size : 8pt;
background-image : url("images/bg.gif");
background-repeat : repeat-x;
margin:0px;
}
.OrdinaryText {
font-family : Tahoma;
color : #a90100;
font-size : 8pt;
}
a:hover.OrdinaryText {
text-decoration : none;
font-weight : bold;
} 
a:link.OrdinaryText {
text-decoration : none;
}
a:link.LabelLeft {
color : #ccffff;
}
a:visited.LabelLeft {
color : #ccffff;
}
a:visited.LabelRight {
color : #ffffff;
}
a:link.LabelRight {
color : #ffff00;
}
.TextBox {
font-family : Tahoma;
font-size : 8pt;
color : #a90100;
border : 1px solid #a90100;
background-color : #ffccaa;
}
.button {
background-color : #a90100;
color : #ffffff;
font-family : Tahoma;
font-size : 8pt;
border : 1.5px outset;
background-image : url("images/bg.gif");
background-repeat : repeat-x;
}
.LabelLeft {
font-family : Tahoma;
font-size : 8pt;
color : #a90100;
}
.checkbox {
font-family : Tahoma;
font-size : 18pt;
color : #a90100;
border : 1px solid #a90100;
background-color : #ffccaa;
}
a:hover.LabelLeft {
color : #ffff00;
}
a:hover.LabelRight {
color : #66ffff;
}
.labelRight {
font-family : Tahoma;
font-size : 8pt;
color : #a90100;
}
.ChatSent {
font-family : Tahoma;
font-size : 8pt;
color : #0000ff;
}
.ChatGet {
font-family : Tahoma;
color : #ff0000;
font-size : 8pt;
}
.menu {
font-family : Tahoma;
font-size : 10pt;
color : #a90100;
border-bottom : 0 solid #ffffff;
background-image : url("images/mn_up.gif");
background-repeat : repeat-x;
cursor : pointer;
}
.menuUp {
font-family : Tahoma;
font-size : 10pt;
color : #a90100;
border-bottom : 0 solid #ffffff;
background-image : url("images/mn_up.gif");
background-repeat : repeat-x;
cursor : pointer;
}
.menuOver {
font-family : Tahoma;
font-size : 10pt;
color : #ffccaa;
border-bottom : 0 solid #a90100;
background-image : url("images/mn_Over.gif");
background-repeat : repeat-x;
cursor : pointer;
}
.menuDown {
font-family : Tahoma;
font-size : 10pt;
color : #a90100;
border-bottom : 0 solid #a90100;
background-image : url("images/mn_Over.gif");
background-repeat : repeat-x;
}

