body {
	background-image: url(imagesindex/ground2.jpg);
	background-color:#FFFFFF;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;	
}

#maincontent {
	font-size: 11px;
	background-color: #FFFFFF;
	width: 990px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 10px;
	z-index: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #666666;
}

.dropcap {
	font-size: 22px;
	font-weight: bold;
	color: #000082;
}

p {
	text-align: justify;
}

a:link  {
	color: #000088;
	text-decoration: none;
	font-weight: bold;
}

a:visited  {
	color: #000088;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #007535;
	text-decoration: none;
	font-weight: bold;
}

#headerleft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 23px;
	height: 23px;
	z-index: 1;
	background-image: url(images/roundcorner-01.jpg);
}

#headerright {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 23px;
	height: 23px;
	z-index: 1;
	background-image: url(images/roundcorner-02.jpg);
}

#bartop {
	position:absolute;
	width: 944px;
	left: 23px;
	top: 0px;
	height: 23px;
	z-index: 0;
	background-image: url(images/border-01.jpg);
	background-repeat: repeat-x;
}

#benchmark {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 322px;
	z-index: 1;
}

#razor {
	position: absolute;
	top: 7px;
	right: 5px;
	width: 533px;
	z-index: 1;
}
	
#greyline {
	position: absolute;
	left: 5px;
	width: 485px;
	top: 131px;
	z-index: 1;
}

#cutting {
	position: absolute;
	right: 7px;
	top: 106px;
	z-index: 1
}

#mainmenu {
	position: absolute;
	top: 131px;
	left: 7px;
	width: 200px;
	height: 120px;
	text-align: left;	
	z-index: 2;
}

/*#mainmenu td {
	background-image: url(images/menuup.jpg);
	background-repeat: no-repeat;
	height: 24px;
}
*/

#mainmenu table { 
	border-top: 2px ridge #333333;
	border-bottom: 2px ridge #333333;
	padding: 0 0 2 0;
	width: 200px;
}

#mainimage {
	position: absolute;
	top: 251px;
	left: 7px;
	width: 200px;
	z-index: 1
}

#content {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	position: absolute;
	left: 235px;
	top: 151px;
	width: 400px;
	z-index: 1;
}

#rightpanel {
	font-family: Geneva, Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	position: absolute;
	top: 171px;
	right: 15px;
	width: 306px;
	background-color:#FFFFFF;
	z-index: 1;
}	

td {
	font-family:Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.paneltd1 {
	background-image: url(images/panel-top.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bolder;
}

#barleft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 23px;
	height: 100%;
	z-index: 0;
	background-image:url(images/border-02.jpg);
}

#barright {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 23px;
	height: 100%;
	z-index: 0;
	background-image:url(images/border-03.jpg);
}

#barbot {
	position:absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	height: 23px;
	z-index: 0;
	background-image: url(images/border2-02.jpg);
	background-repeat:repeat-x;
}

#botleft {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 23px;
	height: 23px;
	z-index: 0;
	background-image:url(images/squarecorner-03.jpg);
}

#botright {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 23px;
	height: 23px;
	z-index: 0;
	background-image:url(images/squarecorner-04.jpg);
}

#footer {
	background-color: #FFFFFF; 
	position: relative;
	width: 990px;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}

.footer  {
	text-align: center;
	font-size: 10px;
	line-height: 18px;
	z-index: 1;
}
	
.imgfl {
	float: left;
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.imgfr {
	float: right;
	margin: 0px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.tdtop {
	background-image: url(images/tablebord-01.gif);
	background-repeat: repeat-x;
}

.tdleft {
	background-image: url(images/tablebord-03.gif);
	background-repeat: repeat-y;
}

.tdright {
	background-image: url(images/tablebord-02.gif);
	background-repeat: repeat-y;
}

.tdbot {
	background-image: url(images/tablebord-04.gif);
	background-repeat: repeat-x;
}

.tdmidbox {
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: Black;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

/*.tdmidbox a {
	font-weight: bold;
	color:#000099;
}

.tdmidbox a:hover {
	color: #007535;
	text-decoration: none;
	font-weight: bold;
}*/

h1 {
	font-weight: bold;
	font-size: 18px;
}

h2 {
	font-weight: bold;
	font-size: 16px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
}

h4 {
	font-weight: bold;
	font-size: 12px;
}  

.h1 {
	font-weight: bold;
	font-size: 18px;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #444444;
}

.h2 {
	font-weight: bold;
	font-size: 16px;
}

.h3 {
	font-weight: bold;
	font-size: 14px;
}

.h4 {
	font-weight: bold;
	font-size: 12px;
}  

ul {
	font-weight: bold;
}

li	{
	font-weight: 100;
}

.tabledot {
	border-style: ridge;
	border-width: 2px;
	border-color: #333333;
}
	
.style1 {
	color: #CC0000;
	font-style: italic;
}