/*  
*   Basic Styles
*   Author    -> web-projects <info@web-projects.com.ua>
*   File type -> CSS2
*   License   -> GPL

----------------------  
  Document Structure
----------------------
  #1 - Body
  #2 - Headers
  #3 - Links
  #4 - Tables
  #5 - Images
  #6 - Forms
-----------------------
  Document Start
-----------------------
/* #1 -- Body -- */
	body{
  		margin:0;
  		padding:0;
  		line-height: 140%;
  		font-size: 14px;
  		font-family: Arial;
  		color: #000000;
  		background: url(../images/fonBgr.jpg) repeat;
		}
 	strong{
 		font: italic  16px/16px Times new roman;
 		color: #211a19;
		font-weight:bold;
 		}

/* #2 -- Headers -- */
	h1{
		font: italic  24px/20px Times new roman;
		color: #A61C6A;  
		}
	*:first-child+html h1{
    	padding: 10px 0px 5px 0px;
    	margin: 0px;
    	}	
	h2{
		font: italic  18px/16px Times new roman;
		color: #A61C6A; 
		}
	h3, h4, h5, h6{
		font: italic bold 15px/10px times new roman;
		color: #A61C6A;
	}
	*:first-child+html p{margin:0xp; padding:0px;}
 
/* #3 -- Links -- */
	a{color: #a61c6a;}

/* #4 -- Tables -- */
.arcTable {border:0px;}
.arcTable tr {border:0px;}
.arcTable td{border: 1px solid #a61c6a; padding:5px; margin:0px;background:#ecc1d8;padding:2px;text-align:center;font-size:12px;}
	.tableTytles td{background:#c36798;color:#ffffff;text-align:center;font-size:14px;}

/* #5 -- Images -- */
	img { border: none; }

/* #6 -- Forms -- */
	form {
  		margin: 0px;
  		padding: 0px;
		}