/*HTML*/

* {
border:0;
margin: 0;
padding: 0;
}

body {
background-color: #006BB0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}



/*HEADINGS*/

h1{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#006bb0;
font-size:26px;
text-align:center;
}

h2{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#006bb0;
font-size:20px;
text-align:center;
}

h3{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#006bb0;
font-size:16px;
text-align:center;
}

h5 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#006bb0;
font-size:12px;
text-align:center;
}


/*PARAGRAPH*/

p {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#006bb0;
font-size:14px;
line-height:16px;
border:0;
margin-top:5px;
padding: 0;
text-align:center;
}

p.left{
text-align: left;
padding-left:35px;
}

p.small{
font-size:10px;
}

.notes{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#006bb0;
	font-size:11px;
	line-height:16px;
}

.key {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#006bb0;
	font-size:10px;
	}

/*LINKS*/

a {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#006bb0;
text-decoration:underline;
}

a:hover{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#4faae5;
}



/*TABLE*/

table {
background-color:#f2f7fb;	
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
margin:0 auto;
}



/*IMAGES*/

img {
border:0;	
margin:0;
padding:0;
}


/*OTHER SPECIFIC  CLASSES*/

.header{
margin:0;
}

.logotype_header {
padding:10px 10px 10px 70px;
}

.news_pic {
padding:20px;	
width:150px;
height:110px;
}

.news_info {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:20px 20px 20px 20px;
}


.box_link_full{
padding:10px 0px;
}

.link_full {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align:center;
font-size:18px;
color:#006bb0;
}

.link_full a, .link_full a:hover{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-decoration:none;
}

.contacts_box {
padding:10px 0px;
background:#2782bc;
}

.contacts {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align:center;
font-size:10px;
color:#FFF;
background:#2782bc;
}

.footer {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
padding:10px 0px;
text-align:center;
font-size:12px;
color:#006bb0;
line-height:15px;
}

.copyright {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
