/*
	Stylesheet for:
			South Central Golf
*/

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica;
  	background: white url("Images/expobkg.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;
}

table.outline { 
	border-width: 7px; 
	border-style: double; 
}
 
table.forum {
	border-width: thin;
	border-style: ridge;
	border-color: gray;
}

table.forum td {
	border-width: 1px;
	padding: 1px;
	border-style: ridge;
	border-color: gray;
	background-color: white;
}

.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;
}
