body {
	margin: 0px;
	background: transparent;
	overflow:hidden;
}

a:link { color: #1A5227; text-decoration:underline;}
a:hover {
	color: #006600;
	text-decoration: underline;
}
a:active {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	color: #990033;
	text-decoration: underline;
}
p, pre, textarea, td, li, th {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	text-align: left;
}


h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	color: #990033;
}
h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	color: #990033;
	margin-bottom: -6px;
	}
h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #990033;
	margin-bottom: -12px;


	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

li {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background: #6B0C80;
	color: #FFFFFF;
	border : 2px solid #000066;
	border-left : 2px solid #99ccff;
	border-top : 2px solid #99ccff;
	text-align: center;
	padding: 0px 10px 0px 10px;
}

.link:hover, .shortlink:hover {
	background: #6B0C80;
	color: #ffffff;
	text-decoration: none;
}

.link:active {
	background: #C2DBD8;
	color: #238C85;
	border-left : 2px solid #268682;
	border-top : 2px solid #268682;
	text-decoration: none;
	border-right: 2px solid #C2DBD8;
	border-bottom: 2px solid #C2DBD8;
}

.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.sideborder {
	border-left:solid 2px #999999;
}
.leftpic {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.padded {
	padding-top: 6px;
	padding-bottom: 6px;

}


.boldheader {
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	margin-bottom:-15px;

}
p.header{
	font-weight:bold;
	padding-top: 5px;
	margin-bottom:-12px;
}
