/* CSS specific to the service plans page (services.html) */

.plan-page a:link { 
	color: #000000;
	}
.plan-page a:visited { 
	color: #FF0000;
	}

.plan-page h1{
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: .5em;
}

.plan-page h2 {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: .5em;
}


.plan-page h3 {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: .5em;
	margin-left: 2em;
}

table.service-plans-table {
	text-align: center;
	font-weight: bold;
}
	table.service-plans-table td.section-break {
		font-size: 16pt;
		font-weight: bold;
	}
	table.service-plans-table td.header {
		height: 49px;
		color: #FFFFFF;
		background-color: #0000FF;
		font-weight: bold;
		text-align: center;
	}
	table.service-plans-table a{
		font-weight: bold;
	}
	table.service-plans-table .not-bold {
			font-weight: normal;
	}
