/* CSS Document - SIPP - AUG 2004 */

a 			{ color: #00247d; text-decoration: none;} 
a:link		{ color: #00247d; text-decoration: none; } 
a:visited	{ color: #007854; text-decoration: none; } 
a:active	{ color: #007854;  } 
a:hover		{ color: #007854;  }

/* USED FOR HIGHLIGHTING THE SIDE MENU */
.highlight
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	background-color: #80BCAA;
	color: #00247d;
}

.highlight a, .highlight a:link, .highlight a:visited, .highlight a:active, .highlight a:hover
{
    color: #ffffff;
}

.normal
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	background-color: #007854;
	color: #ffffff;
}

.normal a, .normal a:link, .normal a:visited, .normal a:active, .normal a:hover
{
    color: #ffffff;
}
/* END OF THE HIGHLIGHTING MENU PORTION */

/* THE FOLLOWING IS THE STYLE USED FOR THE MENU SYSTEM */
.Menu a, .Menu a:link, .Menu a:visited, .Menu a:active
{
    color: #ffffff;
}

.Menu a:hover
{
    color: #dee8ff;
}

.Menu
{
	/* THIS IS THE GENERAL STYLE */
	font-family: "Trebuchet MS";
	font-size: small;
	font-style: italic;
	line-height: normal;
	color: FFFFFF;
	background-color: #007854;   
}
/* END OF MENU STYLE */

/* THE FOLLOWING IS THE STYLE USED FOR THE FOOTER */
.Footer a, .Footer a:link 
{
    color: #00247d;
}

.Footer a:visited, .Footer a:active, .Footer a:hover
{
    color: #007854;
}

.Footer 
{
	font-family: "Trebuchet MS";
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
/* END OF FOOTER STYLE */

/* STYLE USED FOR WHAT'S NEW AND NEW PUBLICATIONS */
.Title
{
	font-family: "Trebuchet MS";
	font-size: small;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00247d;
	background-image: none;
	background-repeat: no-repeat;
}

.TitleContent
{
	font-family: "Trebuchet MS";
	font-size: small;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	background-color: #dee8ff;
	background-image: none;
	background-repeat: no-repeat;
}

.TitleContent a, .TitleContent a:link, .TitleContent a:visited, .TitleContent a:active, .TitleContent a:hover
{
    color: #00247d;
}

/* END OF WHAT'S NEW AND NEW PUBLICATIONS STYLE */

/* TABS STYLE */
.Tab
{
	font-family: "Trebuchet MS";
	font-size: small;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
}

.Tab a, .Tab a:link, .Tab a:visited, .Tab a:active, .Tab a:hover
{
    color: #ffffff;
}
/* END OF TABS STYLE */

/* PUBLICATIONS STYLE */
.PubTitle a, .PubTitle a:link, .PubTitle a:visited, .PubTitle a:active, .PubTitle a:hover
{
    color: #00247d;
}

.PubTitle
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #00247d;
	text-decoration: none;
}

.PubContent
{
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}
/* PUBLICATIONS STYLE */

/* EVENTS */
.EventsHead
{
	font-family: "Trebuchet MS";
	font-size: large;
	font-style: oblique;
	line-height: normal;
	color: #007854;
	text-decoration: none;
}

.EventsContent
{
	font-family: "Trebuchet MS";
	font-size: small;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}
/* END OF EVENTS */
