a { text-decoration: underline; }

h1, h2, h3, h4, h5, h6
{
margin: 2em 0 0 0; padding: 0;
font-weight: normal;
}
h1         { font-size: 1.4em; margin-top: 0; }
h2, h3     { font-size: 1.2em; }
h4, h5     { font-size: 1.1em; }
h2, h4, h6 { font-weight: bold; }

h1 {
color:#333333;
font-weight:bold;
font-size:14px;
font-weight:bold;
}
.clr {clear: both;}
ul{
margin: 0;
padding: 0;
list-style: none;
}
li{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png) ;
background-repeat: no-repeat;
background-position: 0px 3px;
}
td {
text-align: left;
font-size: 11px;
}
body {
height: 100%;
padding: 0px;
font-family: Arial, sans-serif;
font-size: 12px;
color: #333333;
background: #ffffff;
}
a {
color: #4D190B;
text-decoration: none;
font-size: 1em; 
font-family: Arial, sans-serif;
line-height: 130%;
}
a:hover {
color: #000000;
text-decoration: none;
}
table.contentpaneopen {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpane td.contentheading {
  padding-left: 15px;
  padding-top: 9px;
}

.button {
	padding: 2px 5px 2px 5px;
	height: 22px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	color: #ff6600;
	font-family: Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}
