
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #232323;
	font-size: 12px;
	background-color: inherit;
	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #232323;
	font-size: 12px;
	background-color: inherit;
}
	
h1 {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 22px;
	font-weight: normal;
	color: #168ef4;
	background-color: inherit;
}

h2 {
	margin: 0;
	padding: -5px 0 15px 0;
	font-size: 14px;
	font-weight: normal;
	color: #168ef4;
	background-color: inherit;
}


ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

li {
	line-height: 18px;
}

p {
	line-height: 18px;
}

img {
	border-style: none;
}



a:hover {
	color: #168ef4;
	font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
}

a:visited {
	color: #168ef4;
	font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
}

a:active {
	color: #168ef4;
	font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
}

a:link {
	color: #168ef4;
	font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
}

a:hover {
	text-decoration: none;
}


.header-button-right,.header-button-windows,.header-button-mac {
	display: block;
	margin: 0;
	padding: 3px 0 0 0;
	width: 225px;
	height: 20px;
	text-align: center;
	background: url(button-arrow-right.png) no-repeat;
}
.header-button-windows {
	text-indent: 54px;
	text-align: left;
	background: url(button-windows.png) no-repeat;
}
.header-button-mac {
	text-indent: 54px;
	text-align: left;
	background: url(button-mac.png) no-repeat;
}

.download-button-windows, .download-button-mac {
	display: block;
	margin: 0;
	padding: 3px 0 0 0;
	text-indent: 54px;
	width: 205px;
	height: 20px;
	text-align: left;
}
.download-button-windows {
	background: url(images/ms_button.gif) no-repeat;
}
.download-button-mac {
	background: url(images/mac_button.gif) no-repeat;
}



a.button-a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}

a.button-a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}

a.button-a:active {
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}

a.button-a:link {
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}

