@charset "UTF-8";

/* PAGE */
html{
 background:#fbfbfb;
}
body{
 color:#4e4e50;
 font-family:arial,sans-serif;
 font-size:12px;
 margin:20px auto;
 width:960px;
}
/********/

/* HEADERS */
h1{
 background:url(/images/generic/sprite.png) no-repeat;
 height:141px;
 margin:0;
 width:233px;
}
	h1 a{
	 height:141px;
	}
h2{
 color:#dc2227;
 font-size:25px;
 margin:0 0 10px 0;
}
h3{
 color:#4e4e50;
 font-size:22px;
 margin:0 0 5px 0;
}
h4{
 color:#4e4e50;
 font-size:19px;
 margin:0 0 2px 0;
}
h5{
 font-size:16px;
 margin:0;
}
/***********/

/* TEXT+ */
a,a:link,a:visited{
	 color:#4e4e50;
 text-decoration:none;
}
a:active,a:focus,a:hover{
 color:#dc2227;
}
em{
 font-style:italic;
}
ol{
 list-style:decimal-leading-zero;
 margin:0 0 10px 25px;
 padding:0;
}
p{
 margin:0 0 10px 0;
}
strong{
 font-weight:bold;
}
ul{
 list-style:disc;
 margin:0 0 10px 15px;
 padding:0;
}
/*********/

/* OBJECTS */
hr{
 background:#000;
 border:0;
 color:#000;
 height:1px;
 margin:10px 0 10px 0;
}
img{
 border:0;
 margin:0;
 padding:0;
}
/***********/