/* site */
*{
	margin: 0px;
    padding: 0px;
}
 
 body{
 	background: #4169E1;
	font-size: 75%;
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @group General */

a{
	text-decoration: none;
	color: #222;
}
a:hover{
	text-decoration: underline;
}
img{
	border: 0;
}
.clearline{
	clear: both;
}

.row_divide{
	clear: both;
	padding: 10px 0;
	border-bottom: 1px dotted #F5F5F5;
	margin-bottom: 10px;
}

h2{
    margin-bottom: 10px;
    color: #333;
    font-size: 1.4em;
}
h3{
    margin-bottom: 5px;
    color: #333;
    font-size: 1.2em;
}
h4{
    margin-bottom: 5px;
    color: #333;
    font-size: 1.1em;
}

/* @end */
/* site */div#footer{	height: 50px;	background: url(../../pt/footer.png) no-repeat top center;	padding-top: 50px;}/* site */
div#footer #links{	width: 950px;	margin: 0 auto;}
