/* CSS Document */

body,td,th {
	font-size: 16px;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Garamond;
	color: #003300;
}
 
h1 {
	font-family: Garamond;
	font-size: 18px;
	line-height: normal;
	color: #003300;
	font-weight: bold;

}
h2 {
	font-family: Garamond;
	font-size: 18px;
	line-height: normal;
	color: #990000;
	font-weight: bold;
	text-decoration: none;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
	font-weight: bold;

}
 
A:link {
	color: #006666;
	text-decoration: none;
	font-family: Garamond;
	font-size: 16px;
	font-weight: bold;

}
 
A:visited {
	color: #009966;
	text-decoration: none;
	font-family: Garamond;
	font-size: 16px;

}
 
A:active {
	color: #FF0000;
	text-decoration: none;
	font-family: Garamond;
	font-size: 16px;

}
 
A:hover {
	color: #0099CC;
	text-decoration: none;
	font-family: Garamond;
	font-size: 16px;

}
 
P {
	font-size: 16px;
	font-family : Garamond;
	color: #003300;

}
