﻿/*------------------------------------------------------------------------*/
/* Basic HTML Elements */
/*------------------------------------------------------------------------*/
html
{
	overflow-y: scroll;
}
body
{
    font-family: helvetica, Arial, sans-serif;
    font-size: 13px;
    color:#282828;
    background-color: #fff;
}
label
{
    font-weight:bold;
    font-size:1em;
}
H1
{
    font-weight:bold;
    font-size:22px;
    padding:4px;
    margin:2px;
}
H2
{
    font-weight:normal;
    font-size:20px;
}
H3
{
    font-weight:bold;
    font-size:16px;
}
H4
{
    font-weight:bold;
    font-size:14px;
    font-style:italic;
    padding:2px;
    margin:2px;
}
input
{
    font-family: Verdana,Arial,sans-serif;
    font-size:1.1em;
}
input[type="text"]
{
    width:250px;
}
select
{
    width:250px;
}

.btn-primary {
    background-color: #3D9BCF !important;
}

.btn-light {
    background-color: #eaeaea !important;
}

.clear
{
	clear: both;
}


