/*
DARK #040404
LITE #6B756A
Red #BB0000
*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, img, hr {
margin: 0;
padding: 0;
border: 0;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#040404;
	background-color:#FFFFFF;
	/*background-image:url(images_site/background.jpg); background-repeat:repeat-x;*/
}

table{text-align:left;}

li{margin-left:20px; margin-top:5px;}

a{color:#BB0000; text-decoration:none;}
a:hover{color:#040404;}
.daHand{cursor:pointer;cursor:hand; color:#6B756A;}
  .daHand:hover{color:#040404;}

h1{font-family:"Times New Roman", Times, serif; font-size:14px; padding-bottom:15px; text-align:center;}
h2{}
h3{}

/* styles that define the main table structure */
.tdLeft {}
.tdRight {}
.tdContent{}

#clearit{clear:both;}

.img_right{float:right; margin:0 0 10px 10px;}
.img_left{float:left; margin:0 10px 0px 0;}
/***********************************************/
/* Page tag styles                             */
/***********************************************/
#wrapper_home{margin:100px auto;}
#wrapper{width:780px; margin:20px auto;}
