/* Link Color And Effect */

	A:link		{ text-decoration: 	underline;	/* unvisited link */
			      font-weight:		normal; }	
	A:visited	{ text-decoration: 	underline;	/* visited links */
			      font-weight:		normal; }		
	A:hover		{ text-decoration: 	none;		/* active links */
			      font-weight:		normal; }	

	A:link		{ color: 	#2E494C; }		/* unvisited link */
	A:visited	{ color: 	#2E494C; }		/* visited links */
	A:hover		{ color: 	#2E494C; }		/* active links */

/* End Link Color And Effect */

/* Document Properties */

body
{
	color:			     #2E494C;
	background-color:	 #000000;
	vertical-align:		 middle;
	text-align:		     left;
	font-size:		     12pt;
	line-height:		 14pt;
	font-family:		 verdana, sans serif;
	font-variant:		 normal;
	font-style:		     normal;
}

p
{
	text-indent:		 0.5cm;
	text-align:		     justify;
}

img
{
    hspace:              5px;
    vspace:              5px;
    border-color:	     #636B73;
}
	
/* End Document Properties */
