body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
}

table {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
}

.style_1 {
	font-size: 28px;
	font-weight: bold;
}

.style_2 {
	font-size: 14px;
	font-weight: bold;
}

.style_3 {
	font-size: 30px;
	font-weight: bold;
	color: #CC0033;
}

.style_4 {
	font-size: 16px;
	color: #0033CC;
}

a, a:visited, a:active {
    color: #666666;
    text-decoration: none;
}

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