/* ------------------  general settings ---------------*/
/* # specifies an id and a .name is a class*/

body {
	/*margin: 0px;*/
	padding: 0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background: #000000;
}


H1 {
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 1.2em;
	/*font-family: arial, helvetica, san-serif;*/
}
H2 {
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 0.8em;
	line-height: 118%;
	/*font-family: arial, helvetica, san-serif;*/
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
H3 {
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 0.8em;
	/*font-family: arial, helvetica, san-serif;*/
	color: #66FF99;
	text-align: center;
}

H3.left {
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 0.8em;
	/*font-family: arial, helvetica, san-serif;*/
	color: #66FF99;
	text-align: left;
}

h4 {
	margin: 0px 0px 0px 0px;
	/*padding: 3px;*/
	font-weight: normal;
	font-size: 0.9em;
	font-family: arial, helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 217%;
}

H5 {
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 0.8em;
	/*font-family: arial, helvetica, san-serif;*/
	color: #66FF99;
	text-align: right;
}


h6 {
	margin: 0px 0px 0px 0px;
	/*padding: 3px;*/
	font-weight: normal;
	font-size: 0.7em;
	font-family: arial, helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 217%;
}

h7 {
	margin: 0px 0px 0px 0px;
	/*padding: 3px;*/
	font-weight: normal;
	font-size: 0.8em;
	color: white;
	text-align: left;
}



hr {
	border: 0;
	width: 100%;
	color: #66FF99;
	background-color: #66FF99;
	height: 1px;
}

/* ------------------ linking ---------------*/

/* ------------------ menu linking ---------------*/

a {
	text-decoration: none;
}

a:link {
	color: #66FF99;
}

a:visited {
	color: #66FF99;
}

a:hover {
	color: #FFFFFF;
}

/* ------------------ product linking ---------------*/


a:link.products {
	color: black;
}

a:visited.products {
	color: black;
}

a:hover.products {
	color: #009245;
}

/* ---------------------------   specify header area  --------------------------- */
#header {
	/*margin: 0px;*/
	padding: 0px;
	font: 0.5em;
	color: #000000;
	text-decoration: none;
	background: #FFFFFF;
}





/* ---------------------------   specify footer area  --------------------------- */

#footer {
	font-size: 11px arial, helvetica, sans-serif;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	background: black;
	text-align: center;
}



/* ---------------------------   table attributes   --------------------------- */

td, table {
	font-family: Arial, Helvetica, sans-serif;

	color: #000000;
	text-decoration: none;
	text-align: center;
	/*vertical-align: bottom;*/
	margin: auto;
	background-color: black;
}


td.left {
	text-align: left;
	vertical-align: bottom;
/*	margin: auto;*/
	
}

td.right {
	text-align: right;
	vertical-align: bottom;
/*	margin: auto;*/
	
}

td.top {
	text-align: right;
	vertical-align: top;
	background-image: url(../images/grey_bg.png);
	background-repeat: repeat;
/*	margin: auto;*/
	
}

td.center {
	text-align: center;
	margin: auto;
	
}

td.center_image {
	/*text-align: center;*/
	background-image: url(../images/grey_bg.png);
	background-repeat: repeat;
	margin: auto;
	
}

table.image {
	text-align: center;
	vertical-align: text-bottom;
	padding: 0px;
	margin: auto;
	/*border: 2px;*/
	/*border-color: white;*/
	width: 714px;
}

table.left {
	font: 0.6em Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	/*margin: 0px;*/
}

table.right {
	font: 0.6em Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: right;
	vertical-align: top;
	/*margin: 0px;*/
}

table.grey {
	background-image: url(../images/grey_bg.png);
	background-repeat: repeat;
	margin: 0px;
}