body {
	background-image: url("../../images/v2_new/page_bg.jpg"); 
	background-repeat: repeat-x;
	margin : 0pt;

}

/*
A:visited{color: #000099; TEXT-DECORATION: underline}
A:active{TEXT-DECORATION: underline}
A:hover{color: #ff0000; TEXT-DECORATION: underline}
A:link{color: #000099; text-decoration: underline;}
*/

a:link {
	color: #0036C4;
	line-height: 18px;
	text-decoration: none;
}
a:visited {
	color: #0036C4;
	line-height: 18px;
	text-decoration: none;
}
a:hover {
	color: #ff9f4b;
	line-height: 18px;
	text-decoration: none;
}
a:active {
	color: #ff9f4b;
	line-height: 18px;
	text-decoration: none;
}
