﻿body {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #1e1e1e;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	background-color: #000046;
	background-image: url('images/background.jpg');
}
a:link {
	color: #46b530;
}

a:hover {
	color: #3091be;
}

a:visited {
	color: #46b530;
}

.blue {
	color: #124282;
}

.green {
	color: #46b530;
}
.red {
	color: #ff0000;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.underline {
	text-decoration: underline;
}

a img {
	border: none;
}

.footer {
	text-align: center;
	color: #1e1e1e;
	font-size: 10px;
	font-family: tahoma, verdana, arial;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #ededed;
}
.footer a:link {
	color: #1e1e1e;
}

.footer a:hover {
	color: #46b530;
}

.footer a:visited {
	color: #1e1e1e;
}

