body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin:0px;
	color: #000000;
	background-color:#FFFFFF;
	border: solid 1px #CCCCCC;
}
a:link, a:visited {
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}

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


h1{
	font-size: 14px;
	text-align:right;
	line-height: 20px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
  	color: #990000;
}

h3 {
	font-size: 10px;
  	color: #333333;
}

h4 {
	font-size: 12px;
  	color: #FF0000;
}


img {
	margin: 0px;
	padding: 0px;
	border:  solid white 2px;
}



