html,body {
	margin: 0;
	padding: 0;
	background: url(images/bk.gif) center repeat;
	background-color: #FFFFED;	
}

/**************************/
/* DIV CONTAINERS */
/**************************/

div.container {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
	width: 760px;
	background-color: #FFFFED;
}

div.contentPane {
	padding: 0px;
	width: 760px;
}

div.header {
	padding: 0px;
	width: 760px;
	height: 13px;
	background-image: url(images/border_top.gif);
	background-repeat: repeat-x;
}


div.bottom {
	background: url(images/watermark.gif);
	padding: 0px;
	width: 760px;
	height: 193px;
}


div.footer {
	padding: 0px;
	margin: 0px;
	height:17px;
	width: 760px;
	background-image: url(images/border_bottom.gif);
}

/**************************/
/* FONTS */
/**************************/

.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#2A3466;
	text-align: left;
}

.normalbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#2A3466;
	font-weight: bold;
	text-align: left;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2A3466;
}

/**************************/
/* LINKS */
/**************************/

A:link {
	color: #2A3466; 
	text-decoration: underline;
}
A:visited {
	color: #2A3466; 
	text-decoration: underline;
}
A:hover, A:active {
	color: #2A3466; 
	text-decoration: none;
}

