
body	{
		background:#FFFFFF /* url('images/background.gif') */ no-repeat right top; margin:0
		}
			
	/* main defines the area of the page which holds the content. */
	
		 #main 		{
					margin-left:10;width:480;						
					}
					
/* These are paragraph tags which are used to provide uniform formatting
   of text throughout the site. */
   
	h1	{
		font-family: Verdana,Arial,Helvetica,Sans-Serif;
		font-size: medium;
		color: #000000; /* OLD: #0066cc */
		font-weight: bold;
		margin-top:25;
		margin-bottom:-10
		}
		
	h1.steps	{
				color: #007dcc;
				font-size:large;
				margin-top:0
				}
				
	h1.fix		{
				color: #9900cc;
				font-size:large;
				margin-top:0
				}
	
	h2	{
		font-family: Verdana,Arial,Helvetica,Sans-Serif;
		font-size: x-small;
		color: #000000; /* OLD: #0066cc */
		font-weight: bold;
		margin-top:25;
		margin-bottom:-10;
		text-transform: uppercase;
		letter-spacing:2
		}
	
	h3	{
		font-family: Verdana,Arial,Helvetica,Sans-Serif;
		font-size: x-small;
		color: #000000; /* OLD: #666666; */
		font-weight: bold;
		}
	
	h4	{
		font-family: Verdana,Arial,Helvetica,Sans-Serif;
		font-size: xx-small;
		color: #666666;
		font-weight: bold;
		margin-bottom:0;
		text-transform: uppercase
		}
	
	ol	{
		font-family: Verdana,Arial,Helvetica,Sans-Serif;
		font-size: x-small;
		}
		
    ul	{
		font-family: Verdana,Arial,Helvetica,Sans-Serif;
		font-size: x-small;		
		}
		
	a:link	{
			color: #0066CC;
			text-decoration:none
			}
		
	a:visited	{
				color: #003399;
				text-decoration:none
				}
			
	a:hover	{
			text-decoration:underline
			}

	/* These paragraph tags are classes for the <p> tag. */
	   
		p		{ /* For "Normal" text */
				font-family: Verdana,Arial,Helvetica,Sans-Serif;
				color: #000000;
				font-size: x-small;
				line-height:125%
				}

		p.small	{ /* For times when you need small body copy, as in tables. */
					font-family: Verdana,Arial,Helvetica,Sans-Serif;
					color: #000000;
					font-size: xx-small;
					}


		.question	{
					font-family: Verdana,arial,helvetica,sans-serif;
					color: #000000; 
					font-size: x-small;
					margin-top:0;
					margin-bottom: 0;
					text-align: left;
					font-weight:bold					
					}
		
		.answer		{
					font-family: Verdana,Arial,Helvetica,Sans-Serif;
					color: #000000; 
					font-size: xx-small;
					text-align:left;
					margin-top:2;
					margin-bottom:0;
					}

#breadcrumb	{
			width: 100%;
			padding-top:2;
			padding-bottom:2;
			padding-left:5;
			background-color:#c0c0c0;
			border-bottom: 1px solid #c0c0c0; 
			font-family:verdana,arial,helvetica,sans;
			font-size:xx-small;
			color:#555555; text-align:left; 
			margin-bottom:5
			}
			
			.breadcrumb a,
			.breadcrumb a:link,
			.breadcrumb a:visited,
			.breadcrumb a:hover
													{
													color: #555555;
													}li           { margin-bottom: 10 }