/* ------------------------------------------------------------------------------------- */
/* site content */
/* ------------------------------------------------------------------------------------- */
.title
{
	width:590px;

	text-align:right;
	
	color:#ff9900;
	font-family:arial;
    font-size:11px;
	color:#ff9900;
}

h1
{
    font-family:arial;
    font-size:15px;
    color:#000000;
}

p
{
    font-family:arial;
    font-size:13px;
    color:#000000;
	text-align:justify;
}

ul
{
    font-family:arial;
    font-size:13px;
    color:#000000;
}

li
{
    font-family:arial;
    font-size:13px;
    color:#000000;
}

.small_p
{
    font-family:arial;
    font-size:11px;
    color:#000000;
}

hr
{
    width:100%;
    border:none;
    color:#2E6B5A;
    background-color:#2E6B5A;
    height:1px;
    border-bottom: 1px dashed;
}

a, a:link, a:active, a:visited
{
    color:#ff9900;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}
/* ------------------------------------------------------------------------------------- */
