/*  Author:		Roy DeHaven					                      */
/*  CSS editor:		Roy DeHaven														*/
/*  editor Email: 	rynait@rt66.com											*/
/*  Current File:	NMADv1_2.css													*/
/*  Version: 		1.2																			*/
/*  Purpose:		creating Standard CSS										*/
/*  Modified from: 	ver 1.0 NMAD.css										*/
/*  Create/edit: 	09/22/2005 														*/
/*                                                      */
/* standard name used throughout the pages 							*/
/* note: some style naming convention may be saved or		*/
/* retained due to legacy designs (as of 8/2005)	 			*/

/* guide																 								*/
/* First style name convention is preferred 						*/
/* Second style name convention is alternate 						*/
/* "style" is legacy (old) name and retained-saved			*/
/*          (this name is dreamweaver's way)						*/
/*                                                      */
/* active use of this style file 												*/

/* 				
<link rel="stylesheet" type="text/css"	
href="../../../editedwork/CSS/NMADv1_1.css" />
<!-- upon final cut, change image path to legal host path 
"/public/reference/NMADv1_1.css" -->						
*/

/* hint to use: <span class='std center bold'>roy</span"
*/

body {
	font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  /*width: auto;*/
}

.smaller /*=8 point*/
{
	font-size: smaller;
}

.small /*=10 point*/
{
	font-size: small;
}

.medium .normal /*=12 point*/
{
	font-size: medium;
}
                                                        
.std, .standard /*=12 point*/
{
	text-align: left;
	font-size: medium;
}

.sans  /* font sanserif */
{
	font-family: Arial, Helvetica, sans-serif;
}

.serif /*=12 point*/
{
	font-family: Times New Roman, serif;
}

.large /*=14 point*/
{
  font-size: large;
}

.xlarge /*=16 point*/
{
	font-size: x-large;
}

.xxlarge /*=18 point*/
{
	font-size: xx-large;	
}

.spacer
{
	color: #000000;
	font-size: x-large;
}

.center, .cntr
{
	text-align: center;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.bold
{
	font-weight: bold;
}

/* exception style names (special)	*/
.big 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.margin1
{
margin-left:.5in;
}

.margin2
{
margin-left:1.00in;
}

.margin .margin3
{
margin-left:1.25in;
}

.margin4
{
margin-left:1.50in;
}

.margin5
{
margin-left:1.75in;
}

.ident
{
text-indent:-.25in;
}

.ident2
{
text-ident:-.5in;
}

.ident3
{
text-ident:-.75in;
}

.ident4
{
text-ident:-1.0in;
}

.ident5
{
text-ident:-1.25in;
}

.ident6
{
text-ident:-1.50in;
}

/* standardized tags			*/

body.bold
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-weight: bold;
}

a.menu:hover 
{
	color: olive;
}

a.menu:visited
{
	color: olive;
}

a.menu:unvisited
{
	color: olive;
}


.green 
{
	color: green;
}

.blue 
{
	color: blue;
}

.black, .normal
{
	color: black;
}

@page section 
{
	size: 8.5in 11.0in;
	margin-top:1.0in; 
	margin-bottom:1.25in;
	margin-right:1.25in;
	margin-left: 1.25in;
}


