#nav{
	display: none;	
}
body, td, tr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #5E2B4A;
	margin:0px;
}
body{
	text-align: center;
	behavior: url(css/csshover.htc);
}
h1, h2, h3, h4, h5, h6{
	color: #5E2B4A;
}
p{
	text-align: justify;
}
ul{
	list-style-type: square;
}
li{
	margin-bottom: 10px;
}
#RightColumn a:link{
	color: #5E2B4A;
	font-weight: bold;
	text-decoration: none;
}
#RightColumn a:visited{
	color: #5E2B4A;
	font-weight: bold;
}
#RightColumn a:hover{
	color:#5E2B4A;
	font-weight: bold;
	text-decoration: underline; 
}