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

body {
    color: #000000;
    font-family: 'Verdana', sans-serif;
    font-size: 11px !important;
    line-height: 140%;
}



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

table {
    border-collapse: collapse;
    font-family: 'Verdana', sans-serif;
    font-size: 11px;
    line-height: 140%;
}

td {
    text-align: left;
    vertical-align: top;
    font-family: 'Verdana', sans-serif;
    font-size: 11px;
    line-height: 140%;
}

/* forms */

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

a {outline:0;}

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

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

input.button {
    width: 100px;
    height: 21px;
    cursor: pointer;
    font-family: Tahoma, sans-serif;
    background-image: url('../images/button.png');
    background-position: bottom;
    color: white;
}

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

textarea {
    color: #406997;
    font-family: 'Verdana', sans-serif;
    font-size: 10px;
    line-height: 140%;
    padding: 5px;
    border: 1px solid #CCCCCC;
}

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

select.small {
    width: 80px;
}

/* headers */


h1, h2, h3 {
    font-family: 'Trebuchet MS',Sans-Serif;
    color: #99CC00;
    padding: 5px;
}

h2, h3 {
    text-transform: uppercase;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 12px;
}

/* link */

a:link {
    text-decoration: none;
    color: #26527C;
}

a:visited {
    text-decoration: none;
    color: #26527C;
}

a:active {
    text-decoration: none;
    color: #26527C;
}

a:hover {
    text-decoration: underline;
    color: #26527C;
}

a.white:link {
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
}

a.white:visited {
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
}

a.white:active {
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
}

a.white:hover {
    text-decoration: underline;
    text-transform: uppercase;
    color: #ffffff;
}