

#content a{
	text-decoration:underline;
}

#content .more_information li a{
	text-decoration:none;
}

#content .more_information li a:hover{
	text-decoration:underline;
}

#content h2{
	margin:10px 0px 10px 0px;
	font-size:200%;
}

#content h3{
	margin:0px 0px 5px 0px;
	font-size:125%;
	color:#555555;
}

#content h4{
	margin:0px 0px 0px 0px;
	font-size:100%;
	color:#636363;
	font-weight:bold;
}

#content h5{
}

#content h6{
}

#content h6{
}

#content ul{
}

#content ul li{
	list-style-type:disc;
	margin-left:20px;
}

#content ul ul{
	margin-left:20px;
}

#content ul ul li{
	list-style-type:circle;
	margin-left:30px;
}

/* SPAN CLASSES */

.WECLASS_Tagline
{
    font-style:italic;
    font-size:220%;
    line-height:100%;
    margin:20px 0px 20px 100px;
    color:#c2c2c2;
    padding-top:10px;
    display:block;
    text-indent:65px;
    width:600px;
    background-image: url(images/quote.gif); 
	background-position:20px 0px; 
	background-repeat:no-repeat;
}

.WECLASS_Example
{
    padding:20px;
    display:block;
    background-color:#feead2;
    border:1px solid #fbbf77;
}