﻿html, body
{
    font-family:sans-serif, Arial;
    font-size:10pt;
    background-color:#E5E5E5;
    color:#676767;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.8em; }

span, p {
    font-size:0.9em;
}

p {
    line-height:18px;
}

a {
    text-decoration:underline;
    color:#676767;
}

    a:hover {
        text-decoration:none;
        color:#676767
    }

/************************************************************************************************/

.clear {
    clear:both;
    padding:0;
    margin:0;
    height:0;
    min-height:0;
}

/*
input[type=text], textarea, select {
    border: 1px solid #D5D4D2;
    padding: 4px;
    color: #676767 !important;
    font-size:0.8em !important
}

select {
    font-size:0.85em !important
}

input[type=file] {
    padding: 4px;
    color: #676767 !important;
    font-size:0.8em !important;
}

input, textarea {
    width:300px;
}

button {
    width:90px;
	white-space:nowrap;
    font-size:0.7em !important;
}*/



/*.ui-datepicker-trigger {
     margin-left:3px;
}

.ui-datepicker {
    font-size:0.8em;
}

.ui-accordion {
    font-size:0.9em;
}*/
