@charset "utf-8";
/* CSS Document */

body{
	background-color: #000000;

	color: #FFFFFF;
	font-family: Calibri, Arial, sans-serif;
}
#content{
	background-color: #366e88;
	background-image: url(img/bkcontent.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#contentPr{
	background-color: #366e88;
	background-image: url(../img/bkcontent.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.alfaon {  
	filter: Alpha(Opacity=50); opacity: .5;
}
.alfaoff { 
	filter: Alpha(Opacity=100); 
}
a.menu{
	color: #f48f23;
	text-decoration: none;

}
a.menu:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.menu{	font-size: 18px;}
a.footer{
	color: #fff;
	text-decoration: none;
}
a.footer:hover{
	color: #f48f23;
	text-decoration: none;
}
#leftMenu a{
	color: #B9E3FF;
	text-decoration: none;
}
#leftMenu a:hover{
	color: #f48f23;
	text-decoration: none;
}
a{
	color: #f48f23;
	text-decoration: none;

}
a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.title{
	font-size: 24px;
}
.bigtitle{
	font-size: 26px;
}
.orangeTitle{
color: #f48f23;
font-size: 20px;
}
hr{
	color: transparent;
	border-top:1px dotted #fff;
	border-right-style: none;
	border-bottom-style: none;
	}
#pressR{
	font-size: 13px;
}
a:focus{outline:none}
.style1 {	font-size: 12px;
	font-weight: bold;
}
.style3 {font-size: 12px; font-weight: bold; font-style: italic; }
