/* Presentation Stylesheet */ 

h3, p {
	margin:0;
	padding:15px;
	font-family: "Arial", "Helvetica", "sans-serif";

 }

h4 {
	margin:0;
	padding: 5px 0;
	font-family: "Arial", "Helvetica", "sans-serif";

 }
 
p:first-letter {
 font-size: 80%; 
 font-weight: normal;
 color:#000000;
 }
 
a.button {
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 75px;
	text-transform: uppercase;
	height: 30px;
	cursor: hand;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 30px;










}
a.button:link { 
	color: #000000;
	text-decoration: none;
	}
a.button:visited {
	color: #000000;
	text-decoration: none;
	}
a.button:hover {
	background-color: #000000;
	color: #006600;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;

	}
a.button:active { 
	color: #ccc; 
	text-decoration: none;
	}

table.djtable td{
border-bottom: solid 1px #000000;
padding: 5px;
}

</style>

