body {
	padding: 0;
	margin: 0;
}
body, table, form, input, select, textarea {
	font-family: tahoma, verdana, arial, serif;
	font-size: 12px;
	color: #124A91;
}
a, a:visited, a:hover {
	font-family: tahoma, verdana, arial, serif;
	font-size: 12px;
	color: #124A91;
}
a:hover {
	text-decoration: none;
}
a.white, a.white:visited, a.white:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.white:hover {
	text-decoration: underline;
}

h1 {
	font-family: tahoma, verdana, arial, serif;
	font-size: 18px;
	color: #36638B;
	font-weight: normal;
}
hr {
	height: 1;
	color: #78787A;
	background-color: #78787A;
	border-style: none;
}

.l {
	text-align: left;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.j {
	text-align: justify;
}
.t {
	vertical-align: top;
}

.flag{
	margin: 10px 0;
}
#ico{
	margin: 10px 0;
}
#ico img{
	margin-right: 3px;
}