/* pabst.css  - Styles for Team Pabst Website */

html.nav	{background-color: rgb(158,9,1);
		color: white;
}

html		{background-color: rgb(0,0,62);
		color: white;
		font-family: "LTC Pabst", sans-serif;
}

table.toptable	{	font-size: 14pt;
				font-family: "LTC Pabst", sans-serif;
				color: white;
}

table.bottomtable	{	font-size: 14pt;
				font-family: "LTC Pabst", sans-serif;
				color: white; 
}

table.bio	{	font-size: 10pt;
			font-family: "LTC Pabst", sans-serif;
}

th.bio	{	font-size: 18pt;
			font-family: "LTC Pabst", sans-serif;
}

td.header	{	font-size: 12pt;
			font-family: "LTC Pabst", sans-serif;
			font-weight: bold;
}

td.data	{	font-size: 10pt;
			font-family: "LTC Pabst", sans-serif;
}

table.data	{	frame: border;
			border: 10px;
			width: 300px;
			font-size: 10pt;
			font-family: "LTC Pabst", sans-serif;
}

#heading	{	font-size: 36pt;
			text-align: center;
			font-weight: bold;
}
.pyg_link_1 {
	font-family: "LTC Pabst", sans-serif;
	font-size: 7.5pt;
	color: #c6c6de;
	text-decoration: none;
	font-weight: bold;
}
.pyg_link_2 {
	font-family: "LTC Pabst", sans-serif;
	font-size: 7.5pt;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.pyg_text_1 {
	font-family: "LTC Pabst", sans-serif;
	font-weight:bold;
	font-size: 7.5pt;
	color: #333333;
}
.pyg_text_2{
	font-family: "LTC Pabst", sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	color: #333333;
}
.pyg_text_3 {
	font-family: "LTC Pabst", sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	color: #c6c6de;
}
.pyg_text_4 {
	font-family: "LTC Pabst", sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	color: #ff0000;
}

.pyg_button {
	font-family: 		"LTC Pabst", sans-serif;
	font-size: 		8pt;
}
.pyg_table {
	border:			4px solid #000000;
	background-color:	#FFFFFF;
}
.pyg_table_header {
	background-color: 	rgb(158,9,1);
	color: 			#000000;
	font-weight: 		bold;
}
.pyg_table_header_2 {
	background-color: 	rgb(158,9,1);
}
.pyg_table_body {
	background-color: 	#FFFFFF;
	color: 			#000000;
}
a {
	text-decoration: 	none;
	color: 			#0000FF;
}