/* SETS COLORS FOR THE LINKS. DOES NOT AFFECT MAIN MENU */
A:link	   	   	   {font: 12px arial, default; 
				   color:#800000; text-decoration: underline}
A:visited		   {font: 12px arial, default; 
				   color:#000077; text-decoration: underline}
A:active 		   {font: 12px arial, default; 
				   color:#000077; text-decoration: underline}
				   
		
/* SETS PAGE BACKGROUND COLOR, BACKGROUND IMAGE AND SCROLLBAR ATTRIBUTES. THE BACKGROUND IMAGE WILL BE FIXED IN IE5, REMAINING STATIONARY AS THE PAGE IS SCROLLED. THE SCROLLBAR ATTRIBUTES WILL AFFECT IE5. */
BODY			{background-color: #ffffff;
 				background-image: url("6images/back.gif");
 				background-repeat: no-repeat;
 				background-attachment: fixed;
				scrollbar-arrow-color: #cccccc;
				scrollbar-base-color: #000000;
				scrollbar-face-color: #999999;
				scrollbar-shadow-color:#999999;
				scrollbar-highlight-color:#555555;
				margin: 0}
				
								
/* UPPER TABLE HOLDING LOGO AND VIDYYA DEFINTION. MERELY SETS THE BACKGROUND COLOR. */	
TABLE.upper_table			{BACKGROUND-color: #FFFFFF}


/* SETS COLOR FOR PLACEHOLDER BACKGROUND */
.placeholder_background_color	{BACKGROUND-color: #123456}		


/* PUBLISHING INFORMATION TABLE*/
/* CREATES THIN LINES AT BOTTOM OF TABLES. CONTROLS COLOR ONLY. HEIGHT CONTROLLED BY ADJUSTING CLEAR GIF IN THE ROW. */
TD.underline		    {BACKGROUND-color: #000000}
    
/* SETS FONT PROPERTIES AND BACKGROUND COLOR FOR ROW HOLDING VOLUME, ISSUE AND PUBLICATION DATE */
TD.volume_issue         {BACKGROUND-color: #COCOFF;
                        FONT: BOLD 10px arial; color: #000000; text-indent: 4px}
						
/* SETS FONT PROPERTIES AND BACKGROUND COLOR FOR ROW EDITOR AND COPYRIGHT INFORMATION */                    
TD.editor_copyright     {BACKGROUND-COLOR: #404040;
                        FONT: bold 11px arial, default; 
						color: #ffffff; text-align: center}
                        						

/* FRONTPAGE CONTENT TABLE */
/* SETS FONT ATTRIBUTES FOR TEXT SURROUNDING THE PICTURE ON FRONTPAGE*/
.photocaption	{font: bold 14px/16px verdana, arial, default; text-align: left}
			

/* SETS FONT ATTRIBUTES FOR HEADLINES ON FRONTPAGE*/
.headline				{font: bold 12px/14px verdana, arial, default; 
						text-align: left}
						
/* SETS FONT ATTRIBUTES FOR SUMMARIES OF STORIES ON FRONTPAGE*/
.summary		{font: 10px/12px verdana, arial, default; text-align: justify}

/* SETS COLOR FOR TD HOLDING THE CONTENT ON THE FRONTPAGE*/
TD.frontpage_content	{background-color:#FFCC55}


/* SEARCH PAGE */
/* SETS ATTRIBUTES FOR THE BUTTON ON THE SEARCH FORM */
.search		{font-variant: small-caps;
			background-color: #8000000}

/* SETS FONT ATTRIBUTES AND BACKGROUND COLOR FOR THE SEARCH INSTRUCTIONS */
TABLE.search_instructions	{FONT: 11px/14px arial, default;
								background-color: #eeeeee}


/* SETS ATTRIBUTES FOR THE BUTTONS ON THE SUBSCRIPTION FORM */
.input			{background-color: #cccccc; 
				border-color: #000000; border-style: solid; border-width: 1px;
				padding: 2px; 
				font: normal 12px arial, default; color: #000000; small-caps}	

/* ALL OTHER PAGES */
.blank_left		{BACKGROUND-color: #999999}
.title			{FONT: bold 19px/18px arial, default}
.subheading		{FONT: bold 14px/16px arial, default; TEXT-ALIGN: justify}
SUP				{FONT: 12px arial, default; color: #333333}				
P.normal		{margin-top: 0px; text-align: justify;
				font: normal 12px/16px arial, default}
P.padded		{margin-left: 25px; margin-right: 10px; text-align: right; font: normal 12px/16px arial, default}
P.align_right	{margin-right: 10px; text-align: right}
P.indented		{margin-left: 40px; margin-right: 45px}
P.centered		{text-align: center;
				font: normal 12px/16px arial, default}
P.centered_bold	{text-align: center; font-weight: 900}
.normal_text	{FONT: 12px/16px arial, default}
.italic_text	{FONT: italic 10px verdana, arial, default; color: #777777}
.bold_text		{FONT: bold 12px/14px arial, default}
.subscription_page_text	{FONT: normal 12px arial, default}
TD.shaded		{background-color: #dedede}
.small			{font: normal 11px arial, default; color: #777777}
HR	{color: #123456;
	width: 75%;
	height: 2px}

/* MYDIRTYLITTLESECRET USED TO ACT AS &NBSP; IN PAGEMAKER HTML*/
.mydirtylittlesecret	{font: normal 10px arial, default; color: #ffffff}	



/* SETS STYLE FOR THE EX LIBRIS PAGES*/

DL	{font: normal 12px arial, default;
	text-align: left;
	margin-left: 0}
	
DT	{font: normal 12px/14px arial, default;
	text-align: left;
	margin-left: 0}
	
DD	{font: normal 12px/14px arial, default;
	text-align: left;
	margin-left: 0}
	
table.exlibris 	{font: normal 12px/14px arial, default;
				text-align: justified;
				margin-left: 0}
				
td.exlibris		{font: normal 12px arial, default;
	text-align: left;
	margin-left: 0}
	
LI	{font: normal 12px/12px arial, default;
	text-align: left;
	margin-left: 0}
	
.title	{font: bold 12px/14px verdana, arial, default;
		text-align: center}
		
h5		{font: bold 12px verdana, arial, default;
		text-align: left}
		
h6		{font: normal 12px/18px verdana, arial, default;
		text-align: left}
		
strong	{font: 12px/14px arial, default;
		font-weight: 600}	
		
.glancedate	{font: bold 12px arial, default;}

.todayheadline	{font: bold 16px/24px arial, default;
		text-align: center}
		
.todayheadline2{font: bold 14px/16px arial, default;
		text-align: center}
		
p.today	{margin-left: 15%;
		margin-right: 15%;
		font: 12px/14px arial, default;
		text-align: justify}
		















d

