* {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    color: #575757;
    font-size: 11px;
    font-family: Tahoma, sans-serif;
}

hr {
    border: 0;
    height: 1px;
    background: #ccc;
    color: #ccc;
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;
}

table {
    border-collapse: collapse;
    font-size: 11px;
    font-family: Tahoma, sans-serif;
}

td {
    text-align: left;
    vertical-align: top;
    font-size: 11px;
    font-family: Tahoma, sans-serif;
}

/* forms */

input {
    font-size: 10px;
    color: #0392C8;
    font-family: Tahoma, sans-serif;
}

input.checkbox {
    margin-top: 5px;
}

input.radio {
    margin-top: 3px;
}

input.button {
    width: 100px;
    height: 22px;
    background-image: url('/images/button.png');
    cursor: pointer;
    color: black;
    font-weight: bold;
    font-family: Tahoma, sans-serif;
}

input.text {
    padding: 3px;
    border: 1px solid #CCCCCC;
    font-family: Tahoma, sans-serif;
}

textarea {
    padding: 3px;
    border: 1px solid #CCCCCC;
    font-size: 11px;
    color: #0392C8;
    font-family: Tahoma, sans-serif;
}

select {
    border: 1px solid #D1D1D1;
    font-size: 10px;
    color: #0392C8;
    padding: 3px;
    width: 140px;
}

/* headers */


h1, h2, h3 {
    font-family: "Trebuchet MS",Verdana,Sans-Serif;
    color: #4295D9;
}

h2, h3 {
    text-transform: uppercase;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 12px;
}

/* link */

a:link {
    text-decoration: none;
    color: #137ecd;
}

a:visited {
    text-decoration: none;
    color: #137ecd;
}

a:active {
    text-decoration: none;
    color: #137ecd;
}

a:hover {
    text-decoration: none;
    color: #111111;
}