
/* Basic styles for the Chabot College Web site template */
	
	/* Old Browser Styles (these automatically get reset within "enhanced.css" */

#ahem a {
	font-size: small;
}

#AccessoryNav label {
	display: none;
	position: absolute; /* hack for Mozilla/Netscape to make the label invisible */
}

#logo {
	display: none;
}

	/* Basic Styles */

.NavCues {
	display: none;
}

.LargeText {
	font-size: 1.2em;
}

.SmallText {
	font-size: 0.8em;
}

.RedText {
	color: #c00;
}

.GreenText {
	color: #0c0;
}

acronym, abbr {
	border: none;
}

ins {
	color: #090;
	text-decoration: none;
	font-style: italic;
}

del {
	color: #f00;
	text-decoration: line-through;
}

code {
	font-size: medium;
	color: #00c;
}

samp {
	font-size: medium;
	color: #060;
}

kbd {
	font-size: medium;
	font-weight: bold;
}

.AllCaps {
	text-transform: uppercase;
}

	/* Forced Formatting */

font, u, blink {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
