@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	background-image: url(images/bg_main.gif);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #dadada;
	font-family: verdana;
	font-size: 11px;
	line-height: 22px;
}
.content{
	background-image: url(images/bg_content.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.blue-bold{
	color: #1761ae;
	font-weight: bold;
}
.important{
	color: #ff0000;
}
h2{
font-size: 18px;
}

A:link,
A:visited,
A:active{
	font-weight: bold;
	color: #1761ae;
}
A:hover{
	font-weight: bold;
	color: #6699cc;
}

a.sidelink:link,
a.sidelink:visited,
a.sidelink:active{
	width: 236px;
	height: 22px;
	display: block;
	background-image: url(images/bg_side_01.gif);
	text-decoration: none;
	color: #1761ae;
}
a.sidelink:hover{
	width: 236px;
	height: 22px;
	display: block;
	color: #ffffff;
	background-color: #1761ae;
}