/*USEG STYLE SHEET*/

/*Apply this style to all general paragraph text*/
.text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: Black;
	text-align: left;
}

/*Apply this style to the main page heading ex.
Reference Publications*/
.main-head { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
color: Black;
text-align: left;
text-transform: capitalize; }

/*Apply this style to all sub-headings*/
.b-head { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: Black;
text-align: left; 
text-transform: capitalize; }

/*Apply this style to all sub-sub-headings*/
.c-head { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
color: Black;
text-align: left;
text-transform: capitalize;  }

/*Apply this style to  bulletted lists ex:
*  item 1
*  item 2 */
.bullet-list {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: Black;
	text-align: left;
	list-style-type: disc;
}

/*Apply this style to  numbered  lists ex:
1. item 1
2. item 2*/
.numbered-list {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: Black;
	text-align: left;
	list-style-type: lower-roman;
}

/*Staff Details.  Apply .staff-name to the name of the employee, and .staff-details, to text which gives their department, position etc.*/
.staff-name { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
color: Black;
text-align: left; }

/*Staff Details.  Apply .staff-name to the name of the employee, and .staff-details, to text which gives their department, position etc.*/
.staff-details { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
font-style: italic;
color: Black;
text-align: left; }

/*apply to the date*/
.date { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
color: Black;
text-align: left; }

/*apply to text which is within quotation marks .*/
.quote  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: Black;
	text-align: left;
	font-style: italic;
	padding-left : 35px;
	padding-right : 35px;
}

/*apply to text which is an aside to the main text, ie
Computer software is available for Snowbound and Salvaged*/
.note { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
color: Black;
text-align: left; 
font-style: italic;}

/*apply to the title of an event, i.e National Science Week*/
.event-title { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: Black;
text-align: left;
text-transform: capitalize;  }

/*apply to project details ex.
Project Start: 26 June 2001
170 children etc etc.*/
.project-details { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
color: Black;
text-align: left; }

/*apply to all general text in a table*/
.table-text { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
color: Black;
text-align: left; 
}

/*apply to  address, tel no. etc.*/
.adress-details { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
color: Black;
text-align: left; }

/*apply to the title of the publication i.e
The Good Resources Guide*/
.publication-title { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: Black;
text-align: left; 
text-transform: capitalize; }

/*apply to stand-alone text (i.e text on its own line, not in the middle of  paragraph text) which states age group*/
.age-group { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
color: Black;
text-align: left; 
}

/*apply to stand-alone text  (i.e. text on its own line, not in the middle of paragraph text) which states the author's name and details*/
.author  { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
color: Black;
text-align: left;
font-style: italic; }

/*apply to a caption associated with a photograph*/
.photo-caption { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
color: Black;
text-align: left;
font-style: italic; }


/*apply to a menu item*/
.menu-item { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
color: Black;
text-align: left;}






