/* CSS Document */
/* GCW Style Sheet */

.currHead {
	color: #333367;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
}

.dev {
	color: #FF0000;
	font-family: "Courier New", Courier, mono;
}

.head24O {
	color: #cc6601;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}

.head24B {
	color: #333367;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}

.head20B {
	color: #333367;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
}


.head18O {
	color: #cc6601;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.head18B {
	color: #333367;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.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;
}

.head16LB {
	color: #7B7BBF;
	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;
}

.red14 {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.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;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #333367;
    font-weight: bold;
}

.graytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.boldgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
    font-weight: bold;
}



.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.smallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: bold;
}

.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: #666666;
}

.footertext {
	color: #333367;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;
	vertical-align: top;
}

.title {
	font-size: 24px; font-weight: normal; color: #ffffff;
	margin-top: 5px; margin-bottom: 5px; margin-left: 20px;
	padding-top: 5px; padding-bottom: 5px; padding-left: 20px;
}

#all {
    WIDTH: 450px;
    border : #cc6601 2px solid;
    align: center;
	padding : 5px 5px 5px 5px;
	BACKGROUND-COLOR: #FFFFFF;
}

#teacher {
    WIDTH: 560px;
    border : #AE574D 2px solid;
	padding : 5px 5px 5px 5px;
	BACKGROUND-COLOR: #FFFFF7;

}



a:link {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:active {
	color: #993300;
	text-decoration: none;
}

a.navlink:link { color: #993300; text-decoration: none; }
a.navlink:visited { color: #993300; text-decoration: none; }
a.navlink:hover { color: #cccccc; text-decoration: none; }

a.headlink:link { color: #666666; text-decoration: none; }
a.headlink:visited { color: #666666; text-decoration: none; }
a.headlink:hover { color: #993300; text-decoration: none; }


a.tooltip:link { color: #000000; text-decoration: none; }
a.tooltip:visited { color: #000000; text-decoration: none; }
a.tooltip:hover { color: #bbbbbb; text-decoration: none; }
