body 		{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
			}

/* 			_______________________	*/
/* 			LINKS                	*/

a:link		{ color: #150766; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #CCC; }
		
.accent 	{ color: #604C34; } 

a			{ color: #150766; }

a:visited	{ color: #393A85; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #CCC;} 

a:active	{ color: #777; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #CCC;} 

a:hover		{ color: #888888; padding-bottom: 0px; border-bottom: 1px solid #CCC;} 

a img		{ border-width: 0; border-style: none; border-color: #fff; color: #fff;}

/* 			_______________________	*/
/* 			PARAGRAPHS	            */

p 			{
			font-family: Verdana, Geneva, Arial, sans-serif;
			color: #222;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			font-size: 11px;
			line-height: 15px;
			}
			
ul 			{
			font-family: Verdana, Geneva, Arial, sans-serif;
			color: #222;
			font-size: 11px;
			line-height: 15px;
			margin-top: 0px;
			margin-bottom: 0px;
			list-style-type: square;
			}

ol 			{
			font-family: Verdana, Geneva, Arial, sans-serif;
			color: #222;
			font-size: 11px;
			line-height: 15px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 5px;
			}
			
li 			{
			font-family: Verdana, Geneva, Arial, sans-serif;
			color: #222;
			font-size: 11px;
			line-height: 15px;
			margin-top: 0px;
			margin-bottom: 0px;
			padding-top: 0px;
			padding-bottom: 0px;
			}

blockquote	{
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 15px;
			padding-top: 0px;
			padding-bottom: 0px;
			}
			
/* 			_______________________	*/
/* 			HEADERS 				*/	
h1			{
			font-family: Verdana, Arial, Helvetica;
			color: #444;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			font-size: 11px;
			line-height: 14px;
			text-transform: uppercase;
			letter-spacing: 2px;
			font-weight: bold;
			}
		
h2			{
			font-family: Georgia, times, Times New Roman, times-roman, serif;
			color: #444;
			margin: 6px 0px 0px 0px;
			padding: 6px 0px 0px 0px;
			font-size: 26px;
			line-height: 23px;
			letter-spacing: -1px;
			font-weight: bold;
			}
		
h3			{
			font-family: Georgia, times, Times New Roman, times-roman, serif;
			font-style: oblique;
			color: #444;
			margin: 6px 0px 0px 0px;
			padding: 6px 0px 0px 0px;
			font-size: 16px;
			line-height: 16px;
			letter-spacing: -1px;
			font-weight: bold;
			}

h4			{
			font-family: Georgia, times, Times New Roman, times-roman, serif;
			color: #444;
			margin: 6px 0px 0px 0px;
			padding: 6px 0px 0px 0px;
			font-size: 13px;
			line-height: 13px;
			font-weight: bold;
			}

h5			{
			font-family: Verdana, Arial, Helvetica;
			color: #444;
			margin: 6px 0px 0px 0px;
			padding: 6px 0px 0px 0px;
			font-size: 11px;
			line-height: 11px;
			font-weight: bold;
			}
						
h6			{
			font-family: Georgia, times, Times New Roman, times-roman, serif;
			font-style: oblique;
			color: #444;
			margin: 6px 0px 0px 0px;
			padding: 6px 0px 0px 0px;
			font-size: 11px;
			line-height: 11px;
			font-weight: bold;
			}

/* 			_______________________	*/
/*			VARIATIONS              */

.nospafter	{
			margin-bottom: 0px;
			padding-bottom: 0px;
			}
.nospbefore {
			margin-top: 0px;
			padding-top: 0px;
}


.spbefore	{
	margin-top: 6px;
	padding-top: 6px;
}

.spafter	{
	margin-bottom: 6px;
	padding-bottom: 6px;
}
.spbeaft	{
	margin-top: 6px;
	padding-top: 6px;
	margin-bottom: 6px;
	padding-bottom: 6px;
}


.posted 	{
			font-size: 9px;
			font-style: italic;
			}
			
.arched		{
	font-family: verdana;
	color: #444;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
			}
			
.caption	{
			font-family: verdana;
			color: #444;
			margin: 0px 0px 11px 0px;
			font-size: 10px;
			line-height: 14px;
			}

.title		{
	margin-left:8px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.sans {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}


/* 			_______________________	*/
/*			VARIATIONS              */

.lowercase {
	text-transform: none;
	letter-spacing: 0px;
}
.notes {
	font-size: 16px;
	color: #008800;
}
