/* import styles */
@import "reset.css";
@import "layout.css";


	body, 
	input, 
	textarea, 
	select {font-family:Arial, Helvetica, Verdana, sans-serif; font-size:12px; color: #5c5c5c;}

    body {background: url(../img/body_bg.png) top center repeat-y #52BDEC;}
/* content */
	h1 { color: #b29079; font-size: 16px; font-weight: bold; margin-left: 29px;}
	h2 {} 
	h3 {}
	h4 {}
	h5 {}
	h6 {}			
	a:link, a:visited { color: #c41230; }
	a:hover, a:active {}
	a:link img, a:visited img {}
	p { margin-top: 10px;}
	ol li {}
	ul li { color: #000; margin-top: 10px; font-size: 14px;}
	ul li { margin-left: 55px; list-style: disc; margin-bottom: 15px; margin-top: 10px;}
	li a:link, li a:visited { color: #b59985; }
	ol, ul {}
	blockquote {}
    span.ulH1 { color: #000 !important; font-size: 14px; font-weight: normal; }

/* tables */
	table {}
	tr td {}
	tr.alt {}
	th {}
	td {}

/* forms */
	form {}
	fieldset {}
	form div {}
	form label {}
	legend {}
	input.txt {}
	textarea {}
	label.required {}
    
    