input.smallbutton {
	background-color:white;
	color:#000000;
	font-size:11px;
	font-family:arial;
	font-weight:bold;
	pixelHeight:16px;
	padding-left:10px;
	padding-right:10px;
	border-width:1px;
}
       
input.largebutton {
	background-color:white;
	color:#000000;
	font-size:11px;
	font-family:arial;
	font-weight:bold;
	pixelHeight:22px;
	padding-left:20px;
	padding-right:20px;
	border-width:1px;
}
       
.actionbutton {
	background-color:transparent;
	color:#000000;
	font-size:11px;
	font-style: normal;
	font-weight:bold;
	pixelHeight:16px;
	padding-left:15px;
	padding-right:5px;
	border-width:1px;
	margin-left:0px;
	margin-right:0px;
	text-decoration: none;
	text-transform: uppercase;
	font-variant: normal;
	font-family: Verdana;
	background-image: url("images/button_arrow_margin.gif");
    background-position-y:3px;
    background-position-x:0px;
    background-repeat :no-repeat;
}

.actionbutton:hover {
	background-color:#737782;
	background-image: url("images/button_arrow_over_margin.gif");
    background-position-y:3px;
    background-position-x:0px;
    background-repeat :no-repeat;
	color:white;	
}

.actionbutton:focus{
	
}

INPUT.actionbutton {
	border:none;
	text-align: left;
}

INPUT.actionbuttonfocus {
    background-color:transparent;
    color:#000000;
    font-size:11px;
    font-style: normal;
    font-weight:bold;
    pixelHeight:16px;
    padding-left:15px;
    padding-right:5px;
    border-width:1px;
    margin-left:0px;
    margin-right:0px;
    text-decoration: none;
	text-transform: uppercase;
	font-variant: normal;
	font-family: Verdana;
	background-image: url("images/button_arrow_margin.gif");
    background-position-y:3px;
    background-position-x:0px;
    background-repeat :no-repeat;
    border-style:solid;
	border-width:1px;
	border-color: red;
}
       
.infotext {
    color:#000000;
	font-size:11px;
	font-weight:bold;
	font-family: Verdana;	
}

.text {
    color:#000000;
    font-family:verdana;
	font-size:11px;	
}

.text_border {
	border-left: 1px solid #C9D6DC;
	border-top: 1px solid #C9D6DC;
	border-bottom: 1px solid #C9D6DC;
	margin:0px
}

.text_border_no_text {
	border-top: 1px solid #C9D6DC;
	border-bottom: 1px solid #C9D6DC;
	margin:0px
}

.disabled {
	background-color:#F5F5F5;
}

p {
    color:#000000;
    font-family:verdana;
	font-size:11px;	
}

ul {
    color:#000000;
    font-family:verdana;
	font-size:11px;	
}

H1 {
	font-style: normal;
	font-family: Verdana;
	font-variant: normal;
	font-weight: bold;
	font-size: 12pt
}