@charset "utf-8";
/* CSS Document */

body {
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D2D2D;
	background-color: #03072c;
}
.headtext {
	font-size: 16px;
	font-weight: bold;
	color: 333333;
}
p {
	font-size: 12px;
	color: #2D2D2D;
}
.whitetext {
	color: #FFFFFF;
	font-size: 14px;
}


.headtable {
	background-image: url(headerbg.gif);
	background-repeat: no-repeat;
}
.mainbg {
	background-image: url(mainbg.jpg);

}
.maincenter {
	background-image: url(newspica.jpg);
	background-repeat: no-repeat;
	background-position: right;	
}
.mainright {
	background-image: url(newspic.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.mainleft {
	background-image: url(newspic.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
img {
	border: 0;
}
.foottext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.headline {
	font-weight: bold;
}
.byline {
	font-size: 10px;
}
.article {
	font-size: 12px;
	text-align: justify;
}
