/* CSS definition file containing site wide stylesheets */

BODY {
	
}

.leeg1 {
	background-image: url( "../assets/images/leeg1.jpg" );
 	background-repeat: repeat-y;
 	background-attachment: fixed;
 	background-position: 100% 0px
}

.leeg2 {
	background-image: url( "../assets/images/leeg2.jpg" );
 	background-repeat: repeat-y;
 	background-attachment: fixed;
 	background-position: top left
}

.txtcontent {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,128)
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,128);
 	font-weight: bold
}

.cmsbody {
	color: rgb(0,102,255);
 	background-image: url( "../assets/images/webmain_3.jpg" );
 	background-repeat: no-repeat;
 	background-attachment: fixed;
 	background-position: top;
}
