/*********************************** Layout Page ************************************/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/img-bg.gif);
	background-repeat: repeat-x;
	background-color: #A20403;
}


/*********************************** Links ************************************/
a.linksWhite {color: #FFFFFF;font-weight: regular;text-decoration: underline;}
a:hover.linksWhite {color: #FFFFFF;font-weight: regular;text-decoration: none;}

a.linksWhiteBold {color: #FFFFFF;font-weight: bold;text-decoration: underline;}
a:hover.linksWhiteBold {color: #FFFFFF;font-weight: bold;text-decoration: none;}


/*********************************** Texts ************************************/
.txtWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
}
