
/*Default settings for the links*/
a:link { COLOR: #89995e; FONT-FAMILY: verdana,Sans-Serif; TEXT-DECORATION: none; font-size: 11px; font-weight: bold; }
a:visited { COLOR: #657145; FONT-FAMILY: verdana,Sans-Serif; TEXT-DECORATION: none; font-size: 11px; font-weight: bold; }
a:active { COLOR: #abbf75; FONT-FAMILY: verdana,Sans-Serif; TEXT-DECORATION: none; font-weight: bold; }
a:hover { CURSOR: pointer; COLOR: #abbf75; FONT-FAMILY: verdana,Sans-Serif; TEXT-DECORATION: underline; font-size: 11px; font-weight: bold; }

/*p is the default setting for <p> tags, no class= required*/
p { padding-left: 0px; padding-right: 0px; padding-bottom: 0px; padding-top: 0px }


/*inputbox is used on form items, example <input class="inputbox" ...>*/
.inputbox {
 font-family: Verdana; font-size: 11px; font-weight: bold;
 background: #ffffff; color: #505050; border-style: solid;
 border-width: 1px; border-color: #cccccc; width:100px;
 }
.inputtextbox {
 font-family: Verdana; font-size: 11px; font-weight: bold;
 background: #ffffff; color: #505050; border-style: solid;
 border-width: 1px; border-color: #cccccc; width:100px;
 }
.inputsubmitbox {
 font-family: Verdana; font-size: 11px; font-weight: bold;
 background: #ffffff; color: #505050; border-style: solid;
 border-width: 1px; border-color: #cccccc; width:100px;
 }
body {
	font-family: Verdana; font-size: 11px; font-weight: normal; color: #505050;
}

.normal { font-family: Verdana; font-size: 11px; font-weight: normal; color: #b7cd7e; }
.comment { font-family: Verdana; font-size: 11px; font-weight: normal; color: #8D8D8D; }
.bold { font-family: Verdana; font-size: 11px; font-weight: bold; color: #b7cd7e; }
.boldlight { font-family: Verdana; font-size: 11px; font-weight: bold; color: #FFAE00; }
.normallight { font-family: Verdana; font-size: 11px; font-weight: normal; color: #b7cd7e; }
.bolddark { font-family: Verdana; font-size: 11px; font-weight: bold; color: #FFAE00; }
.normaldark { font-family: Verdana; font-size: 11px; font-weight: normal; color: #b7cd7e; }

.boldpagetitle { font-family: Verdana; font-size: 13px; font-weight: bold; color: #282d1c; }
.boldmenutitle { font-family: Verdana; font-size: 12px; font-weight: bold; color: #282d1c; }

.texthighlight { font-family: Verdana; font-size: 11px; font-weight: bold; color: #FF5050; }
.errmsg { font-family: Verdana; font-size: 11px; font-weight: bold; color: #AA5050; }
.okmsg { font-family: Verdana; font-size: 11px; font-weight: bold; color: #50AA50; }



.courier { font-family: Courier New; }

/*table settings, if needed*/
.table { /**/ }
.tr { /**/ }
.td { /**/ }

.messagetd {
 font-family: Verdana; font-size: 11px; font-weight: normal;
 background: #e5e5e5; color: #505050; border-style: solid;
 border-width: 1px; border-color: #acacac; width:100px;
 padding:4px;
 width:100%;
 }

/*horisontal divider line, example: <div class="hr"><hr /></div>*/
div.hr {
  height: 1px;
  background: #d0d0d0 no-repeat scroll center; font-size: 1px; line-height: 1px;
}
div.hr hr {
  display: none;
}


/*imgleft
{ float: left; border: inset 1px #000000; margin-right: 10px; }*/

.normal2 { font-family: Verdana; font-size: 9px; font-weight: normal  }
.normalbold { font-family: Verdana; font-size: 11px; font-weight: bold }
.smallbold { font-family: Verdana; font-size: 9px; font-weight: bold  }

p {
 margin:0px;
}

