
td {
        font-size : 14px;
}
/* default link colors */
a { 
  color: #000000;
  background-color: transparent;
}
a:visited { 
  color: #f60;
  background-color: transparent;
}
a:hover { 
  color: #0000FF;
  background-color: transparent;
}

/* default page elements */
li, dl {
  text-align: left;
}

input,textarea{
        font-family: Arial,Verdana, Helvetica,  sans-serif; 
        font-size: 14px
        font-weight : normal;
        background-color : #EEEEEE;
}

/* buttons */
.button {
        font-family: arial,Tahoma,MS Shell Dlg;
        font-size : 14px;
        font-weight : border;
}

.text {
        color : #000000;
        font-family: arial,Tahoma,MS Shell Dlg;
        font-size : 14px;
        font-weight : normal;
        background-color : #FFFFFF;
}
select {
        color : #000000;
        font-family: arial,Tahoma,MS Shell Dlg;
        font-size : 14px;
        font-weight : normal;
        background-color : #EEEEEE;
}
.firstalt {
                background-color: #EEEEEE;
}
.secondalt {
                background-color: #FFFFFF;
}
.bigfont {
                    font-family: arial,Tahoma,MS Shell Dlg;
                    font-size: 16px;
                    font-weight : border;
}
.normalfont {
                    font-family: arial,Tahoma,MS Shell Dlg;
                    font-size: 14px;
}
.middlefont {
                    font-family: arial,Tahoma,MS Shell Dlg;
                    font-size: 11px;
}
.smallfont {
                    font-family: arial,Tahoma,MS Shell Dlg;
                    font-size: 9px;
}
.arrow {
                    font-family: arial,Tahoma,MS Shell Dlg;
                    font-size: 9px;
                    color: #FF6600;
}
#content a:link,#content a:active,#content a:visited {
                text-decoration: underline;
                color : #3366cc;
}
#content a:hover {
                text-decoration: none;
                color : #9966cc;
}
.content {
                    font-family: arial,Tahoma,MS Shell Dlg;
                    font-size: 14px;
                    line-height: 130%
}

.subhead {
                    font-family: arial,Tahoma,MS Shell Dlg;
                    font-size: 14px;
                    color: blue;
}

#cattext {
        text-decoration: none;
        color: $style[cattextcolor];
        font-family: arial,Tahoma,MS Shell Dlg;
        font-size : 14px;
}

#tbh {
        text-decoration: none;
        color: $style[tableheadtextcolor];
        font-family: arial,Tahoma,MS Shell Dlg;
        font-size : 14px;
}
#tbh A:link {COLOR: #0000FF; TEXT-DECORATION: none}
#tbh  A:visited {COLOR: #0000FF; TEXT-DECORATION: none}
#tbh  A:active {COLOR: #0000FF; TEXT-DECORATION: none}
#tbh  A:hover {COLOR: #FF9933; TEXT-DECORATION: none}

#nav { background-color :#303958 }
#nav A{ text-decoration: none; color: #FFFFFF; TEXT-DECORATION: none}

#root A{ text-decoration: none; color: $style[roottextcolor];}
#cat A{ text-decoration: none; color: #000000;}

#head { color: $style[tableheadtextcolor]; background-color :$style[tableheadbgcolor]}
#head A{ text-decoration: none; color: #FFFFFF;}

#cattitle A:link {COLOR: #000000; TEXT-DECORATION: none}
#cattitle A:visited {COLOR: #000000; TEXT-DECORATION: none}
#cattitle A:active {COLOR: #000000; TEXT-DECORATION: none}
#cattitle A:hover {COLOR: #0000FF; TEXT-DECORATION: none}


/* generic body */
body {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-family: arial,Tahoma,MS Shell Dlg;
  font-size: 80%;
  color: #000;
  background-color: #fff;
  background-position: top left;
  background-attachment: scroll;
  /*background-image: url("$phparticleurl/$style[imagesfolder]/bg.gif");*/
}


.topnav a {
                 font-family: arial,Tahoma,MS Shell Dlg;

	font-size: 14px;
	color: #000000;
}
.topnav a:link {color: #000000; text-decoration: none}
.topnav a:visited {color: #000000; text-decoration: none}
.topnav a:active {color: #000000; text-decoration: none}
.topnav a:hover {color: #0000FF; text-decoration: none}
