// The Graduation Store webpage stylesheet.

font.nav { 
	font-size: 12pt; 
	font-weight: bold; 
	color: white 
}

a.nav {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
}

a:hover.nav {
	color: white;
	text-decoration: underline;
}

a.nav_selected {
	font-size: 12pt;
	font-weight: bold;
	color: #FDE8AD;
}

font.gsltblue { 
	font-size: 12pt; 
	font-weight: bold; 
	color: #547ABF 
}

a.gsltblue {
	color: #547ABF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
}

a:hover.gsltblue {
	color: #547ABF;
	text-decoration: underline;
}

font.gspagetitle {
	font-size: 19pt;
	color: #547ABF;
	text-decoration: none;
}	

td.home_table {		
	background-color: white; 
	background-image: url('/images/background_grads.gif'); 	
	background-repeat: no-repeat; 
	background-position: center; 
}

td.ring_table {	
	background-color: white; 
	background-image: url('/images/background_rings.gif'); 
	background-repeat: no-repeat; 
	background-position: center; 
}

td.capandgown_table {	
	background-color: white; 
	background-image: url('/images/background_cap.gif'); 
	background-repeat: no-repeat; 
	background-position: center; 
}

td.announcement_table {	
	background-color: white; 
	background-image: url('/images/background_scroll.gif'); 
	background-repeat: no-repeat; 
	background-position: center; 
}

td.contact_table {	
	background-color: white; 
	background-image: url('/images/background_phone.gif'); 
	background-repeat: no-repeat; 
	background-position: center; 
}

td.diploma_table {	
	background-color: white; 
	background-image: url('/images/background_diploma.gif'); 
	background-repeat: no-repeat; 
	background-position: center; 
}