body {
	font-family: Tahoma;
	font-size: 12px;
	color: #636363;
}

/*:focus {
	outline:outset;
}*/

a {
	color: #04ade5;
	text-decoration: underline;
	/*cursor: pointer;*/
}

h1 {
	color: #142553;
	font-size: 22px;
	font-family: Times;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	z-index: 1;
}
h2 {
	color: #2f3e66;
	font-size: 10px;
	font-family: Times;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
}

.link {
	background-image: url(/images/site/link.png);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 16px;
	color: #04ade5;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 5px;
}
.link2 {
	background-image: url(/images/site/link2.png);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 16px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 5px;
}
/*.link2:hover {
	background-image: url(/images/site/link.png);
	color: #04ade5;
	text-decoration: underline;
}*/
.date {
	font-size: 10px;
	color: #000;
	font-weight: normal;
}

.img-services {
	padding: 6px 8px 8px 6px;
	background-image: url(/images/content/frame1.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
}
.picture {
	padding: 6px 8px 8px 6px;
	background-image: url(/images/content/frame2.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
	margin: 0px 19px 10px 0px;
}

li {
	list-style: none;
	/*line-height: 15px;*/
}
ul li {
	background-image: url(/images/content/li.png);
	background-position: 0px 8px;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 2px 0px 2px 12px;
}


table.table {
	width: 100%;
	border-collapse: separate;
}
table.table th {
	background-color: #003e7e;
	color: #fff;
	font-weight: bold;
	padding: 8px 9px;
	text-align: left;
	background-image: url(/images/content/th.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}
table.table td {
	border: 1px solid #e5e5e5;
	padding: 7px 9px;
}
table.table td.alt, table.table tr.alt td {
	background-color: #f0f0f0;
}

