/*
	Stylesheet for:
			South Central Golf
*/

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica;
  	background: white url("images/bkg.gif");
  	background-repeat: repeat-y;
}

.headline {
	font-size: 21px;
	font-weight: bold
}
	
.small {
	font-size: 10px
}

.medium {
	font-size: 13px
}

.large {
	font-size: 16px
}

td.navbartext {
	font-size: 12px;
	color: #efefef;
	font-weight: bold;
	text-align: center;
}

td.button {
	text-align: center;
}

td.subtext {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

td.contenttext {
	font-size: 13px;
}

td.smallprint {
	font-size: 10px;
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.bolditalic {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.boldcenter {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.italic {
	font-size: 12px;
	font-style: italic;
}

td.contact {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #ef0000;
}
