﻿body 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #404040;
	line-height: 18px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
	letter-spacing:-1px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #686868;
}

h2 {
	color: #686868;
	font-weight: bold;
	font-size: 12px;
	margin-top : 25px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 3px solid #cbcbcb;
}

p {
	margin-top: 10px;
	margin-bottom: 15px;
}

a {
	color : #0560A6;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

a.footer {
	color : White;
	text-decoration : none;
}

a.footer:hover {
	text-decoration : underline;
}

a.button  {
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 3px;
	text-align: center;
    border-style:ridge;
    border-width: 1px;
    padding: 2px 16px 2px 12px;
    text-decoration: none;
    font-weight: bold;
    background-color: #FFFFFF;
}

a.button:link    { color: #383838; border-color: #b7babc; background-image: url(../../images/bg_button.png); background-position: bottom; background-repeat: repeat-x; text-decoration: none; }
a.button:visited { color: #383838; border-color: #b7babc; background-image: url(../../images/bg_button.png); background-position: bottom; background-repeat: repeat-x; text-decoration: none; }
a.button:hover   { color: #000000; border-color: #999999; background-image: url(../../images/bg_button_hover.png); background-position: bottom; background-repeat: repeat-x; text-decoration: none; }
a.button:active  { color: #383838; border-color: #b7babc; background-image: url(../../images/bg_button.png); background-position: bottom; background-repeat: repeat-x; text-decoration: none; }


li {

	list-style-type: square;
	list-style-image: none;
}

div.productbox {
    border: 1px solid #d3d3d3;
    background-color: White;
    font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #404040;
	line-height : 16px;
	background-image: url(../../images/bg_productbox.gif);
	background-position : bottom;
	background-repeat : repeat-x;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

div.downloadbox {
    border: 1px solid #cccccc;
    background-color: #f7f7f7;
    padding: 15px;
	color: #404040;
	line-height : 18px;
	width: 100%;
	text-align: center;
}

ul.check 
{
}

ul.check li
{
	display: block;
	list-style-type: none;
	background-image: url(../../images/check_11.png);
	background-repeat: no-repeat;
	padding: 0px 0px 2px 25px;
	margin: 0px;
	margin-bottom: 3px;
	border-bottom: solid 1px #e5e5e5;
}

