/* ----------------------------------------- */	
/* ------  Style(s) for HTML tags ------  */	
/* ----------------------------------------- */	
table
		{	
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		}
td 
		{	
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		}
tr 
		{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		}
dir
		{
		margin-bottom: 5px;
		margin-top: 1px;
		line-height: 10px;
		}	
ul
		{
		margin-bottom: 11px;
		margin-top: 1px;
		line-height: 15px;		
		}		



	


/* ----------------------------------------- */	
/* ------  Style(s) closely related to specific tags  ------ */
/* ----------------------------------------- */	

.bodyclass
		{		
		scrollbar-face-color:#E9D5B7;
		scrollbar-highlight-color:#EEF2E6;
		scrollbar-3dlight-color:#A74C1C;
		scrollbar-darkshadow-color:#A74C1C;
		scrollbar-shadow-color:#EEF2E6;
		scrollbar-arrow-color:#A74C1C;
		scrollbar-track-color:#EEF2E6;
		}
.bodyclassnobg
		{		
		scrollbar-face-color: #AFCFCF;
		scrollbar-shadow-color: #DFEAFD;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-3dlight-color: #AFCFCF;
		scrollbar-darkshadow-color: #DFEAFD;
		scrollbar-track-color: #E0EFEF;
		scrollbar-arrow-color: #FFFFFF;
		}


/* ----------------------------------------- */	
/* ------  Style(s) so horizontal lines aren't so fat and ugly ------ */
/* ----------------------------------------- */


HR
		{
		color: #808080;
		height: 1px;
		background-color: #FFFFFF;
		}
IMG
		{
		border: 0;
		}
		
/* ----------------------------------------- */	
/* ------  Style(s) for quotations set apart from main text areas ------ */
/* ----------------------------------------- */	

.quotetext
		{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size: 12px;
		line-height: 12px;
		color : #808080;
		}		
		
/* ----------------------------------------- */			
/* Error Messages and Alerts */
/* ----------------------------------------- */	
#lblErrorMessage
	{
		background-color:Yellow;
	}
.alert
	{
	font-size: 11px;
	background-color: #FFFFCC;
	color: #000000;
	}
.message
{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color : #808080;
}		

/* ----------------------------------------- */			
/* ------ Style(s) for hyperlinks - default ------ */			
/* ----------------------------------------- */	
		
a:link
		{
		color: #333333;
		text-decoration: underline;
		font-weight: normal;
		}
a:visited
		{
		color: #333333;
		text-decoration: underline;
		font-weight: normal;
		}
a:active
		{
		color: #333333;
		text-decoration: underline;
		font-weight: normal;
		}
a:hover
		{
		color: #333333;
		text-decoration: none;
		font-weight: normal;
		}

/* ----------------------------------------- */	
/* ------ General text styles for white, lite, dark, black, and accent ------ */		
/* ------ WHITE ------ */

.text-xsmall-white
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	}	
.text-small-white
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}
.text-med-white
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	}
.text-large-white
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	}			

/* ------ LITE ------ */

.text-xsmall-lite
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 10px;
	color: #808080;
	}
.text-small-lite
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	color: #808080;
	}
.text-med-lite
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 15px;
	color: #808080;
	}
.text-large-lite
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 18px;
	color: #808080;
	}	

/* ------ DARK ------ */

.text-xxsmall-dark
	{
	font-family: arial, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 9px;
	color: #333333;
	}	
.text-xsmall-dark
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	}	
.text-small-dark
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	}
.text-med-dark
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 15px;
	color: #333333;
	}			
.text-large-dark
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 18px;
	color: #333333;
	}
/* ------ BLACK ------ */
	
.text-xsmall-black
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	}		
.text-small-black
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	}	
.text-med-black
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	}		
.text-large-black
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 18px;
	color: #000000;
	}	

/* ------ ACCENT ------ */

.accent
	{
		color: #990000;
		text-decoration: underline;
		font-weight: normal;
	}	
.text-xxsmall-accent
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 10px;
	color: #990000;
	font-weight: normal;	
	}		
.text-xsmall-accent
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	color: #990000;
	font-weight: normal;	
	}		
.text-small-accent
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	color: #990000;
	font-weight: normal;
	}	
.text-med-accent
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 13px;
	color: #990000;
	font-weight: normal;	
	}
.text-large-accent
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 18px;
	color: #990000;	
	font-weight: normal;
	}	

/* ------ ACCENT 01------ */

.accent01
	{
		color: #FF0000;
		text-decoration: underline;
		font-weight: normal;
	}	
.text-xxsmall-accent01
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: normal;	
	}		
.text-xsmall-accent01
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: normal;	
	}		
.text-small-accent01
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: normal;
	}	
.text-med-accent01
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 15px;
	color: #FF0000;
	font-weight: normal;	
	}
.text-large-accent01
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 18px;
	color: #FF0000;	
	font-weight: normal;
	}	

/* ------ ACCENT 02------ */

.accent02
	{
		color: #0000FF;
		text-decoration: underline;
		font-weight: normal;
	}	
.text-xxsmall-accent02
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 10px;
	color: #0000FF;
	font-weight: normal;	
	}		
.text-xsmall-accent02
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	color: #0000FF;
	font-weight: normal;	
	}		
.text-small-accent02
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	color: #0000FF;
	font-weight: normal;
	}	
.text-med-accent02
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 15px;
	color: #0000FF;
	font-weight: normal;	
	}
.text-large-accent02
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 18px;
	color: #0000FF;	
	font-weight: normal;
	}	

/* ------ ACCENT 03------ */

.accent03
	{
		color: #285812;
		text-decoration: underline;
		font-weight: normal;
	}	
.text-xxsmall-accent03
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 10px;
	color: #285812;
	font-weight: normal;	
	}		
.text-xsmall-accent03
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	color: #285812;
	font-weight: normal;	
	}		
.text-small-accent03
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	color: #285812;
	font-weight: normal;
	}	
.text-med-accent03
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 15px;
	color: #285812;
	font-weight: normal;	
	}
.text-large-accent03
	{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 18px;
	color: #285812;	
	font-weight: normal;
	}	

/* ----------------------------------------- */			
/* Background Colors */
/* ----------------------------------------- */		

.BackgroundColor10
{
	background-color: fff5ee;
}
.BackgroundColor15
{
	background-color: antiquewhite;	
}
.BackgroundColor16
{
	background-color: mintcream;
}
.BackgroundColor17
{
	background-color: FFFFFF;
}
.BackgroundColor18
{
	background-color: AliceBlue;
}
.BackgroundColor19
{
	background-color: e0e9f7;
}
.BackgroundColor20
{
	background-color: D8E9E0;
}
.BackgroundColor21
{
	background-color: D8E9E0;
}
