body	{	background-color: #7D8983;	}

body, p, ol, ul, blockquote, td 	{ font-family: arial; font-size: 11px; color: 000000; }
p	{ text-align: justify;	}

a.main:link		{	color: #FFFFFF;	text-decoration: none;	font-weight: bold;	font-size: 12px;	}
a.main:visited	{	color: #FFFFFF;	text-decoration: none;	font-weight: bold;	font-size: 12px;	}
a.main:hover	{	color: #fff200; text-decoration: none;	font-weight: bold;	font-size: 12px;	}
a.main:active	{	color: #FFFF00; text-decoration: none;	font-weight: bold;	font-size: 12px;	}

a.tiny:link		{	color: #000000;	text-decoration: none;		font-weight: normal;	font-size: 10px;	}
a.tiny:visited	{	color: #000000;	text-decoration: none;		font-weight: normal;	font-size: 10px;	}
a.tiny:hover	{	color: #697294; text-decoration: underline;	font-weight: normal;	font-size: 10px;	}
a.tiny:active	{	color: #000000; text-decoration: none;		font-weight: normal;	font-size: 10px;	}

a.tinyw:link	{	color: #000000;	text-decoration: none;		font-weight: normal;	font-size: 10px;	}
a.tinyw:visited	{	color: #000000;	text-decoration: none;		font-weight: normal;	font-size: 10px;	}
a.tinyw:hover	{	color: #FFFFFF; text-decoration: underline;	font-weight: normal;	font-size: 10px;	}
a.tinyw:active	{	color: #000000; text-decoration: none;		font-weight: normal;	font-size: 10px;	}

a.blacklink:link		{	color: #000000;	text-decoration: none;			font-weight: normal;	font-size: 12px;	}
a.blacklink:visited		{	color: #000000;	text-decoration: none;			font-weight: normal;	font-size: 12px;	}
a.blacklink:hover		{	color: #FFFFFF; text-decoration: none;			font-weight: normal;	font-size: 12px;	}
a.blacklink:active		{	color: #000000; text-decoration: none;			font-weight: normal;	font-size: 12px;	}

a.whitelink:link		{	color: #FFFFFF;	text-decoration: none;			font-weight: normal;	font-size: 10px;	}
a.whitelink:visited		{	color: #FFFFFF;	text-decoration: none;			font-weight: normal;	font-size: 10px;	}
a.whitelink:hover		{	color: #FFF78F; text-decoration: underline;		font-weight: normal;	font-size: 10px;	}
a.whitelink:active		{	color: #FFFFFF; text-decoration: none;			font-weight: normal;	font-size: 10px;	}

a.greenlink:link		{	color: #7D8983;	text-decoration: none;			font-weight: normal;	font-size: 10px;	}
a.greenlink:visited		{	color: #7D8983;	text-decoration: none;			font-weight: normal;	font-size: 10px;	}
a.greenlink:hover		{	color: #000000; text-decoration: underline;		font-weight: normal;	font-size: 10px;	}
a.greenlink:active		{	color: #7D8983; text-decoration: none;			font-weight: normal;	font-size: 10px;	}




a.blacklink12:link		{	color: #000000;	text-decoration: none;			font-weight: normal;	font-size: 12px;	}
a.blacklink12:visited	{	color: #000000;	text-decoration: none;			font-weight: normal;	font-size: 12px;	}
a.blacklink12:hover		{	color: #FFFFFF; text-decoration: none;			font-weight: normal;	font-size: 12px;	}
a.blacklink12:active	{	color: #000000; text-decoration: none;			font-weight: normal;	font-size: 12px;	}





a.normal:link		{	color: #000000;	text-decoration: none;		font-weight: normal;	font-size: 12px;	}
a.normal:visited	{	color: #000000;	text-decoration: none;		font-weight: normal;	font-size: 12px;	}
a.normal:hover		{	color: #2E3192; text-decoration: underline;	font-weight: normal;	font-size: 12px;	}
a.normal:active		{	color: #000000; text-decoration: none;		font-weight: normal;	font-size: 12px;	}

h1				{ font-family: arial; font-size: 24px; font-weight: normal;	color: 000000;	}
h2				{ font-family: times; font-size: 17px; font-weight: bold;	}
h3				{ font-family: arial; font-size: 14px; font-weight: bold;	}
h2.h2a			{ font-family: times; font-size: 12px; font-weight: bold; color: #2e3192;	text-align: center;	}

.small			{	color: #000000; text-decoration: none;	font-weight: normal;	font-size: 10px;	}

.larger			{	font-size: 12px;	font-weight: normal;	}
.midgray		{	font-size: 24px;	font-weight: normal;	color:	#D0D2D3;	}
.midblack		{	font-size: 24px;	font-weight: normal;	color:	#000000;	}
.smalltable		{	font-family: arial;	font-size: 11px;	}
.white			{	color: #ffffff;	}


.medium			{	font-family: arial-narrow, arial, san-serif;	font-size: 12px;	color: #000000;	font-weight: bold;	}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail img{
padding: 1px;
background-color: 000000;
}



.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #7D8983;
padding: 1px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 00px; /*position where enlarged image should offset horizontally */

}


