@import "layout/header.css";
@import "layout/content.css";
@import "layout/footer.css";
* {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    color: #252f47;
    line-height: 140%;
}
BODY {
    background: #f2fbe4 url(../images/background.png) repeat-x 0 0;
    margin: 0;
    padding: 0;
}
A {
    color: #0e5fd8;
    text-decoration: none;
}
H1, H2, H3 {
    margin: 0;
    line-height: 200%;
}
LABEL {
    width: 150px;
    float: left;
}
.blue {
    color: #0e5fd8 !important;
}

img {
	border: none;
}

