/* CSS Document */
/* Newcombe Bros. */
/* CSS Document master blue colour for the site: #1975b8 */

h1 {
	font-size: 15px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #FFFFFF;
}

.Newcombeheading{
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #FFFFFF;
}

h2 {
	font-size: 12px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.NewcombeSubheading {
	font-size: 12px;
	width: 99%;
	margin: 0px;
	padding: 0px;
}

.BoldText{
	font-weight: bold;
}

.PageHeadings{
	background: #1975b8;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px;
	color: #FFFFFF;
}
.SubHeadingBold {
	font-weight: bold;
	font-size: 14px;
}

.input {
	font-family: "trebuchet MS", "lucida Console", arial, helvetica, sans-serif;
	font-size: 11px;
}


a {
	font-size: 11px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #EDF4F9;
	background: #1973b5;
}
a:active {
	text-decoration: none;
	color: #000000;
}



