/* CSS Document */
/* Metod Copyright 2008 */
html{
font-size: 100%;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
	
}




a.button {
    background: transparent url("IMG/bg_button_a.gif") no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	clear: left;
}

a.button span {
    background: transparent url("IMG/bg_button_span.gif") no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:hover {
    color: #538a7b;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
h3{
font-family:"Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
}
h4{
font-family: Georgia, serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 11px;
}

#contentWrapper
{
	padding: 0 10px 10px 10px;
}

.floatalign img{
float: left;
}

#contentWrapper h4
{
font-family: Century Gothic, Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
}

a:link{

}
img{
color: #000;
}
img a{
border: 2px soid #ccc;
color: #000;
}
img a:hover{
border: 2px soid #000;
color: #1c835d;
}
h1{
	
	font-family:"Arial", Gadget, sans-serif;
	font-size: 1.5em;
	color:#096;
	padding: 15px;
}

ol{
	font-family:"Arial", Gadget, sans-serif;
	font-size:12px;
	margin-bottom: 20px;
	
	}
	ol li{
	padding-bottom: 5px;
	
	}
