

a:hover {
        color: navy;
        text-decoration: undeline;
}

body {
        margin: 0px; padding: 0px;
        margin-top: 15px;
        background: white;
}

form {
        margin: 0px; 
        padding: 0px;
}

label {
        cursor: hand;
}

a.no {
		color: black;
        text-decoration: none;
}

a.no:hover {
        text-decoration: underline;
}

a.none {
        text-decoration: none;
}

a.none:hover {
        text-decoration: underline;
}

.small {
        font-size: 10px;
}

.smaller {
        font-size: 10px;
}

.plain {
        font-size: 12px;
}


.hidden  {
        visibility: hidden; 
        display: none;
}

.visible {
        visibility: visible; 
        margin-left: -15; 
        margin-top: 1; 
        position: absolute; 
        z-index: 5;
}

h1     {
        font-size: 26px;
        font-weight: normal;
		padding-left: 5px;
		padding-bottom: 5px;
}

h2 {
        font: 19px Arial;
        color: #cc0000;
        font-weight: normal;
		padding: 6px;
		padding-left: 5px;
		border-bottom: 1px dashed #eaeaea;
}

.bold {
        font-weight: bold;
}

.alt {
        color: #E90090;
}

ul.sub li {
        font-size: 11px;
}

ul li {
		line-height: 1.3;
}

p {
		padding-left: 10px;
		line-height: 1.5;
}

.on {
	background: blue;
	padding: 2px 5px;
	text-decoration: none;
	color: white;
}

#content p {
	font-size: 12px;
}
