@import "reset.css";
html {
	text-align: center
}
body{
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-family: Arial,Helvetica,Sans-Serif;
	color: #fff;
/*	color: #1b3e54;*/
/*	color: #8AAFBC;*/
	line-height: 1.5;
	text-align: left;
}
a:focus{
	outline:1px dotted invert
}
a {
	color:#C7D9E6;
	text-decoration: underline;
	font-weight: bold;
}
a:link, a:visited { 
	color:#C7D9E6;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #B0BFC9; 
	text-decoration: none;
}
acronym { border: 0; color: #780101; cursor: help; }
.accesskey { text-decoration: underline; }
hr{
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}
h1
{
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color: #161d20;
}

h2
{
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}
.seo h2,
.payment_sol h2,
.print_media h2,
.web_dev h2 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.2em; /* 12px */
	font-weight: bold;
	color: #333;
}
h5 {
	font-size: 1em; /* 10px */
	font-weight: bold;
}
h6 {
	font-size: .75em;
	font-weight: bold;
}
ol{
	list-style:decimal
}
ul{
	list-style:square
}
li{
	margin-left:30px
}
.print_media .body ul li,
.web_dev .body ul li {
	font-size: 1.3em;
}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{
	margin-bottom:10px
}
p
{
	font-size: 1.4em;
	overflow: hidden;
	padding: 0;
	text-align: left;
}
a.dept_uns
{
	text-decoration: underline;
}
a.dept_uns:hover,
a.dept_sel
{
	text-decoration: none;	
}
.block h2,
#menu_manage_account h1,
#menu_manage_newsletter h1,
#menu_manage_system h1,
#menu_manage_users h1,
#menu_manage_sales h1,
#menu_manage_catalog h1,
#categories_list h1,
#events_box h1 {
	font-size: 1.4em;
	line-height: 2.6em;
	color: #E6EFF4;
	font-style: normal;
	font-weight: bold;
}
#blog .blog_post .title {
	text-align: left;
}