﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #EFF1F2;
	font-family:Verdana;
}

.title {
    color:#17723C;
    font-size:13px;
}

.title a{
    color:#17723C;
    font-size:13px;
    text-decoration:none
}

.title a:hover {
    color:#17723C;
    font-size:13px;
    text-decoration:underline;
}

.txt {
    color:#7D7D7D;
    font-size:11px;
}

.txt a{
    color:#7D7D7D;
    font-size:11px;
    text-decoration:none
}

.txt a:hover {
    color:#17723C;
    font-size:11px;
    text-decoration:underline;
}

.white {
    color:#fff;
    font-size:12px;
}

.white a{
    color:#fff;
    font-size:12px;
    text-decoration:none;
}

.white a:hover {
    color:#fff;
    font-size:12px;
    text-decoration:underline;
}

.white1 {
    color:#fff;
    font-size:11px;
}

.white1 a{
    color:#fff;
    font-size:11px;
    text-decoration:none;
}

.white1 a:hover {
    color:#fff;
    font-size:11px;
    text-decoration:underline;
}