/* ----------------------------------------------------------------------------------
--  Name: zd-cmn-gr-stylesheet.css
--  Desc: Style sheet attributes for Saint Margaret of Scotland.
--
--
--  Change Log
--	Date		Description
--	--------	---------------------------
--	04/05/05	Created for orange SMOS styles
--	
------------------------------------------------------------------------------------- */

/* --------------------- */
/* BASIC PAGE TAGS */
/* --------------------- */

body { 
  	font-family: Tahoma, Verdana, Helvetica, sans-serif;
 	line-height: 1.1;
  	background: #FFFFFF;
  	color: #000000; 

  	
}


td { 
	font-family: Tahoma, Verdana, Helvetica, sans-serif; 
	color: #000000;	
	font-size : 10pt;
}

.pagetitle {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 16pt;
	letter-spacing: 0.2cm;
}

.sectiontitle {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 14pt;
}

.contenttitle {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 12pt;
}

.footer {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;

}

.navheading {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
  	color: #000000; 	
	font-weight: bold;
	font-size: 12pt;
}

.tdheading {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
  	color: #0066CC; 	
	font-weight: bold;
	font-size: 10pt;
}

.tdsubhead {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
  	color: #0066CC; 	
	font-size: 10pt;
}



/* Use in SPAN tags, not in TD tags */
.largetext {
	font-size : 130%;
}

.smalltext {
	font-family : Tahoma, Verdana, Helvetica, sans-serif;
	font-size : 6pt;
}

.verysmalltext {
	font-family : Tahoma, Verdana, Helvetica, sans-serif;
	font-size : 5pt;
}

.tinytext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 4pt;
}



/* ----------------------------------- */
/* LINKS  */
/* ----------------------------------- */

A:link {
	color: #0066CC;
	text-decoration: none;
	font-size : 10pt;
}

A:visited {
	color: #FF9933;
	text-decoration: none;
}

A:active {
	color: #339933;
	text-decoration: none;
}

A:hover {
	color: #FF6600;
	text-decoration: underline;
	
}


