/* tjay.css : tjay soccer  */

body, .smallertext, h3, td, input, textarea, option, select, .FormPrompt {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}

.smallertext {
	font-size: smaller;
	font-weight:normal;
}

h3 {
	font-size: 18px;
	font-weight:bold;
}

td {
	font-size: 10pt;
	color: #000080;
}

input, textarea, option, select, .FormPrompt {
	color: #0002BD;
}

.FormPrompt {
	font-weight: bold;
}

.LeftIndent1 {
	margin-left: 20px;
}
.LeftIndent2 {
	margin-left: 40px;
}
.LeftIndent3 {
	margin-left: 60px;
}
.BigHeader, .MediumHeader, .SmallHeader, .TinyHeader, .TopNavHeader {
	font-size : 40px;
	font-style : normal;
	font-weight : bold;
	text-align : center;
	color : navy; }	
.MediumHeader {
	font-size : 30px; }
.SmallHeader {
	font-size : 20px; }

.TinyHeader {
	text-align : left;
	font-size : 14px; }
.TopNavHeader{
	font-size : 16px;
}

.EmergencyBox { /* used for emergency announcements */
	font-size : 14px;
	font-weight: bold;
	border : 1px solid #FFFF00;
	color:#FF0000;
	background-color: #ccdcf9;
	text-align: left;
	padding: 8px;
	margin: 8px;
}
.EmergencyHeader {
	font-size : 20px;
	color:#FF0000;
	font-weight: bold;
	text-align: center;
}

