
/* General and universal reset of margins and paddings
--------------------------------------------------*/

*	{font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #333;}
div, span, table, tr, th, td, h1, h2, h3, h4, h5, h6, p, fieldset, legend, img	{margin: 0; padding: 0;}
a	{text-decoration: none;}
a:hover	{text-decoration: underline;}
a img	{border: 0;}


/* Headings
--------------------------------------------------*/

h1, h1 *, .heading1, .heading1 *	{font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 16px; text-transform: uppercase; color: #4e649c; EditMenuName: Heading 1;}
h2, h2 *, .heading2, .heading2 *	{font-family: Arial, Verdana, Helvetica, sans-serif; margin-top: 15px; font-size: 14px; color: #4e649c; EditMenuName: Heading 2;}
h3, h3 *, .heading3, .heading3 *    {font-family: Arial, Verdana, Helvetica, sans-serif; margin-top: 15px; font-size: 12px; color: #4e649c; EditMenuName: Heading 3;}
h4, h4 *, .heading4, .heading4 *    {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-transform: uppercase;
	EditMenuName: Heading 4;
	font-weight: bold;
}
.introduction, .introduction *    {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	EditMenuName: Introduction;
	font-style: italic;
}

/* Paragraph
--------------------------------------------------*/

p   {margin: 0 0 15px 0; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #333;}



/* Lists
--------------------------------------------------*/

ul.downloads	{list-style-type: none; margin-left: 0; padding: 0;}
ul.downloads li	{margin-top: 15px; padding-left: 14px; background: url(/images/home_news_bullet.gif) left 5px no-repeat;}



/* Tables
--------------------------------------------------*/

table, th, tr, td, tbody    {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #333;}
table.articledata   {margin-top: 25px; EditMenuName: Article data;}
table.articledata td    {padding: 5px 3px 5px 0; border-top: 1px solid #ddd;}
table.articledata td.noborder    {
	padding: 5px 3px 5px 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


table.technicaldata {EditMenuName: Technical data;}
table.technicaldata td  {padding: 0 10px 0 0; vertical-align: top; }

tr.clearbottomborder td  {border-bottom-color: transparent;}



/* Common
--------------------------------------------------*/

ul, li  {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #333;}

.formlabel  {display: block; padding: 5px 15px 0 0;}
