/*
    This file covers the typograhic aspects of you application
*/

h1
{
	color: #666;
	padding-bottom: 0px;
	margin-bottom: 7px;
	font-size: 13px;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
}

h2
{
	color: #999999;
	padding-top: 15px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Verdana, sans-serif;
        width: 95%;
        border-bottom: 1px dotted #999;
}


h3
{
	color: #999999;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
}

.headline
{
	font-size: 12px;
	font-family: Tahoma, Verdana, sans-serif;
	color: #666;
}


.member_headline
{
     border-bottom: 1px dotted #666;
}


.text
{
	color: #666666;
	padding-bottom: 0px;
	margin-bottom: 5px;
	font-size: 11px;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
}

.linktext
{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Verdana, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
}

.linktext:hover
{
	color: #999999;
	text-decoration: underline;

}

.linktext2
{
	color: #990000;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Verdana, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
}

.linktext2:hover
{
	color: #999999;
	text-decoration: underline;

}


p
{
    padding-top: 0px;
    padding-bottom: 7px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.4em;
}

.fieldset
{
    margin-top: 25px;
    padding: 20px;
    width: 320px;
    line-height: 1.4em;
    text-align: left;
    dispaly: inline;
}

address
{
    font-style: normal;
    margin-top: 20px;
}

blockquote
{
    font-style: italic;
}

.small_comment
{
    font-family: tahoma, verdana, arial, sans-serif;
    font-size: 8pt;
    color: #333;
    line-height: 0.9em;
}

hr
{
    background-color:white;
    color:white;
    height:5px;
    margin-right:0;
    text-align:right;
    border-top:1px dotted #666;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}