﻿/* BODY (START) */

	/* Body for general info pages */
	.BodyBlank
	{
		background-color:black;
	}
	
/* BODY (END) */

/* HEADER AND FOOTER TEXT/IMAGES (START) */

	/* SE Logo in page headers that acts as a link back to the homepage */
	.ALogo
	{
		border:0px;
	}
	/* Header Text */
	.PHeader
	{
		color:white;
		font-family:Arial;
		font-size:12pt;
		text-align:center;
	}
	/* Header text as links */
	.AHeader
	{
		color:white;
		font-family:Arial;
		font-size:12pt;
		text-align:center;
		text-decoration:none;
	}
	/* Header text as links */
	.AHeader:hover
	{
		color:#e8ad4f;
	}
	/* Footer Text */
	.PFooter
	{
		color:#808080;
		font-family:Arial;
		font-size:10pt;
		text-align:center;
	}
	/* Footer text as links */
	.AFooter
	{
		color:#808080;
		font-family:Arial;
		font-size:10pt;
		text-align:center;
		text-decoration:none;
	}
		/* Footer text as links */
	.AFooter:hover
	{
		color:#e8ad4f;
	}

/* HEADER AND FOOTER TEXT/IMAGES (END) */
	
/* GENERAL PAGE HEADERS (START) */

	/* Home Page Header */
	.DivSubHomeHeader
	{
		background-color:black;
		background-image:url(http://www.springerenterprise.com/Images/HeaderPhotos/SE01.jpg);
		background-position:center;
		text-align:center;
	}

/* GENERAL PAGE HEADERS (END) */

/* GENERAL PAGE CONTAINERS (START) */

	/* Home Page Container */
	.DivSubHomePage
	{
		background-color:black;
	}

/* GENERAL PAGE CONTAINERS (END) */

/* TEXT FORMATTING (START) */

	/* Page titles */
	.PPageTitle
	{
		font-family:Arial;
		font-size:24pt;
		color:white;
		text-align:center;
	}
	/* Section Title */
	.PSectionTitle
	{
		font-family:Arial;
		font-size:14pt;
		color:white;
		text-align:center;
	}
	/* Section Title */
	.PSectionTitleA
	{
		font-family:Arial;
		font-size:14pt;
		color:white;
		text-decoration:none;
	}
	/* Plain text */
	.PPlain
	{
		font-family:Arial;
		font-size:12pt;
		color:white;
	}
	/* Plain text as a link, underlined */
	.PPlainAU
	{
		font-family:Arial;
		font-size:12pt;
		color:white;
		text-decoration:underline;
	}
		/* Plain text as a link, not underlined */
	.PPlainA
	{
		font-family:Arial;
		font-size:12pt;
		color:white;
		text-decoration:none;
	}	
	/* Department description */
	.PSectionTitleA:hover
	{
		color:#e8ad4f;
	}
	
	/* Department description */
	.PSectionDescription
	{
		font-family:Arial;
		font-size:12pt;
		color:white;
		padding-left:50px;
		padding-right:50px;
		vertical-align:middle;
	}

/* TEXT FORMATTING (END) */
