
/* --- ClubNat Forum StyleSheet Ver0.1 --- */

h1 {
   font-family:              verdana;
   font-weight:              normal;
   font-size:                24px;
   color:                    #7498CD;
}
h2 {
   font-family:              verdana;
   font-weight:              bold;
   font-size:                16px;
   color:                    #7498CD;
}
a {
   font-family:              verdana;
   font-weight:              bold;
   font-size:                13px;
   color:                    #7498CD;
   text-decoration:          underline;
}
a:hover {
   color:                    #7498CD;
   text-decoration:          none;
}
.Grey13 {
   font-family:              verdana;
   font-size:                13px;
   font-weight:              bold;
   color:                    #858585;
   text-decoration:          none;
}
.Grey11 {
   font-family:              verdana;
   font-size:                11px;
   font-weight:              normal;
   color:                    #858585;
   text-decoration:          none;
}
.Blue11 {
   font-family:              verdana;
   font-size:                11px;
   font-weight:              normal;
   color:                    #7498CD;
   text-decoration:          none;
}
.Blue13 {
   font-family:              verdana;
   font-size:                13px;
   font-weight:              bold;
   color:                    #7498CD;
   text-decoration:          none;
}
.Blue13Link {
   font-family:              verdana;
   font-size:                13px;
   font-weight:              bold;
   color:                    #7498CD;
   text-decoration:          underline;
}
.Blue13Link:hover {
   font-family:              verdana;
   font-size:                13px;
   font-weight:              bold;
   color:                    #7498CD;
   text-decoration:          none;
}
.Orange11 {
   font-family:              verdana;
   font-size:                11px;
   font-weight:              bold;
   color:                    #F88158;
   text-decoration:          none;
}
.Orange13 {
   font-family:              verdana;
   font-size:                13px;
   font-weight:              bold;
   color:                    #F88158;
   text-decoration:          none;
}
.Orange13Link {
   font-family:              verdana;
   font-size:                13px;
   font-weight:              bold;
   color:                    #F88158;
   text-decoration:          underline;
}
.Orange13Link:hover {
   font-family:              verdana;
   font-size:                13px;
   font-weight:              bold;
   color:                    #F88158;
   text-decoration:          none;
}
.White13 {
   font-family:              verdana;
   font-size:                13px;
   font-weight:              bold;
   color:                    #FFFFFF;
   text-decoration:          none;
}
.Red13 {
   font-family:              verdana;
   font-size:                13px;
   font-weight:              bold;
   color:                    Red;
   text-decoration:          none;
}
table {
   font-family:              verdana;
   font-weight:              normal;
   font-size:                13px;
   color:                    #858585;
   text-decoration:          none;

}
input.Button {
   color:                    #404040;
   font-family:              Verdana;
   font-size:                11.0px;
   font-weight:              bold;
   cursor:                   pointer;
   padding:                  2px;
   border:                   1px solid #808080;
   margin:                   0px
}
.textinput {
   border:                   1px solid silver;
   font-family:              verdana;
   padding:                  2px;
   height:                   22px;
}
.textinputError {
   border:                   2px solid red;
   font-family:              verdana;
   padding:                  2px;
   height:                   24px;
}

.HRLight {
   color:                    silver;
   background:               silver;
}
