/* ------------------------------------------------	MAIN
*/

body	{
	background-image: url(001.jpg); 
	background-repeat: none; 
	background-attachment: none; 
	background-color: #dfdfde;  
	overflow: auto;}

body, tr, td  {
	font-family: Verdana;
	font-size: 12px;
	color: #555555;
	line-height: 20px;
	text-align: left;
	margin-right: 0px; 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	letter-spacing: 0px; 
	list-style-type: square;}

b, strong	{
	color: #8c7d5e;
	font: 12px georgia; 
	font-weight: bold;}

i, em	{color: #ea9497;}

blockquote {

	margin-bottom: 15px; 
	margin-top: 15px; 
 	padding: 10px; 
	color: #797979;
	width: 80%;
	line-height: 19px;
	text-align: justify;
	border-top: 10px solid #d06868;
	border-bottom: 10px solid #d06868;
}

blockquote:hover{border-top: 10px solid #d69090;
	border-bottom: 10px solid #d69090}

/* ------------------------------------------------	LINKS
*/

a:link	{
	text-decoration: none; 
	border-bottom: none; 
	color: #e3b26d; 
	font-weight: none;} 
a:visited  	{
	text-decoration: none; 	
	border-bottom: none; 
	color: #e3b26d; 
	font-weight: none;} 
a:active 	{
	text-decoration: none; 
	border-bottom: none; 
	color: #e3b26d; 
	font-weight: none;} 
a:hover 	{
	text-decoration: none; 
	cursor:crosshair;
	color: #68b2d0; 
	font-weight: none;}


/* ------------------------------------------------	HEADERS 
*/



h1 {
	color: #eb9a30;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	text-transform: lowercase;
}
h1:first-letter {
	color: #df3a36;
}


/* ------------------------------------------------	IMAGES
*/


img 	{ border:0px }


img.pic 	{
	border : 5px solid #d3d1d2;
	margin : 2px;}

img:hover.pic {
	border : 5px solid #a2a2a2;
	margin : 2px;



