body {
font-size: 0.75em;
font-family: verdana,tahoma,geneva,arial,geneva,sans-serif;
color: #454545;

}

td, tr {
	font-size: .9em;
	font-family: verdana,arial,tahoma,geneva,geneva,sans-serif;
	color: #454545;
}
	
.center {
	text-align: center;
	display: block
}

.normal {
	font-weight: normal
}

.u {
	text-decoration: underline
}

.b {
	font-weight: bold
}

.b1 {
	border: 1px solid
}

.titleblue {
color: #1a3981;
font-weight: bold;
}

.blue{
color: #0B7CBC;
}

.orange{
color: #e04c22;
}

.text-right{
text-align: right;
}

/* GLOBAL ELEMENTS */
a:link{
color:#0B7CBC;
}
a:active{
text-decoration: none;
}
a:hover{
text-decoration: underline;
}

img {border-width:0;border-style:none;}
h1 {font-size: 180%; margin: 0.3em 0;}
h2 {font-size: 120%; margin: 0 0 0.5em 0; color: #0b7cbc; font-weight: bold;}
h3 {font-size: 100%; margin: 0 0 0.3em 0; line-height: 16px;color: #0b7cbc; }
h4 {font-size: 105%;}
h5 {font-size: 100%;}
p {margin: 0; padding: 0.2em 0 0.5em 0;}
a {text-decoration: none; color: #2E69B0;}
a:hover {text-decoration: underline;}

.clear	{clear: both;}
.clear-left {clear: left;}
.hide	{display: none;}
.nomargin	{margin: 0;}
.nopadding	{padding: 0;}
.marginbottom	{margin-bottom: 1em;}
.center {text-align: center;}
.left {float: left;}
.right {float: right;}
.bold {font-weight: bold;}
.hand {cursor: pointer;}
.links-u a {text-decoration: underline;}