/****************************************
 *    local_style.css              	*
 *       (c)2001 STRICTWeb         	*
 *					*
 *    Local Stylesheet for 44vsu   	*
 *       STRS Main Website         	*
 *    Last Updated: 05-02-2002		*
 ****************************************/


body.b		{background: lightblue;
		}

body.g		{background: lightgreen;
		}

body.y		{background: lightyellow;
		}

body.p		{background: lightpink;
		}

body.gy		{background: lightgrey;
		}

body.rb		{background: #0000ff;
		}

h1		{
		font-family: arial;
		color: navy;
		font-size: 24pt;
		text-align: center;
		font-weight: bold;
		font-variant: normal;
		background: transparent;
		}

h2		{
		font-family: arial;
		color: navy;
		font-weight: normal;
		font-size: 18pt;
		text-align: center;
		background: transparent;
		}

h2.banner	{
		font-family: arial;
		color: gold;
		font-weight: bold;
		font-size: 18pt;
		text-align: center;
		vertical-align: middle;
		background: transparent;
		}

H2.authorgreen
		{
		FONT-WEIGHT: normal;
		FONT-SIZE: 10pt;
		BACKGROUND: #526D41;
		COLOR: yellow;
		FONT-FAMILY: "Arial";
		TEXT-ALIGN: right;
		FONT-STYLE: italic;
		}


h3		{
		font-family: arial;
		color: navy;
		font-size: 11pt;
		text-align: center;
		font-weight: bold;
		}

h4		{
		font-family: times new roman;
		color: black;
		font-size: 16pt;
		text-align: left;
		background: transparent;
		font-weight: normal;
		}

p		{
		font-family: times new roman;
		color: black;
		font-size: 11pt;
		text-align: justify;
		}

p.caption	{
		font-family: helvitica;
		font-style: italic;
		font-weight: bold;
		color: 0000C5;
		font-size: 12pt;
		text-align: center;
		}

p.comic		{
		font-family: comic sans ms; helvitica; sans-serif;
		font-style: italic;
		font-weight: normal;
		color: 0000C5;
		font-size: 12pt;
		text-align: center;
		}

p.comicstr	{
		font-family: comic sans ms; helvitica; sans-serif;
		font-style: normal;
		font-weight: normal;
		color: #526D41;
		font-size: 12pt;
		text-align: justify;
		}

p.blarial	{
		font-family: arial;
		color: navy;
		font-size: 11pt;
		text-align: justify;
		background: transparent;
		font-weight: normal;
		}

p.foot		{
		font-family: arial;
		color: navy;
		font-size: 9pt;
		text-align: center;
		}

p.fthd		{
		font-family: arial;
		color: navy;
		font-size: 9pt;
		text-align: center;
		text-decoration: underline;
		}

a:link		{
		font-family: arial;
		color: blue;
		font-size: 11pt;
		text-align: center;
		text-decoration: none;
		}

a:visited	{
		font-family: arial;
		color: navy;
		font-size: 11pt;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		}

a.nav:link	{
		font-family: arial;
		color: blue;
		font-size: 11pt;
		font-style: italic;
		text-align: center;
		text-decoration: none;
		}

a.nav:visited	{
		font-family: arial;
		color: navy;
		font-size: 11pt;
		font-style: italic;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		}

img.right-50	{
		float: right;
		margin-left: 4mm;
		width: 50%;
		}

img.left-50	{
		float: left;
		margin-right: 4mm;
		width: 50%;
		}

img.right-35	{
		float: right;
		margin-left: 4mm;
		width: 35%;
		}

img.left-35	{
		float: left;
		margin-right: 4mm;
		width: 35%;
		}

img.right-15	{
		float: right;
		margin-left: 4mm;
		width: 15%;
		}

img.left-15	{
		float: left;
		margin-right: 4mm;
		width: 15%;
		}

br.clear	{
		clear: both
		}

.left		{
		text-align: left;
		}