.meetingheader {
	font-size: 18px;
	color: #990033;
	font-family: Arial, Helvetica, sans-serif; 	
	text-align: center;
}

.ulink {
	text-decoration: underline;
	color: blue;
}


.ulinkbold {
	text-decoration: underline;
	color: blue;
	font-weight: bold;
}

.ulink_lg {
	text-decoration: underline;
	color: blue;
	font-size: 1.0em;
	font-weight: bold;
}

.largelinkbold {
	font-size: 1.33em;
	color: blue;
	font-weight: normal;
	text-decoration: underline;	
}

.largebold {
	font-size: 1.22em;
	font-weight: bold;
}

.spacelink {
	padding: 3px 0px;
	margin-left: 0px;
	font-size: 1.2em;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

.dashedlink {
	text-decoration: none;
	color: blue;	
	border-bottom: 1px dashed blue;
}

.shortp {
	margin: 4px 0px;
	padding: 4px 0px 8px 0px;
}

.sm_center {
	text-align: center;
	font-size: 0.9em;	
}

.jobsection {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;		
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #000;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}


a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

