/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	BASE SETUP
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/




body			{
			
			background		: #fff;
			color			: #000;
			}


td
			{
			color			: #000;
			}



/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	BANNER SECTION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

#banner
			{
			width			: 100%;
			color			: #000;
			background		: #fff;
			border-left		: none;
			border-right		: none;
			border-bottom		: 1px solid #000;
			}

#banner h1		{
			color			: #000;
			}

#banner h1 a
			{
			color			: #000;
			}

#banner h2		{
			}			

#banner a		{
			color			: #000;
			}



/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
TAB NAVIGATION
Alter with caution!
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

#navigation
			{
			display			: none;
			}


			
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	CONTENT SECTIONS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

#content
			{
			width			: 100%;
			background		: #fff;
			border-left		: none;
			border-right		: none;
			}


/*-----------------------------------------------------------------------------------------------*/

#left_column
			{
			background		: #fff;
			}

#left_column h1
			{
			color			: #000;
			}

#left_column h2	
			{
			color			: #000;
			}
			
/*-----------------------------------------------------------------------------------------------*/

#right_column		{
			background		: #fff;
			}

#right_column h2
			{
			color			: #000;
			}



	
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	FOOTER SECTION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

#footer
			{
			width			: 100%;
			background		: #fff;
			border-top		: 1px solid #000;
			border-left		: none;
			border-right		: none;
			border-bottom		: none;
			}

#footer td		{
			color			: #000;
			}
			
#footer a		
			{
			color			: #000;
			}

#footer a:hover		
			{
			color			: #000;
			}




/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	INFO BOXES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.box_relevant
			{
			background		: #f0f0f0;
			}

.box_info
			{
			background		: #f0f0f0;
			}

.box_notice
			{
			background		: #f0f0f0;
			}

/*...............................................................................................*/

.box_relevant h3,
.box_info h3,
.box_notice h3
			{
			color			: #000;
			}




/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
TABLE SETTINGS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.tabular		{
			margin-bottom		: 1em;
			}

.tabular th
			{
			background		: #786;
			border-bottom		: 1px solid #ffffff;
			padding			: .3em;
			vertical-align		: center;
			text-align		: left;
			color			: #ffffff;
			font-weight		: bold;
			}


.tabular td
			{
			background		:  #efe9e3;
			border-bottom		: 1px solid #ffffff;
			padding			: .5em .3em;
			vertical-align		: top;
			}

.tabular td.subhead	{
			background		: #DFD6C0;
			xxfont-weight		: bold;
			}

.text_left td		{
			text-align		: left;
			}

.text_right td		{
			text-align		: right;
			}

.text_center td		{
			text-align		: center;
			}



/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
MISC FORMATTING
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

p			{
			}
			
h2
			{
			}

dl,
dl
			{
			}

dt,
dt
			{
			color			: #000;
			}

dt img,
dt img
			{
			}


dt span,
dt span
			{
			}


dd,
dd
			{
			}


/*--- This simply adds a black outline around an object. Used for photographs. ---*/

.framed			{
			border			: 1px solid #000;
			}


/*--- This simply reduces the indentation of all bulleted lists. ---*/

ul			{
			}

.important		{
			color			: #a00;
			}


