.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7F7F7F;
}
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #FF0000;
}
.underline {
	/*border-bottom-width: thin;*/
	border-bottom-width:1px;
	border-bottom-style: dashed;
	border-bottom-color: #A6A6A6;
}
.left_line {
	/*border-left-width: thin;*/
	border-left-width:1px;
	border-left-style: solid;
	border-left-color: #A6A6A6;
}
body {
	background-color: #F4F4F4;
	margin-top: 0px;
	margin-bottom: 0px;
}
.product-heading {
	color: #FF0000;
	font-size:16px;
}
a {
	font-size: 11px;
	color: #FF0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

.subheading {
	color: #FF0000;
	text-align:left; 
	font-size:12px; 
	padding-bottom:4px;
	text-transform:uppercase;
}

.feature-list {
	margin:0px; 
	list-style:inside;
	padding-left:10px;
}

.paragraph ul {
    padding-left:10px;
}

.paragraph ul li {
	list-style-image:url(../images/bullet.gif);
	line-height:14px;
	font-size:11px;
}

#nav, #nav ul {     
	padding: 0;     
	margin: 0;     
	list-style: none; 

} 

#nav a {     
	display: block;     
	width: 10em; 
	
} 

#nav li {     
	float: left;     
	width: 10em; 
	
}

#nav li ul {
	position: absolute;
	width: 5em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul { 
    left: auto; 
}

#nav li ul ul { 
    margin: -1em 0 0 5em; 
} 

#nav, #nav ul { 
    padding: 0; 
    margin: 0; 
    list-style: none; 
    line-height: 1; 
} 

#nav li:hover ul ul, #nav li.sfhover ul ul { 
    left: -999em; 
} 

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
    left: auto; 
} 
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
h1 {
	color: #FF0000;
	font-size:16px;
	
}
.image {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 20px;
	border-left-width: 20px;
}
.image-whiteborder {
	border: 10px solid #FFFFFF;
}
.subheading-blackbold {
	color: #000000;
	text-align:left;
	font-size:12px;
	padding-bottom:4px;
	text-transform:uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.general_list {
	list-style-image:url(../images/bullet_tick.gif);
	font-size:12px;
	color: #000000;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	list-style-type: none;
}
@media print { DIV.noprint {display:none;} 
}