/* CSS Document */
/* GCW View Curriculum Screen Style Sheet */

.currHead {
	color: #333367;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
}


.head24O {
	color: #cc6601;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}


.head18LB {
	color: #7B7BBF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.head16 {
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}


.gray14 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.italtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}

.graytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: #666666;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.smallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: bold;
}

.smallboldgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: bold;
    color: #666666;
}

a.navlink:link { color: #993300; text-decoration: none; }
a.navlink:visited { color: #993300; text-decoration: none; }
a.navlink:hover { color: #cccccc; text-decoration: none; }
