		/* CENTER A TABLE */


table.table_center 
{	margin-left:auto; margin-right:auto;
}


table.table_c_sm
{	margin-left:auto; margin-right:auto;font-size:.8em;
}

			/* BOLD, CENTER, ITALIC */
.bold
{ 
	font-weight: bold;
}

.regular
{ 
	font-weight: normal;
}

.center 
{
text-align: center;
}
.blue 
{
	color: #000066;
	font-weight: bold;
}
.red 
{
	color: #CC0000;
	font-weight: bold;
}
.italic
{
	font-style: italic;
}

.bc
{
	font-weight: bold;
	text-align: center;	
}
.bi
{
	font-weight: bold;
	font-style: italic;
}
.bci
{
	font-weight: bold;
	text-align: center;	
	font-style: italic;
}

			/* SMALL (80) BOLD, CENTER, ITALIC */

.small
{ 
	font-size: .8em; 
}

.small_b
{ 
	font-size: .8em; font-weight: bold;
}

.small_c
{
	font-size: .8em; 
	text-align: center;
}

.small_i
{
	font-size: .8em; 
	font-style: italic;
}

.small_bc
{
	font-size: .8em; 
	text-align: center;	
	font-weight: bold;
}

.small_bi
{
	font-size: .8em; 
	font-weight: bold;
	font-style: italic;
}

.small_ci
{
	font-size: .8em; 
	text-align: center;	
	font-style: italic;
}

.small_bci
{
	font-size: .8em; 
	text-align: center;	
	font-weight: bold;
	font-style: italic;
}

			/* SMALLER (70) BOLD, CENTER, ITALIC */
			
.smaller
{ 
	font-size: .7em; 
}

.smaller_b
{ 
	font-size: .7em; font-weight: bold;
}

.smaller_c
{
	font-size: .7em; 
	text-align: center;
}

.smaller_i
{
	font-size: .7em; 
	font-style: italic;
}



		/* SMALLEST (55) BOLD, CENTER, ITALIC */
			
.smallest
{ 
	font-size: .55em; 
}

.smallest_b
{ 
	font-size: .55em; font-weight: bold;
}

.smallest_i
{
	font-size: .55em; 
	font-style: italic;
}


/* LARGE (120) BOLD, CENTER, ITALIC */

.zlarge
{ 
	font-size: 1.2em; 
}

.zlarge_b
{ 
	font-size: 1.2em; font-weight: bold;
}

.zlarge_c
{
	font-size: 1.2em; 
	text-align: center;
}

.zlarge_i
{
	font-size: 1.2em; 
	font-style: italic;
}

.zlarge_bc
{
	font-size: 1.2em; 
	text-align: center;	
	font-weight: bold;
}

.zlarge_bi
{
	font-size: 1.2em; 
	font-weight: bold;
	font-style: italic;
}

.zlarge_ci
{
	font-size: 1.2em; 
	text-align: center;	
	font-style: italic;
}

.zlarge_bci
{
	font-size: 1.2em; 
	text-align: center;	
	font-weight: bold;
	font-style: italic;
}

	/* LARGER (150) BOLD, CENTER, ITALIC */

.zlarger
{ 
	font-size: 1.5em; 
}

.zlarger_b
{ 
	font-size: 1.5em; font-weight: bold;
}

.zlarger_c
{
	font-size: 1.5em; 
	text-align: center;
}

.zlarger_i
{
	font-size: 1.5em; 
	font-style: italic;
}

.zlarger_bc
{
	font-size: 1.5em; 
	text-align: center;	
	font-weight: bold;
}

.zlarger_bi
{
	font-size: 1.5em; 
	font-weight: bold;
	font-style: italic;
}

.zlarger_ci
{
	font-size: 1.5em; 
	text-align: center;	
	font-style: italic;
}

.zlarger_bci
{
	font-size: 1.5em; 
	text-align: center;	
	font-weight: bold;
	font-style: italic;
}

	/* LARGEST (180) BOLD, CENTER, ITALIC */

.zlargest
{ 
	font-size: 1.8em; 
}

.zlargest_b
{ 
	font-size: 1.8em; 
	font-weight: bold;
}

.zlargest_c
{
	font-size: 1.8em; 
	text-align: center;
}

.zlargest_i
{
	font-size: 1.8em; 
	font-style: italic;
}

.zlargest_bc
{
	font-size: 1.8em; 
	text-align: center;	
	font-weight: bold;
}

.zlargest_bi
{
	font-size: 1.8em; 
	font-weight: bold;
	font-style: italic;
}

.zlargest_ci
{
	font-size: 1.8em; 
	text-align: center;	
	font-style: italic;
}

.zlargest_bci
{
	font-size: 1.8em; 
	text-align: center;	
	font-weight: bold;
	font-style: italic;
}


.myaddress
{ 
	font-style: normal;
}

.backto
{
	font-weight: normal;
	font-style: italic;
	margin-top: 1.5em;
	margin-bottom: -.5em;
	font-size: .9em;
}

	/* This can set the style of the breakcrumps if we used them */

.mp_backlinks
{
	font-family:  Arial, "Times New Roman", Sans-serif;
	font-size: .9em; 
	font-weight: bold;
	font-style: italic;
	margin-top: 1em;
}