@charset "UTF-8";
/* typography */

body{
	font-family:"Lucida Grande", "Lucida Sans", Arial;
	font-size:13px;
	line-height:19px;
	color:#141419;
	text-align:left;
	background-color:#eee;
 	background-image:url(../images/body_bg.gif);
  	background-repeat:repeat-x;
 	 background-color:#000000;
}
h1{
	font-size:16px;
	color:#141419;
	line-height:22px;
}
h2{
	font-size:14px;
	color:#141419;
	line-height:18px;
	padding-bottom:15px;
}

ul li{
	font-size:16px;
	color:#141419;
	line-height:24px;
	list-style:inside;
	padding-left:20px;
}

p{
	padding-bottom:20px;
}

a{
	color:#141419;
	text-decoration:none;
}

a:hover{
	color:#990033;
	text-decoration:none;
}

.red{
	color:#990033;
	font-weight:bold;
	font-size:16px;
}


