@charset "UTF-8";
/* CSS Document */


/*--- h1 - heading - use this font for headline headings ---*/
h1 {
	font-size: 18px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

/* --- h2 - use this font for under headline headings --- */
h2 {
	font-size: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}


/*--- p - content / body text ---*/

p {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.links,/* links - links -- */ 
.links  a:link, 
.links  a 
  
{
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	text-decoration: none;
	font-weight: normal;
	padding: 5;
}

.links a:hover 
{
	font-size: 12px;
	color:#FF9900
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	text-decoration: none;
	font-weight: normal;
}

/* --- content_heading - heading over news tables with grey background ---*/

.content_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	text-align:right;
	font-weight: normal;
	background-color: #999999;
	padding: 4px;
}


/*--- subtext_content (12px and 18px) - under heading grey box at the top of each sub page --- */
.subtext_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	line-height: normal;
}
	

/* --- body - the web pages overall design, background color, border and padding --- */
body {
	background-color: #2d2a27;
	border: 0;
	border-top: 0;
	padding: 0;
	top: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}

/*--- footer_padding - the footer table at the bottom of each page with contact details ---*/
.footer_padding {
	padding: 1px;
}


/* footer_text - the text used inside the footer table */
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	padding: 3px;
}


/* news_padding - the table and text used on the news page and other table lists throughout the site --- */
.news_padding {
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

/* p_list - the table and text used on the news page and other table lists throughout the site --- */
.p_list {
	font-size: 12px;
	font-style: normal;
	list-style-position: outside;
	font-size: 10px;
	list-style-image: url(images/zxy_bullet_img.png);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* normalPadding - the table and text used on the news page and other table lists throughout the site --- */
.normalPadding {
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

