/* Random Creations  - Common text formatting*/

h1 {
	font-size: 1.3em;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
}

h3 {
	font-size: 1.1em;
	font-weight: normal;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

h5 {
	font-size: 0.8em;
	font-weight: bold;
}

h6 {
	font-size: 0.7em;
	font-weight: bold;
}

ul, ol, td {
	font-size: 0.7em;
}

li ul {
	font-size: 1em;
}

p {
	font-size: 0.7em;
}

.hdrtxt {
	padding: 0;
	margin: 0;
}

a {
	color: #7ec038;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background-color: #502637;
}

legend {
	font-size: 0.7em;
	font-weight: bold;
	color: #bab8ba;
}

fieldset {
	border: 1px solid;
	width: 93%;
	padding: 10px;
}

td p {
	font-size: 1em;
}

td ul {
	font-size: 1em;
}

a img {
	border: none;
}