html {
	/* min-height: 100%;
	height: auto; */
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

h1, h2, h3 {
	margin-top:0;
	margin-bottom:.6em;
	padding:.1em .1em .2em .2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	border-bottom:1px dotted #666666;
	color:#333333;
}

h1 {
	font-size:x-large;
}

h2 {
	font-size:large;
}

h3 {
	font-size:medium;
}

p, td, li {
	color:#333333;
	line-height:1.6em;
	list-style-type:square;
}

/* Border on images */

.border {
	padding:4px;
	border:1px solid #cce0eb;
	margin:0 0 10px 20px;	
}




/* BOLD BUTTONS */

a.button {
    background: transparent url(../images/buttons/button_bold_r.gif) no-repeat scroll top right;
    color: #666666;
    display: block;
    float: left;
    font: bold 14px arial, sans-serif;
    height: 30px;
    margin-right: 6px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
    margin-bottom: 12px;
}

a.button span {
    background: transparent url(../images/buttons/button_bold_l.gif) no-repeat;
    display: block;
    height:30px;
    line-height: 16px;
    padding: 6px 0 0 12px;
    margin-bottom: 12px;
}

a.button:hover {
    padding-right: 11px;
}

a.button:hover span {
    padding: 7px 0 0 13px;
}

a.button .blue {
  color:#006699;
}

a.button .green {
  color:#009966;
}

a.button .red {
  color:#cc3333;
}

#header p {
  clear:all;
}


/* FADED BUTTON */


a.button_light {
    background: transparent url(../images/buttons/button_r.gif) no-repeat scroll top right;
    color: #999999;
    display: block;
    float: left;
    font: normal 14px arial, sans-serif;
    height: 30px;
    margin-right: 6px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
}

a.button_light span {
    background: transparent url(../images/buttons/button_l.gif) no-repeat;
    display: block;
    height:30px;
    line-height: 16px;
    padding: 6px 0 0 12px;
}

a.button_light:hover {
    padding-right: 11px;
}

a.button_light:hover span {
    padding: 7px 0 0 13px;
}

a.button_light .blue {
  color:#66a3c2;
}

a.button_light .green {
  color:#66c285;
}

a.button_light .red {
  color:#e08585;
}