
	body {
	
		padding: 0px;
		margin: 0px;
		background-position: top;
		background-repeat: repeat-x;
		background-image: url('/img/bg.gif');
	
	}
	
	img {
	
		border: none;
	
	}
	
	* a {
	
		outline: none;
	
	}
	
	a, strong {
	
		color: #324571;
	
	}
	
	a:hover {
	
		color: #333333;
	
	}
	
	div#content {
	
		width: 760px;
		margin: 0 auto 0 auto;
	
	}
	
	p, div, td, li {
	
		font-size: 12px;
		font-family: Arial, sans-serif;
		line-height: 18px;
		color: #333333;
	
	}
	
	.center {
	
		text-align: center;
	
	}
	
	p#order {
	
		font-size: 14px;
		font-weight: bold;
		color: #324571;
	
	}
	
	div#flashhome {
	
		height: 320px;
	
	}
	
	div#c2a {
	
		 margin-top: 18px;
		 text-align: center;
		 padding: 5px;
		 background-color: #FCFCFC;
		 border: 1px solid #CCCCCC;
		 margin-bottom: 15px;
	
	}
	
	p.points {
	
		font-size: 14px;
		color: #ea0218;
		font-weight: bold;
		padding-left: 25px;
		padding-right: 25px;
	
	}
	
	
	
