@charset "iso-8859-1";
BODY {
	background-color: #F8F7EF;
	color: #000000;
	padding: 0;
	margin: 0px 0px 0px 0px;
	
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-style:  normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 110%;
	
	border-width: 0;
	border-style: none;
	border-color: transparent;
}

A:link    {	color:#174875; font-weight: normal; text-decoration: underline; background-color:transparent;}
A:visited {	color:#174875; font-weight: normal; text-decoration: underline; background-color:transparent;}
A:active  {	color:#174875; font-weight: normal; text-decoration: underline; background-color:transparent;}
A:hover   {	color:#842030; font-weight: normal; text-decoration: none;}

P {margin: 0 0 25px;}


.containerFull /* Container for Main section */
{
	position: relative;
	width: 778px;
	top: 0px;
	left: 0px;
	float: left;

	background-color: #FFFFFF;
	margin: 0 0 0 10;
	padding: 10;
	
	border-width: 0 1 0 0;
	border-style: solid;
	border-color: #DBD5B7;
}

.containerLeft /* Container for Main section */
{
	position: relative;
	width: 500px;
	top: 0px;
	left: 0px;
	float: left;
	background-color: #FFFFFF;
	margin: 0 0 0 10;
	padding: 10;
	border-width: 0 1 0 0;
	border-style: solid;
	border-color: #DBD5B7;
}


.containerRight /* Container for Main section */
{
	position: relative;
	width: 250px;
	height: auto;
	top: 0px;
	left: 0px;
	float: left;

	background-color: #FFFFFF;
	margin: 0 0 0 10;
	padding: 5;
	
	border-width: 0;
	border-style: solid;
	border-color: #000000;
}


.boxTopLeft /* boxes in header*/
{
	position: relative;
	width: 120;
	height: 160;
	top: 0px;
	left: 0px;
	float: left;
	background-color: #6699FF;
	margin: 0 0 0 10;
	padding: 0;
	border-width: 4;
	border-style: double;
	border-color: #174875;
}


.boxTopRight /* boxes in header*/
{
	position: relative;
	width: 380px;
	height: 160px;
	top: 0px;
	left: 0px;
	float: left;

	margin:  0 0 0 10;
	padding: 0;

	border-width: 0;
	border-style: solid;
	border-color: #000000;

	font-family: Verdana, Arial;
	font-size: 11pt;
	color: #000000;
	line-height: 130%;
}


.statBox
{
	position: relative;
	top: 10px;
	left: 0px;
	width: 160px;
	height: auto;
	float: left;

	border-width: 0px;
	border-style: solid;
	border-color: #000000;

	margin:  0px 5px;
	padding: 4px;
	
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #000000;
	letter-spacing: normal;
	line-height: 125%;
}


.navBox /* navigation */
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 780;
	height: AUTO;
	float: left;
	
	
	background-color: #6699FF;
	border-width: 3 0;
	border-style: double;
	border-color: #174875;

	margin: 5 10 0;
	padding: 2 10;

	font-family: Verdana, Arial;
	font-size: 12pt;
	color: #000000;
	line-height: 130%;
}


.footer /* Footer */
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 780;
	height: AUTO;
	float: left;
	
	color: #666666;
	
	margin: 5 10 0;
	padding: 2 10;
	
	border-width: 0;
	border-style: solid;
	border-color: #999999;
}


H1 /* For Header Title */
{
	font-family: Georgia, Times, serif;
	font-size:   22pt;
	font-style:  None;
	font-weight: None;
	text-align: left;
	color:  #000000;
	line-height: 100%;
	
	margin: 0;
	padding: 4;
}

H2 /* For News Title */
{
	font-family: Georgia, Times, serif;
	font-size:   10pt;
	font-style:  None;
	font-weight: Bold;
	text-align: left;
	color:  #9A8C51;
	line-height: 100%;
	
	background-color: transparent;
	margin: 0;
	padding: 0 0 5;
	
	border-width: 0;
	border-style: none;
	border-color: transparent;
}

.aftraBox /* For AFTRA Title */
{
	font-family: Verdana, Arial;
	font-size:   10pt;
	font-style:  None;
	font-weight: BOLD;
	text-align: left;
	color:  #174875;
	line-height: 100%;
	
	background-color: #6699FF;
	margin: 0;
	padding: 3 5;
	
	border-width: 0;
	border-style: none;
	border-color: transparent;
	
	position: relative;
	top: 0px;
	left: 0px;
	width: 376;
	height: auto;
}

.subtitle /* For subtitle */
{
	font-family: Georgia, Times, serif;
	font-size: 14pt;
	font-style: Italic;
	font-weight: Bold;
	text-align: left;
	color: #842030;
	line-height: 100%;
	
	background-color: #;
	margin: 6 0;
	padding: 0;
	
	border-width: 0;
	border-style: solid;
	border-color: #174875;
}

.label /* Table substitute */
{
	width: 240px;
	padding: 0 0 0 8;
	float: left;
	text-align: left;
	margin-right: 5px;
	display: block;

	border-width: 0;
	border-style: solid;
}

.labelsm /* Table substitute */
{
	width: 100px;
	padding: 6 0 0 8;
	float: left;
	text-align: left;
	margin-right: 5px;
	display: block;

	border-width: 0;
	border-style: solid;
}

