/* ===============  GENERAL  =============== */

	* {
		margin: 0px;
		padding: 0px;
		
	}
	
	img {
		border: none;
	}
	
	body {
		background-color: #ffffff;
		background-image: url(images/bg.gif);
		background-repeat: repeat-x;
		background-attachment: scroll;
		background-position: left top;
    }
	

/* ===============  TEMPLATE  =============== */    
	
	.left{	
		width: 500px;	
		float: left;
	}
	
	.right{		
		float: right;
		background-image: url(images/right.gif)
	}
	
	.end{		
		float: right;
		background-image: url(images/end.gif)
	}

	.container{
		font-family: Arial, Helvetica, sans-serif;
		width: 800px;
		margin: auto;
		text-align:center;
	}	

/* ===============  CONTENT  =============== */    	
	
	h1{
		color: #cf0f14;
		font-size: 24px;
		font-weight:bolder;
		line-height: 25px;		
	}
	
	h3{
		color: #ffffff;
		font-size: 16px;		
	}
	
	.w{
		font-size: 11px;
		color: #FFFFFF;
	}
	
	.small{
		font-size: 13px;
	}
	
	li{
		
		font-size: 15px;
		list-style-image: url(images/list.jpg);
	}
	
	.table{
		width: 400px;
		border-width: 0px;
	}
	
	.ybg{
		font-size: 12px;
		font-style:italic;
		color: #999999;
		width: 500px;
		text-align: center;
		padding: 12px 0px 12px 0px;
		background-color: #fefddb;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #a39d01;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #a39d01;			
	}
	
	a{
		font-size: 12px;
		color: #999999;
		text-decoration: none;
	}
	
	.a2{
		font-size: 12px;
		color: #ffffff;
		text-decoration: underline;
	}
	
