/* Gahanna Schools CSS Document */

td.YellowCellBackground {
    background: #faf5da
    }
.greentext {
	color: #006633
	}
	
.greentext a:link, .greentext a:active, .greentext a:visited {
	color: #006633;
	text-decoration: none
	}
	
.greentext a:hover, .greentext a:hover:visited {
	color: #363636;
	text-decoration: none
	}

a:link, a:visited, a:active {
	color: #0054a6;
	}
	
a:hover, a:visited:hover {
	color: #60297c;
	text-decoration: underline
	}
	
.pageHeader {
	color: #336600;
	font-weight: bold;
	font-family: Georgia, Serif;
	font-size: 18px;
	}
	
.heading2 {
	color: #003366;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	}
	
.heading3 {
	color: #336600;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	}

.heading4 {
	color: #663366;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;	
	}
	
.heading5 {
	color: #ff9900;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;	
	}	

.newstitle {
	color: #ff9900 !important;
	font-weight: bold;

	}
	
a.newstitle, a.newstitle:visited, a.newstitle:active,
.newstitle a:link, .newstitle a:visited, .newstitle a:visited:hover  {
	color: #ff9900 !important;
	text-decoration: none
	}
	
a.newstitle:hover, a.newstitle:visited:hover,
.newstitle a:hover, .newstitle a:visited:hover {
	color: #666666 !important;
	text-decoration: underline
	}	
	
	
.focusBox1Head	{
	color: #663366;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	padding: 4px 0 4px 0
	}
	
.focusBox1Body {
	border: 1px solid #666
	}
	
.pageheading-blue {
	color: #003366; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 30px;
	line-height: 36px
	}
	
.pageheading-purple {
	color: #ebebeb; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 30px;
	line-height: 36px
	}	
	
.pageheading-yellow {
	color: #754c24; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 30px;
	line-height: 36px
	}	
	
.pageheading-green {
	color: #336600; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 30px;
	line-height: 36px
	}		

hr {
	height: 1px;
	border-top: 1px solid #ff9900;
	background-color: #ff9900;
	width: 98%;
	}