body {
	background-color:#043f61;
	background-image: url(../images/bg.png);
	background-repeat:repeat-x;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
} 
/* -----------------------------------------------------------------------*/

.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight : normal;
	text-decoration: none;
	padding: 5px;
	text-align: justify;
}
.normal a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight : normal;
	text-decoration: none;
	text-align: justify;
}
.normal a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
}
.normal a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight : normal;
	text-decoration: none;
	text-align: justify;
}
.normal a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
}
/* -----------------------------------------------------------------------*/

.normal2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight : normal;
	text-decoration: none;
	padding: 10px;
	text-align: justify;
}
.normal2 a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight : normal;
	text-decoration: none;
	text-align: justify;
}
.normal2 a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
}
.normal2 a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight : normal;
	text-decoration: none;
	text-align: justify;
}
.normal a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
}

/* -----------------------------------------------------------------------*/

.menu {
	font-family: "Microsoft Sans Serif"; 
	font-size: 12px;
	color: #333333;
	font-weight : bold;
	text-decoration: none;
	text-align: justify;
}
.menu a:link{
	font-family: "Microsoft Sans Serif"; 
	font-size: 12px;
	color: #333333;
	font-weight : bold;
	text-decoration: none;
	text-align: justify;
}
.menu a:active{
	font-family: "Microsoft Sans Serif"; 
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
}
.menu a:visited{
	font-family: "Microsoft Sans Serif"; 
	font-size: 12px;
	color: #333333;
	font-weight : bold;
	text-decoration: none;
	text-align: justify;
}
.menu a:hover{
	font-family: "Microsoft Sans Serif"; 
	font-size: 12px;
	color: #454444;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
}

/* -----------------------------------------------------------------------*/
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d9d9d9;
	font-weight : normal;
	text-decoration: none;
	text-align: center;
}
.footer a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d9d9d9;
	font-weight : normal;
	text-decoration: none;
	text-align: center;
}
.footer a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d9d9d9;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
.footer a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d9d9d9;
	font-weight : normal;
	text-decoration: none;
	text-align: center;
}
.footer a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

.booder-left {
	border-left: 1px #383c3f;
}

.padding-1px {
	padding-right: 1px;
}
/* -----------------------------------------------------------------------*/
.normal-btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #043f61;
	border:double;
	font-weight : normal;
	text-decoration: none;
	text-align: justify;
	padding-left:5px;
	padding-right:5px;
}
