/*  General rules */

img

{

	display: block;

	border: 0;

}



/*  Establish general layout parameters */

body

{

	background: #fff;

	color: #000;

	margin: 0;

	padding: 0;

	border: 0;

	text-align: center;

	font-family: arial, verdana, lucida, helvetica, sans-serif;

}



#content

{

	padding: 0;

	margin: 0;

	text-align: left;

	background: #fff;

	font-size: 12px;

}

#content td

{
	padding: 5px;
	margin: 0;
	text-align: left;
	background: #fff;
	font-size: 12px;

}



#content img

{

	padding: 3px;

}



/* links */

a:link, a:visited

{

	text-decoration: underline;

	color: #103066;

	background: transparent;

}



a:hover

{

	text-decoration: none;

	color: #091A37;

	background: transparent;

}



a:active

{

	text-decoration: none;

	color: #091A37;

	background: transparent;

}
