/*Stylesheet for Markham District Baseball Association Rep Team at http://rep92.joceydesigns.com */
/*Prepared by JoceyDesigns.com */

/*set link styles*/
A:link {text-decoration: underline; color: #003399; font-weight: bold;}
A:visited {text-decoration: underline; color: #339966; font-weight: bold;}
A:alink {text-decoration: underline; color: #999999;}
A:hover {text-decoration: underline; color: #999999;}

/*note that the font-family attribute is at the end. This is important for IE3*/
H1
{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	font-style: bold;
	color: #000066;
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
	
H2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	font-style: bold;
	color: #006633;
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H3 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	font-style: bold;
	color: #000066;
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H4 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	font-style: bold;
	color: #006633;
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Basic style for body text */
/* Recommended to NOT use <P> in a style */

/*Text style DARK GREY*/
.text {
	color: #333333;
	font-size: 10px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*Reverse Text style WHITE */
.text1 {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 14px;
	font-style: bold;
	font-weight: bold;
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*Highlight Text style DARK BLUE */
.text2 {
	color: #000066;
	font-size: 10px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*Reverse Titles style WHITE*/
.text3 {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	font-style: bold;
	font-weight: bold;
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*Titles style GREEN*/
.text4 {
	color: #006633;
	font-size: 10px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*Titles style BURNT ORANGE*/
.text5 {
	color: #993300;
	font-size: 10px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*Small text style */
.small {
	font-size: 9px;
	color: #333333;
	font-weight: normal;
	line-height: 12px;
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*lists */
ul {
	font-size: 10px;
	color: #000000;
	padding-right: 2em;
	padding-bottom: 4px;
	margin-top: 2px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*lists */
ol {
	font-size: 10px;
	color: #000000;
	padding-right: 2em;
	padding-bottom: 4px;
	margin-top: 2px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*Nav text style */
.nav {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*Footer style */
.footer {
	font-size: 9px;
	color: #333333;
	line-height: 12px;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	font-family: Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
