/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #004F75;
}
.link{
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #285685;
	text-decoration:underline;
	line-height:15px;
}
.link:hover{
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
	line-height:15px;
}
.mail{
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	color: #073a9d;
	text-decoration:underline;
	line-height:15px;
}
.mail:hover{
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	color: #073a9d;
	text-decoration:none;
	line-height:15px;
}
.yellow{
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	color: #FFFF00;
	text-decoration:none;
	line-height:15px;
}
.web{
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	color: #545458;
	text-decoration:underline;
	line-height:15px;
}
.web:hover{
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	color: #1669E7;
	text-decoration:none;
	line-height:15px;
}
.categories{
	font-size: 18px;
	font-family:arial;
	font-weight: bold;
	color: #20427B;
	text-decoration:none;
}
.white{
	font-size: 18px;
	font-family:arial;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.thin{
	font-size: 14px;
	font-family: arial;
	font-weight:none;
	color: #ffffff;
	text-decoration:none;
}
.content{
	font-size: 14px;
	font-family: arial;
	font-weight: none;
	color: #115084;
	text-decoration:none;
}


.table{
	font-size: 12px;
	font-family: arial;
	font-weight: none;
	color: #356799;
	text-decoration:none;
}
.right{
	font-size: 14px;
	font-family: arial;
	font-weight: none;
	color: #363c41;
	text-decoration:none;
}
.underline{
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: #1570B9;
	text-decoration:underline;
}
.underline:hover{
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: #1570B9;
	text-decoration:none;
}
.line{line-height:16px;
}


.bgrepeat{
background-repeat: repeat-x;
}
