/* external css file */
/* filename 'default.css' */
/* NO HTML MARKUP ALLOWED */



body				{
					background-color: #f3f3f3;
/*					background-image: url(../images/bg_body.gif);
					background-repeat: repeat-x;*/
					}

p, td				{
					font: 12px arial, sans-serif;
					color: #000000;
					line-height: 1.8;
					}

#nav				{
  					font-size: 12px;
					font-family: arial narrow, arial, sans-serif;
					color: #000000;
					font-weight: normal;
					margin: 0;
					padding: 0;
					margin-top: 4px;
					margin-bottom: -4px;
					}

.footer				{
  					font-size: 10px;
    				color: #6b6b6b;
					line-height: 1.1;
					}

h1, h2, h3			{
					font-family: arial narrow, arial, sans-serif;
					font-weight: normal;
					margin: 0;
					padding: 0;
					}

h1					{
					color: #a1a930;
  					font-size: 30px;
					line-height:1.0;
					margin-top: -2px;
					margin-bottom: 12px;
					}

h2					{
					color: #628cc8;
  					font-size: 16px;
					line-height:1.4;
					letter-spacing: 0.1em;
					margin-top: 20px;
					margin-bottom: 10px;
					}

h3					{
					color: #000000;
  					font-size: 18px;
					margin-bottom: 10px;
					}

					/*/*a{}
					h1 {font-size: 130%}
					h2 {font-size: 100%}
					h3 {font-size: 100%}
					/* */ 



a:link,
a:visited,
a:active			{
					color: #cc6600;
					text-decoration: none;
        			}

a:hover				{
					color: #000000;
					text-decoration: none;
					background: #d8e4f4;
					}



#nav				{
					z-index: 3;
					position: absolute;
					background-color: #ffffff;
					margin: 40 0 0 0;
					padding: 19 3 19 0;
					}

.activePage			{
					color: #000000;
					background-color: #fffab6;
					width: 121px;
					padding: 0 11 0 11;
					}

#highlight			{
					margin: 0 0 0 0;
					}

#highlight a		{
					display: block;
					width: 121px;
					padding: 0 11 0 11;
					}

#highlight a:hover	{
					color: #000000;
					background-color: #d8e4f4;
					width: 121px;
					padding: 0 11 0 11;
					}

/*
#navBG				{
					z-index: 2;
					position: absolute;
					width: 135px;
					height: 230px;
					background-color: #ffffff;
					margin: 40 0 0 0;
					padding: 0 0 0 0;
					opacity:0.8;
					filter:alpha(opacity=80);
					}
*/



a.footer:link,
a.footer:visited,
a.footer:active		{
    				color: #6b6b6b;
					text-decoration: none;
        			}

a.footer:hover		{
    				color: #000000;
					text-decoration: none;
        			}





