/***********************************************************************************************
* Content
***********************************************************************************************/
body {
	background-image: url(bckg.jpg);
	font-size: 12px
}

body,  td {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color:#000000;
	font-size:1.5em;
}

h2 {
	color:#000000;
	font-size:1.25em
}

h3 {
	color:#000000;
	font-size:1em;
}

a:link {
	color: #0033FF;
	text-decoration:none;
}

a:visited {
	color:#0033FF;
	text-decoration:none;
}

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

a:active {
	color:#0033FF;
	text-decoration:underline;
}

.copyright {
	background-color:none;
	color:white;
	font-size:9px;
	text-align: center;
}

.copyright a:link, .copyright a:visited, .copyright a:active, .copyright a:hover {
    color: #ecf949;

}

.caption {
	color:#993333;
}

#content {
	margin:5px 20px 5px 20px;
}

.border {
	border: none #28368E;
}
