body {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 20pt;
}
h2 {
	font-size: 14pt;
}
td.content {
	border: 1px solid #550044;
	margin: 0px;
	padding: 15px;
	width:404px;
	vertical-align: top;
	font-size:11pt;

}
td.arrows {
	background-image: url(../images/arrows.gif);
	background-repeat: repeat-x;
	height: 10px;
}
td.navs {
	vertical-align: top;
	padding: 0px;
	background-color: #550044;

}
td.tips {
	vertical-align: top;
	padding: 5px;
	background-color: #C39BC3;

}
.textlinks {
	text-align: center;
}
.footer {
	text-align: center;
	font-size: 10pt;
}
a:link {
	color: #550044;
	font-weight: bold;
	font-size: 10pt;
}
a:visited {
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
}
a:hover {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;

}
a:active {
	font-size: 10pt;
	font-weight: bold;
	color: #CC9900;
}
a.whitelink:link {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
}
a.whitelink:visited {
	color: #DDDDDD;
	font-size: 10pt;
	font-weight: bold;
}
a.whitelink:hover {
	color: #CC9900;
	font-size: 10pt;
	font-weight: bold;
}
a.whitelink:active {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
}