/*
	Font size guide
	13px = 1em
	12px = .93em
	11px = .85em
	10px = .77em
	9px = .7em
*/


body {

	font-family: Helvetica, Arial, sans-serif;
	/* Size text down to 13px */
	font-size: 81.25%;
	color:#666;

}


h1, h2, h3, h4, h5, h6 {

	font-weight: bold;
	margin: 0;

}


a:link, a:visited, a:hover, a:focus, a:active {

	font-weight: normal;

	text-decoration: underline;

}


#content {
    width: 780px; text-align:center; margin:20px auto;
}

#content form {text-align:left;}
#content form h3 {margin-bottom:1em;}

.form-item {
    clear: both;
    padding-top: .5em;
}

label {
    float: left;
    width: 200px;
    text-align: right;
    margin-right: 1em;
}

.form-label-after {
    text-align: center;
}

.form-label-after label {
    float: none;
}

.form-actions {
    text-align: center;
}

.subtext {
    font-size: .85em;
}

.service-mark {
    font-size: .6em;
    position: relative;
    top: -4px;
}

.tymsg h3 {text-align:left; margin-bottom:300px;}