/***** Main Template *****/
h1 {
   font-family: tahoma;
   font-size: 18pt;
   color: black;
}
body {
   font-family: arial;
   font-size: 12pt;
   color: black;
   text-align: left;
}
a {
   font-family: arial, helvetica, verdana;
   font-size: 12pt;
   color: red;
   text-decoration: underline;
   font-weight: bold;
}
/***** Coach_Finder-Profile *****/
table.reg {
	width: 70%;
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset:
	border-color: blue;
	border-collapse: collapse;
	background-color: white;
}
table.reg th {
	text-align: left;
	font-family: tahoma, arial;
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	background-color: rgb(255, 255, 240);
}
table.reg td {
   font-family: arial, verdana;
   font-size: 12pt;
   width: 50%;
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	background-color: rgb(248, 249, 255);
}
.small {
  font-family: verdana, arial;
  font-size: 9pt;
}
.side {  
   font-family: arial, helvetica, verdana;
   font-size: 10pt;
   color: red;
   text-decoration: underline;
   font-weight: bold;  
}   
/***** Coach_Finder-Search *****/
.backlinks a {
	font-size: 80%;
}
#container {
	text-align: center;
}
#header h1 {
	font-size: 200%;
	padding-bottom: 0;
	margin-bottom: 0;
}
#header h3 {
	padding-top: 0;
	margin-top: 0;
	color: blue;
}
#content {
	text-align: left;
	padding: 0 10% 0 10%;
}
#search {
	background-color: rgb(248, 249, 255);
	text-align: center;
	width: 100%;
	border: 1px solid black;
}
#profiles {
	background-color: rgb(230, 231, 245);
	text-align: left;
	width: 100%;
	border: 1px solid black;
	padding-left: 5%;
}
#profiles tr {
	background-color: rgb(248, 249, 255);
}
#profiles p {
	margin: 0.8%;
}
#profiles strong {
	color: blue;
	font-weight: normal;
}

