/***********************************************************************************************************************/
/******************* BASIC ELEMENTS ************************************************************************************/
/***********************************************************************************************************************/
body
{
margin:0;
padding:0;
}

p
{
	
}


blockquote
{
/*	width: 100%;*/
	padding: 0;
	margin: 0;
}

hr
{
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}

a
{
	font-weight: bold;
	text-decoration: none;
	color: Black;
}

a:visited
{
	text-decoration: none;
	color: #000000;
}

a:hover
{
	text-decoration: underline;
	color: #000000;
}

a:active
{
	text-decoration: none;
	color: #000000;
}
img
{
	border-width: 0;
}

caption
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: black;
	background-color: #dce7dc;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}
