/* CSS Document for Goebel construction */


.nameheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	padding-left:20px;
	padding-right:20px;
	color:#21214d;
	font-weight: bold;
		}
		
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding-left:20px;
	padding-right:20px;
	color:#000;
	font-weight: bold;
		}

.subheading { font-family: Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		padding-left:20px;
		padding-right:20px;
		color:#000000;
		font-weight:bold;
		}

.text { font-family: Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		padding-left:20px;
		padding-right:20px;
		color:#000000;
		}

.tabletext { font-family: Georgia, "Times New Roman", Times, serif;
		font-size:13px;
		color:#000000;
		}


.text-centered { font-family: Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		text-align:center;
		color:#000000;
		padding-left:20px;
		padding-right:20px;
		}
		
.bottom_nav { font-family: Georgia, "Times New Roman", Times, serif;
		font-size:10px;
		color:#000000;
		text-align:center;
		text-decoration:none;
		}
		
.bottom_nav a:link  { font-family: Georgia, "Times New Roman", Times, serif;
		font-size:10px;
		color:#000000;
		text-align:center;
		text-decoration:none;
		}

.bottom_nav a:hover	 { font-family: Georgia, "Times New Roman", Times, serif;
		font-size:10px;
		color:#FFF;
		text-align:center;
		text-decoration:none;
		}

.bottom_nav a:active { font-family: Georgia, "Times New Roman", Times, serif;
		font-size:10px;
		color:#000000;
		text-align:center;
		text-decoration:none;
		}
		
.bottom_nav a:visited { font-family: Georgia, "Times New Roman", Times, serif;
		font-size:10px;
		color: #000000;
		text-align:center;
		text-decoration:none;
		}

.hr {	color:#000;
		width:940px;
		text-align:center;
		}


