/* 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: tahoma, verdana, sans-serif;
    				color: #1b1d25;
  					font-weight: normal;
					}

.copy				{
  					font-size: 13px;
					line-height: 1.4;
					letter-spacing: 1.0;
					}

.caption			{
  					font-family: tahoma, verdana, sans-serif;
    				color: #1b1d25;
  					font-size: 10px;
  					font-weight: bold;
					line-height: 1.5;
					}

h1, h2, h3			{
  					font-family: tahoma, verdana, sans-serif;
					color: #336699;
  					font-size: 23px;
					font-weight: normal;
					margin: 0;
					padding: 0;
					}

h1					{
    				color: #9e7215;
					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: 13px;
					line-height: 1.4;
					letter-spacing: 1.0;
  					font-family: tahoma, verdana, sans-serif;
  					margin-left: 0px;
					}

a:link,
a:visited,
a:active			{
					color: #6b1d1d;
					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;
        			}



.nav				{
    				color: #9e7215;
  					font-size: 14px;
  					font-weight: normal;
  					font-family: tahoma, verdana, sans-serif;
					line-height: 1.4;
					letter-spacing: 1.0;
					}

a.nav:link,
a.nav:visited,
a.nav:active		{
    				color: #6b1d1d;
					text-decoration: none;
        			}

a.nav:hover			{
    				color: #ff0000;
					text-decoration: none;
        			}



.footnav			{
    				color: #999999;
  					font-size: 10px;
  					font-weight: normal;
  					font-family: tahoma, verdana, sans-serif;
					line-height: 1.6;
					letter-spacing: 1.0;
					}

a.footnav:link,
a.footnav:visited,
a.footnav:active	{
    				color: #dfdfdf;
					text-decoration: none;
        			}

a.footnav:hover		{
    				color: #ffffff;
					text-decoration: underline;
        			}

