/*
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
name		: ns4styles.css
author		: Misty Rae Myslinski
copyright	: Application X, 2000-2001
created date	: 

description	: 

syntax
	function

history
	date
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
*/

body {
	background-color: #FFFFFF;
}

.article_title {
	font-size: 48pt;
	font-weight: bold;
}

.article_subtitle {
	font-size: 24pt;
	font-weight: bold;
}

.article_byline {
	font-size: 16pt;
	font-weight: bold;
}

.article_sectionheader {
	font-size: 16pt; 
	font-weight: bold;
}

span.illus_caption {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	width: 150;
}

.illus_image {
	margin: 5px;
	width: 150;
}


.neurolearning {
	font-family: 'Times New Roman', 'Times', serif;
	font-size: 19px;
}

/*
Added 02.23.02 by misty m (misty@applicationx.net)
to provide uniform link color
*/
A {
	color: #3333FF;
}
