﻿html
{
	height: 100%;
	padding:0;
	margin:0;
}

body {
    /*background:url(../Images/Layout/bg-repeater.png) repeat-x #283b50;*/
    background-color: #000;
    text-align: center;
    font-size: 62.5%;
}

body, table, td, input, option, select, textarea {
    font-family: Tahoma;
    color: #747678; /*#929497;*/
}

option, select {
    font-size: 1em;
}

a {
    color: #5780ae;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

hr {
    height: 1px;
    color: #ccc;
    margin-top: 5px;
}
p {
    margin-top: 0px;
    margin-bottom: 15px;
}
h1, h2 {
    padding: 0;
    margin: 0;
    text-align: left;
}

h1 {
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 10px;
}

h2 {
    font-size: 2.2em;
    color: #5780ae;
    font-weight: normal;
    text-transform: none;
}

ul {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-left: 0;
    list-style: none;
}

li {
    background-image: url(/images/home/bullet.gif);
    margin-bottom: 5px;
    padding-left: 15px;
    background-repeat: no-repeat;
}


