/*  General  */

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

h1 {
	font-size: 25px;
	font-weight: normal
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: normal
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 16px
}

h4 {
	font-size: 13px
}

h5 {
	font-size: 12px;
	margin-bottom: 8px
}


.buttonex {
   display: -moz-inline-stack;
   display: inline-block;
   width: 138px;
   height: 32px;
   background: url("./files/images/button_empty.png") no-repeat;
   line-height: 32px;
   vertical-align: text-middle;
   text-align: center;
   color: #000000;
   font-family: DejaVuSansCondensed;
   font-size: 18px;
   font-weight: bold;
   font-style: normal;
   text-shadow: #ffffff 1px 1px 0;
}
.buttonex > span {
   display: -moz-inline-block;
}



small {
	font-size: 9px
}

.txtsmall {
	font-size: 11px
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px
}


.wh {
	color: white
}

.bl {
	color: blue
}

.gr {
	color:  gray
}

.blk {
	color: black
}

.red {
	color: red
}

.hr {
	color: #999999
}

a {
	color: #0055AA;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
	text-decoration: none
}

#noline {
	text-decoration: none
}

/*  End General  */






