/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 11pt;
	color: black;
	line-height: .5em;
	font-family: Arial, Verdana, sans-serif;
	scrollbar-base-color: #336699;
	list-style-image: url('/Yodelin.org/images/bullet.gif');
}

.contentheader
{
	font-size: 11pt;
    padding-left: 10px;
	font-weight: bold;
	color: white;
	background-color: #6699cc;
}

.content
{
	padding-left: 11px;
	font-weight: normal;
	font-size: 12pt;
	color: black;
	border-style:none;
	border-color:red;
	border-width: thin;
	valign: top;
	background-image: url('/Yodelin.org/images/background2.jpg');
    background-repeat: repeat-y;
    background-position:top center;
    background-color:#e1e9f4
}
	
.pagetitle
{
	font-weight: normal;
	font-size: 14pt;
	color: black;
	font-family: Arial, Verdana, sans-serif;
	text-align: left;
}

	
.descrip
{
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-family: Arial, Verdana, sans-serif;
}

	



