body {
	background-color: #233962;
	font-family: Tahoma, Arial;
	font-size: .715em;
	background-image: url(images/bg_art.jpg);
/*	background-repeat: no-repeat;
	background-position: left top; */
}

td {
	color: #000;
	padding: 5px;
	
}

h1, h2, h3, h4, h5 {
    color: #ffffff;
    margin: 0px;
}


h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4 a {
	color: #FFF; 
	text-decoration: none;
}

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

a:hover {
color: #797979;
text-decoration: none;
}

a.white-link-underline {	
	color: #FFFFFF;
}

.white-text{
color: #ffffff;
text-decoration: none;
}


.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}

.center {
	text-align: center;
}