/* external css file */
/* filename 'default.css' */
/* NO HTML MARKUP ALLOWED */



.main				{
					background-image: url(images/bg_main.gif);
					background-repeat: repeat-x;
					}

p, td				{
  					font-family: times, serif;
    				color: #000000;
  					font-weight: normal;
					}

.copy				{
  					font-size: 12px;
					line-height: 1.2;
					}

.list				{
  					font-size: 13px;
					line-height: 1.2;
					}

.caption			{
  					font-family: arial, sans-serif;
    				color: #000000;
  					font-size: 11px;
					line-height: 1.2;
					}

#tagline			{
  					font-family: times, times new roman serif;
    				color: #ffffff;
  					font-weight: bold;
  					font-size: 12px;
					}

h1, h2, h3			{
					font-family: arial narrow, arial, sans-serif;
					color: #996600;
					font-weight: bold;
					margin: 0;
					padding: 0;
					}

h1					{
					line-height: 1.2;
					letter-spacing: 1px;
					margin-top: 0px;
					margin-bottom: 10px;
					margin-left: 0px;
					margin-right: 0px
					}

h2					{
					margin-bottom: -2px;
					}

h3					{
					margin-bottom: -2px;
					}

					/*/*/a{}
					h1 {font-size: 130%}
					h2 {font-size: 100%}
					h3 {font-size: 100%}
					/* */ 

li					{
					list-style-image: url(images/bullet.gif);
    				color: #333333;
  					font-weight: normal;
  					font-size: 11px;
					line-height: 1.3;
  					font-family: arial, sans-serif;
  					margin-left: -22px;
					}

a:link,
a:visited,
a:active			{
					color: #75580b;
					text-decoration: underline;
        			}

a:hover				{
					color: #ff0000;
					text-decoration: underline;
					}



a.caption:link,
a.caption:visited,
a.caption:active	{
    				color: #003399;
					text-decoration: none;
        			}

a.caption:hover		{
    				color: #B09166;
					text-decoration: underline;
        			}



.textonly			{
    				color: #999999;
  					font-size: 9px;
  					font-weight: normal;
  					font-family: arial, sans-serif;
  					line-height: 1.6;
					text-align: center;
					}

.footnav			{
    				color: #000000;
  					font-size: 9px;
  					font-weight: normal;
  					font-family: times, serif;
					line-height: 1.6;
					}

a.footer:link,
a.footer:visited,
a.footer:active		{
    				color: #666666;
					text-decoration: underline;
        			}

a.footer:hover		{
    				color: #FF0000;
					text-decoration: underline;
        			}

.blue				{
  					border-style: solid;
					border-width: 1;
  					border-color: #b0bdca;
  					font-family: Verdana, Arial, Helvetica, sans-serif;
  					background-color: #ebf0f4;
					}
