BODY {
    font:normal 12px/normal Arial, Helvetica, sans-serif;
	background-image: url(images/fon1.png);
	background-repeat: repeat-x;
	margin:0;
}
a {
	color: #2D6296;
	text-decoration: none;
}
a:visited {
	color: #2D6296;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px 0px 15px;
}
img {
	border: none;
}

.big { font-size:16px; line-height:20px;}

.left, .alignleft { float:left; }
.right, .alignright { float:right; }
.alignright {text-align:right}
.clear {  clear:both}
.navigation { clear:both; }
.center {text-align:center;}

.upper {
    text-transform:uppercase; 
    font-family:Arial, Helvetica, sans-serif; 
    color:#63B4CB; 
    font-weight:bold;
}

#nav li { float:center; display:block; }
#nav li a { float:left; display:block; padding:7px 6px 6px 6px; #2155AB}


h1 {
	margin: 3px 0 2px 0;
	padding-bottom: 4px;
	color: #2D6296;
	font-size:20px;  
	font-weight:normal; 
	letter-spacing:-1px; 	
}

h1 a {
	text-decoration:none;
	color: #2D6296;
}

h4 {
	color: #2D6296;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px;
	margin: 10px 0 0 0;
	text-align: center;
}

#nstitle {
	background-color: #A4D8F9;
	font-weight: bold;
	color: #344A70;
	padding: 4px;
	margin: 10px 0 0 0;
}

.box ul {
	margin: 0;
	padding: 0;
	color: #999999;
	list-style-type: none;
}

.box ul li a{
color:#000000;
}

.box ul li{
	background: url(images/bullet-grey.gif) no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	padding-left: 12px ;
}


/* next & previous page navigation */
.page-nav {
	clear: both;
	background: url(images/navigation-bg.gif) no-repeat left center;
	height: 21px;
}
.page-nav a, .page-nav a:visited {
	margin-top:3px;
	color: #000000;
	text-decoration: none;
}
.page-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(images/navigation-right.gif) no-repeat right center;
}

/* masthead / footer - navigation and categories */



#headLinks ul{
	text-align:center;
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
}

#headLinks ul li {
	display:inline;
	padding:0 3px 0 12px;
	background:url(images/bullet-grey.gif) no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}

#headLinks ul li a{
color:#344A70;
}

/* index */
h2 {  
	font-size:20px;  
	font-weight:normal; 
	letter-spacing:-1px; 
	margin: 0 0 5px 0;
	padding:0;
	width:550px;
}

.postMeta {
background:url(images/dot.gif) repeat-x left center;
text-transform:uppercase;
font-size:11px;
text-align:right;
margin-top:25px;
width:550px;
}

.postMeta span.date {
background:#dbf3fa;
color:#7F7F7F;
padding:0 2px 0 4px;
}

.gbox {
	background-color: #a5d5e2;
	padding: 5px;
}
.mtex {
	padding: 5px;
}

div#comparison table {
    border-collapse: collapse;
    padding-left:0px;
    padding-bottom: 10px;
    color: black;
}

div#comparison table th{
    border: 2px solid #4bacc6;
    border-spacing: 15px;
    padding:10px;
}
			
div#comparison table td{
    border: 2px solid #4bacc6;
    border-spacing: 10px;
    padding:5px;
    cell-padding:0px;
}	

#sss {
    background-color:#d2eaf1;
}


