/*__________________________________________

	Moses Singer (c) 2008
	Website by FuzzProductions.com
	
	
	
	THIS DOCUMENT IS FOR TYPE ONLY!!
	
		--Colors---------------------
			Red: #8e1000
			Tan dark: #eec490
			Tan light: #f8dcb8
			Gry: #c2c0bd
			Gry dark: #676563			
		-----------------------------
	
____________________________________________*/

/*
=GLOBAL
*********************************************/
body {
	font-size: 100%;
	font-family: helvetica, arial, sans-serif;
}

a:link {
	/*text-decoration: none;*/
}
a:hover {
	/*text-decoration: none;*/
}

.attention {
	color: #8e1000;
}
	#backToMs a {
		font-size: 12px;
		color: #676563;
	}

/*
=NAV
*********************************************/

	#nav {
		font-size: 11px;
	}
	
	#nav li {
		
	}
		
	#nav li a {
		color: #000000;
		text-decoration: none;
	}
		
	#nav li a.currentPage {
		color: #8e1000;
		text-decoration: none;
	}

/*********************************************
	CONTENT FOLLOWS THE FOLLOWING SYSTEM
	
	id="content" class="PAGE NAME"
	
*********************************************/

/*
=CONTENT
*********************************************/
#content {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

#content h1 {
	font-size: 18px;
	color: #8e1000;
	font-weight: bold;
}

#content h2 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

#content a {
	color: #8e1000;
	text-decoration: underline;
}

/*
=INDEX
*********************************************/


/*
=TM
*********************************************/


/*
=DIVERSITY
*********************************************/

/*
=PB
*********************************************/


/*
=POSITIONS
*********************************************/


/*
=NLPOSITIONS
*********************************************/

/*
=SAP
*********************************************/


/*
=FOOTER
*********************************************/
#footerLinks a {
	font-size: 12px;
	color: #8e1000;
	text-decoration: underline;
}

