@charset "utf-8";
/* CSS Document */

a:link {
	color: #008dcd;
}
a:visited {
	color: #0071a4;
}

body {
	background-color: #FFFFFF;
	background-image: url(images/bgr-home.jpg);
	background-repeat: repeat-x;
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}	

.main {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-color:"#101010";
	line-height: 150%;
}

.white {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-color:"#FFFFFF";
	line-height: 150%;
}

.news {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-color:"#101010";
	line-height: 150%;
	font-weight:bold;
}

.heading {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-color:"#000000";
}
