@charset "utf-8";
/* CSS Document */

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: 003;
}
 
body {
	background-color: #CCC;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-color: #000;
	font-size: 13pt;
	font-style: bold;
}

img.border {  
	border:1px dotted #ccc;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
}

table.border {
    border-color: #000;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
  }

a {
	text-decoration: none;
	font-weight: bold;
	color: #900;
}

a:hover {
	text-decoration: underline; 
	color: #006600;
}
a:visited {
	color: #009933;
	text-decoration: none;
	}