
#id_web2_layout { 
/*	width	:1000px !important;*/
}
.content { 
	width	:1000px !important ; 
	margin-left: auto;
    margin-right: auto;
}

body {
background:white;
overflow:auto;
}

*{
font-family: arial, helvetica;
font-size:13px;
line-height: 1.3;
}

h1{
font-size:19px;
font-weight:bold;
}
h2{
font-size:16px;
font-weight:bold;
}
h3{
font-size:14px;
font-weight:bold;
}

.title{
font-size:14px;
font-weight:bold;
color:#657BAD;
margin:20 0 0 30; 
}
.subtitle{
font-size:12px;
color:#585C6F ;
margin:7px 7px 7px 30px; 
display:block;
text-align:justify;
}

a.servicelink , a.servicelink:active, a.servicelink:visited{
    background-color: #949AF1;
    border-radius: 10px 10px 10px 10px;
    color: white;
    display: inline-block;
    float: right;
    font-size: 15px;
font-weight:bold;
    margin: 10px 10px; 
    padding: 5px 15px;
    text-decoration: none; 
}
 
a.servicelink:hover {
text-decoration:underline;
background:#6963F1  ;
}
.country *{margin:7px;font-size:14px} 
.country {margin-left:30px;background:#CED3FF;padding:5px;}

.pribbon{
    background: url("/ribbon-thin.png") no-repeat scroll 0% 0% transparent;
    color: white;
    display: block;
    float: right;
    font-size: 15px;
    font-weight: normal;
    height: 19px;
    margin: 5px 0 10px 20px;
    padding: 5px 5px 5px 25px ;
    text-align: right;
    text-shadow: 0 -1px 0 #666666;

} 
.pribbon b{
font-size:16px;
font-weight:bold;
color:white; 
}