/* CSS Document */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 {
	font-size: 125%;
	font-weight: bold;
	margin-left: 5px;
}

h2 {
	font-size: 115%;
	font-weight: bold;
	margin: 15px 0 8px 5px;
}

h3 {
	font-size: 105%;
	margin: 5px 0 5px 5px;
	font-weight:normal;
}

p {
	margin: 0 10px 10px 10px;
	font-size: 100%
}

a {
	color: #333366;
	text-decoration: none;
	font-size: 100%;
}

a:hover {
	text-decoration: underline;
}

tr {
	font-size: 100%;
}

.small {
	font-size: 90%;
}

.smallBold {
	font-size: 90%;
	font-weight: bold;
}

.border {
	border: thin groove #CCCCCC;	
}

#Content {
	text-align: left;
	padding-top: 5px;
}

.floatL {
	float: left;
}
