/* new */


/* end new */

body 
{
	font-family: arial, verdana;
	background: #FFFFFF;
	margin: auto;
	font-size: 10pt;
}

/* container table */

table.main
{
	width: 762px;
	border: 0;
	margin: auto;
	background-image: url('../images/main-background.gif');
}

td.header
{
	height: 172px;
	background-image: url('../images/artec-engineering-header.jpg');
	background-repeat: no-repeat;
	vertical-align: bottom;
	text-align: center;
	font-style: normal;
	font-weight: bolder;
	font-size: 18pt;
	color: #876536;
}

td.nav
{
	height: 590px;
	width: 211px;
	background-image: url('../images/artec-engineering-sidebar.jpg');
	background-repeat: no-repeat;
	background-position: 0 143;
	background-color: #ffe8b3;
	vertical-align: top;
}

td.nav2
{
	height: 590px;
	width: 211px;
	background-image: url('../images/artec-engineering-sidebar.jpg');
	background-repeat: no-repeat;
	background-position: 0 336;
	background-color: #ffe8b3;
	vertical-align: top;
}

td.content
{
	vertical-align: top;
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: 10pt;
}

td.footer
{
	height: 40px;
	width: 762px;
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #FFFFFF;
	vertical-align: bottom;
}

/* contents table */

table.contents
{
	width: 100%;
	border: 0;
	margin: auto;
	font-size: 10pt;
}

/* navigation */

div.menubutton 
{
	float: left;
	width: 211px; 
	height: 24px;
	margin: 0 0 0 0;
	background: url( '../images/button.gif' ) -211px 0 no-repeat;
}

div.menubutton a 
{
	display: block;
	margin: 0; 
	padding:0;
	width:100%; 
	height:100%;
	overflow:hidden;
	text-decoration: none;
	background: url( '../images/button.gif' ) top left no-repeat;
}

div.menubutton span 
{
	display: block;
	margin:0; 
	Font-size: 10pt;
	Font-weight: bold;
	padding: 4px 0 0 1px;
	text-align: center;
	vertical-align: middle;
}

div.menubutton a:active 
{
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

div.menubutton a:hover 
{
	background-image: none;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

div.menubutton2 
{
	float: left;
	width: 211px; 
	height: 24px;
	margin: 0 0 0 0;
	background: url( '../images/button2.gif' ) -211px 0 no-repeat;
}

div.menubutton2 a 
{
	display: block;
	margin: 0; 
	padding:0;
	width:100%; 
	height:100%;
	overflow:hidden;
	text-decoration: none;
	background: url( '../images/button2.gif' ) top left no-repeat;
}

div.menubutton2 span 
{
	display: block;
	margin:0; 
	Font-size: 9pt;
	Font-weight: bold;
	padding: 4px 0 0 1px;
	text-align: center;
	vertical-align: middle;
}

div.menubutton2 a:active 
{
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

div.menubutton2 a:hover 
{
	background-image: none;
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

div.menubutton3 
{
	float: left;
	width: 211px; 
	height: 24px;
	margin: 0 0 0 0;
	background: url( '../images/button3.gif' ) -211px 0 no-repeat;
}

div.menubutton3 a 
{
	display: block;
	margin: 0; 
	padding:0;
	width:100%; 
	height:100%;
	overflow:hidden;
	text-decoration: none;
	background: url( '../images/button3.gif' ) top left no-repeat;
}

div.menubutton3 span 
{
	display: block;
	margin:0; 
	Font-size: 9pt;
	Font-weight: bold;
	padding: 4px 0 0 1px;
	text-align: center;
	vertical-align: middle;
}

div.menubutton3 a:active 
{
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

div.menubutton3 a:hover 
{
	background-image: none;
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}


/* generic formatting */

div.centre
{
	text-align:center;
}


div.right
{
	text-align: right
}

/* text formatting */

h1
{ 
	color: #876536;
	font-weight: bold;
	font-size: 12pt;
}

h2
{ 
	color: #000000;
	font-weight: bold;
	font-size: 13pt;
}

h3
{
	font-style: normal;
	font-weight: bolder;
	font-size: 18pt;
	color: #876536;
	margin: 0;
}

h4
{ 
	color: #876536;
	font-weight: bold;
	font-size: 10pt;
}

h5
{ 
	color: #876536;
	font-weight: bold;
	font-size: 10pt;
}

.whiteheading
{ 
	color: #ffffff;
}

strong
{
	color: #000000;
}

a:link 
{
		text-decoration: underline;
  	font-size: 10pt;
		font-weight: bold;
		color: #232323;
}
	  
a:visited 
{
		text-decoration: none;
  	font-size: 10pt;
		color: #232323;
		font-weight: bold;
}

a:hover 
{
		text-decoration: underline;
  	font-size: 10pt;
  	color: #876536;
		font-weight: bold;
}

a.nav:link 
{
		text-decoration: underline;
  	font-size: 9pt;
  	color: #000000;
}
	  
a.nav:visited 
{
		text-decoration: underline;
  	font-size: 9pt;
  	color: #000000;
}

a.nav:hover 
{
		text-decoration: underline;
  	font-size: 9pt;
  	color: #000000;
}  	

a.textlink:link 
{
		text-decoration: underline;
  	color: #000000;
		font-weight: normal;
}
	  
a.textlink:visited 
{
		text-decoration: underline;
  	color: #000000;
		font-weight: normal;
}

a.textlink:hover 
{
		text-decoration: underline;
  	color: #000000;
		font-weight: normal;
}  			
	
ul.main
{
	color: #000000; 
	font-size: 10pt;
}

.header
{
  color: #000000;
	font-weight: bold;
	font-size: 12pt;
	font-style: italic;
} 

.subheadertext
{
	color: #000000;
	font-weight: bold;
	font-size: 9pt;
}

.italic
{
	font-style: italic;
	font-size: 10pt;
	font-weight: bold;
}

/* unused */

td.border_template
{
	width: 120px;
	vertical-align: top;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

hr.artec
{
  color: #000000;
  background-color: #000000;
	height: 1px;
	border: 0px;
}