.Bold
{
	FONT-WEIGHT: bold;
}

.FontDark {
	COLOR: #0b0b3a; 
	FONT-FAMILY: Arial; 
	margin:0cm;
}

.MainBG_Yellow
{
	width:100%; 
	background-color:#fbfab4; 
	background-position:center; 
	background-position:top; 
  background-repeat:repeat-x; 
  background-image:url(backYellowBig.png); 
  background-attachment:fixed;
}

.MainBG_Blue
{
	width:100%; 
	background-color:#b6b6e2; 
	background-position:center; 
	background-position:top; 
  background-repeat:repeat-x; 
  background-image:url(backBlueBig.png); 
  background-attachment:fixed;
}

.MainBG_Yellow_Big
{
	width:100%; 
	background-color:#fbfab4; 
	background-position:center; 
	background-position:top; 
  background-repeat:repeat-x; 
  background-image:url(backYellowBig.png); 
  background-attachment:fixed;
}

.MainBG_Blue_Big
{
	width:100%; 
	background-color:#b6b6e2; 
	background-position:center; 
	background-position:top; 
	background-repeat:repeat-x; 
  background-image:url(backBlueBig.png); 
  background-attachment:fixed;
}

.MainBG_Yellow_Small
{
	width:100%; 
	background-color:#fbfab4; 
	background-position:center; 
	background-position:top; 
  background-repeat:repeat-x; 
  background-image:url(backYellowSmall.png); 
  background-attachment:fixed;
}

.MainBG_Blue_Small
{
	width:100%; 
	background-color:#b6b6e2; 
	background-position:center; 
	background-position:top; 
	background-repeat:repeat-x; 
  background-image:url(backBlueSmall.png); 
  background-attachment:fixed;
}

.MainBG_BlueStart_Big
{
	width:100%; 
	background-color:#ffffff; 
	background-position:center; 
	background-position:top; 
  background-image:url(backBlueStartBig.png);
  background-attachment:fixed;
}

.MainBG_BlueStart_Small
{
	width:100%; 
	background-color:#ffffff; 
	background-position:center; 
	background-position:top; 
  background-image:url(backBlueStartSmall.png);
  background-attachment:fixed;
}

BODY {
	COLOR: #605f72; 
	FONT-FAMILY: Arial; 
	margin:0cm;
}

a:link { text-decoration:none; COLOR: #4a4ab8; }
a:visited { text-decoration:none; COLOR: #4a4ab8;}
a:hover { text-decoration:none; COLOR: #0c0cb7;}
a:active { text-decoration:none; }
a:focus { text-decoration:none; }
