/***************************************************************/
/***************** general page styles ****************************/
/***************************************************************/

body {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background : #fff;
	background-color:#fff;
	font-size : 12px;
	font-family :  arial,Helvetica,sans-serif;
	color : #333366;
	background-image:  url("/images/bg.jpg");
	background-repeat: repeat-x;
	text-align: center;
}

img {
	border: 0px;
}

p,li	{
	font-family: trebuchet ms,Helvetica,sans-serif;
	color:#333366;
	background-color: transparent;
	line-height : 1.4em;
	text-align: left;
	margin-left: 20px;

}

strong{
	font-weight : bold;
}

/***************************************************************/
a:link	{
	color:	#333366;
	background-color: transparent;
	font-weight : bold;
	}
a:visited	{
	color:	#333366;
	background-color: transparent;
	font-weight : bold;
	}
a:active	{
	color:	#333366;
	background-color: transparent;
	font-weight : bold;
	}
a:hover	{
	color:	#CC3333;
	background-color: transparent;
	text-decoration:none;
	font-weight : bold;
}




