body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	background-image: url(images/bgd.gif);
	background-repeat:repeat-x;
}

/* ----------------------------------  BORDERS ---------------------------------- */

.grey_border1{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d3d3d3;
}

.blue_border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #003f7f;
	border-bottom-color: #003f7f;
	border-left-color: #003f7f;
}

/* ----------------------------------  TEXTS ---------------------------------- */

.normal_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
}

.blue_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003f7f;
}

.white_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

/* ----------------------------------  LINKS ---------------------------------- */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003f7f;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003f7f;
}
a:hover {
	text-decoration: none;
	color: #5dadff;
}
a:active {
	text-decoration: none;
	color: #003f7f;
}

a.bluelinks:link,
a.bluelinks:active,
a.bluelinks:visited{
	font-family: Arial;
	color: #003f7f;
	font-size: 11px;
	text-decoration:underline;
}
a.bluelinks:hover {
	text-decoration:underline;
	 }
	 
a.blacklinks:link,
a.blacklinks:active,
a.blacklinks:visited{
	font-family: Arial;
	color: #333333;
	font-size: 11px;
	text-decoration:none;
}
a.blacklinks:hover {
	text-decoration:underline;
	 }








