@charset "UTF-8";
/* CSS Document */

body	{ background-color:#6197c6; background-image:url(img/bg_site.jpg); background-repeat:repeat-x; background-position:top; margin:0px 0px 0px 0px ; padding:0px 0px 0px 0px;	font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#000000;}
a	{ color:red; }
a:hover	{ color:#900 }
form	{font-size:12px;}
h1	{ color:#2f24c9; font-weight:bold; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:24px; }
h2	{ color:red; font-weight:bold; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:18px; margin-bottom:4px; margin-top:12px; }
h3	{ color:red; font-weight:bold; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:15px; text-decoration:underline }


a.vmenu	{ font-size:14px; color:#ffffff; text-decoration:none; }
a.vmenu:hover	{ color:#FF6; text-decoration:underline; }
a.vmenu:visited	{ color:#ffffff; }

a.hmenu	{ font-size:12px; color:#ffffff; text-decoration:none;  }
a.hmenu:hover	{ color:#FF6; }
a.hmenu:visited	{ color:#ffffff; text-decoration:none;}

a.hmenu2	{ font-size:12px; color:#FF0; text-decoration:none; font-weight:bold; }
a.hmenu2:hover	{ color:red; }
a.hmenu2:visited	{ color:#FF0; text-decoration:none;}

a.redhmenu	{ font-size:12px; color:red; text-decoration:underline;}
a.redhmenu:hover	{ text-decoration:none;}
a.redhmenu:visited	{ color:red;}

a.big	{color:red; font-size:14px; text-decoration:underline; font-weight:bold}
a.big:hover	{ color:#900; text-decoration:none}
p.linkspacer	{ margin:0px 0px 0px 0px; padding:8px 0px 8px 0px; }
p.leftbuts	{ margin:24px 0px 0px 0px; padding:0px 0px 0px 0px; }

font.redlet	{ color:red; font-size:14px;}
p.importext	{ font-weight:bold; line-height:18px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px }#referencement {
	height: 80px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	margin-left: 60px;
	overflow: auto;
	text-align: justify;
}

#popup-container{
	z-index: 3000;
	position: fixed;
	top: 0;
	bottom: 0;
	right:0;
	left:0;
	background: url(img/popup-container-background.png);
}

#popup{
	z-index: 3001;
	/*background: url(img/popup-image.png);*/
	/*width:501px;
	height: 507px;*/
	margin: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -253px;
}

#f3693b67b551ebe{
	z-index: 3002;
	border: none;
	top: 220px;
	color: white !important;
	left: 208px;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	width: 272px;
	height: 30px;
	background: url(img/iframe-background.png) repeat;
}

#close-popup{
	z-index: 3003;
	display: block;
	width: 23px;
	height: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: 223px;
	margin-top: -245px;
	background: url(img/popup-btn-sprite.png) no-repeat;
	background-position: 0 0;
}
#close-popup:hover{
	background-position: 0 -20px;
}

