@CHARSET "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr { 
    margin:0;
    padding:0;
}

body {
    color:#000000;
    background-color:#f1f1f1;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

table th {
    font-weight:normal;
}

table td, table th {
    padding:4px 2px;
}

fieldset,img { 
    border:0;
}

caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;}

em { font-style: italic; }

strong {
    font-weight:bold;
}

body, th, td {
    font-family: Verdana,Helvetica,Tahoma,Sans;
    font-size: 12px;
}

body#tinymce {
    padding:2px 4px;
}

select, input[type=text], input[type=password], textarea {
    padding:3px;
    font-family: Verdana,Helvetica,Tahoma,Sans;
    min-width:220px;
    font-size:10pt;
}

input[type=text], input[type=password], textarea {
    border:1px solid #6ea2ff;
    
}

select {
    min-width:227px;
}

input[type=button], input[type=submit], input[type=reset], button {
    font-family: Verdana,Helvetica,Tahoma,Sans;
    padding:0;
}

input.small, select.small {
    min-width:80px;
    width:109px;
}

blockquote {
    margin:0 1em;
}

h1 {
    font-size:14pt;
}

h2 {
    font-size:15px;
    margin:8px 0;
}

h3 {
    font-size:14px;
    color:#000000;
    margin:4px 0 8px 6px;
}

h4 {
    font-size:13px;
    font-weight:bold;
    margin-bottom:2px;
    color:#000000;
}

h5 {

}

h6 {

}

hr {
	border:0;
    border-top:1px solid #e0e0e0;
    padding:0;
    margin:0;
}

p {
    line-height:110%;
    margin-bottom:10px;
}

ul, ol {
    margin:0 0 .5em 2.5em;
}

ul li {
    list-style-type:disc;
    list-style-position:outside;
}

ol li {
    list-style-type:decimal;
}

a {
    color:#0066cc;
    text-decoration:none;    
}

a:hover {
    text-decoration:underline;
    cursor:pointer;
}

.clear {
    clear:both;
}

.link {
    cursor:pointer;
}