@import url(main.css);


/*
	IO white styles

	Contents:
		Basic tags
		Type


*/



/* Basic tags
----------------------------------------------- */


	body {
			background-repeat:repeat-y;
			background-color: #e1edf1;
			background-image: url(../general_images/gen_bg.gif); 
			}

	
	
			
					
	
/* Type
----------------------------------------------- */


		p, h1, h2, h3 {
			color: #333;
			}
	
		.copyright {
			border-top: 1px solid #666;
			}			

		
		#mainCont ul {
			color: #333;
			}
			
		#mainCont li {
			list-style-image: url(../general_images/bullet.gif)
		
			}
			
			
			
			
/* Links
----------------------------------------------- */		


		p a {
			color: #333;
			text-decoration: none;
			border-bottom: solid 1px #ccc;
			padding-bottom: 2px;
			font-weight: bold
			}	
			
			
		p a:hover {
			color: #000;
			text-decoration: none;
			border-bottom: solid 1px #000;
			padding-bottom: 2px;
			font-weight: bold
			}		
							
			